<html>
<body>
<img src="/resources/userUploads/portfolio_0009.SRV_1231944553.jpg" id="id-37" />
<h4>City of Newark Lead Hazard Control Program – Newark, Ohio</h4>
<p>Hina Environmental Solutions employees completed the Lead Reduction Program for this two story residential duplex. This project consisted of replacing over 52 windows and 28 interior doors. Our Lead licensed carpenters replaced and made new cabinets that fit and matched the original cabinet. Work was finished on time and the homeowner was very happy and satisfied.&nbsp;</p>
<span id="TB_prev"><a class="thickbox" id="TB_prev_a"  href="#">Previous</a></span>
<span id="TB_next"><a class="thickbox" id="TB_next_a"  href="#">Next</a></span>
<script type="text/javascript">
	$(document).ready(function(){
		
		//THIS PIECE OF CODE TURNS A QUERY STRING INTO A JS ASSOC ARRAY OR OBJ _GET
		/*url = document.location.href;
		url.replace('/^.*?\?/','');
		var _GET = Object();
		a = url.split('&');
		jQuery.each(a,function(key,val){
			var b = val.split('=');
			_GET[b[0]] = b[1];
		});*/
		//END BLOCK
		
		id = $("img[id^=id-]").attr('id').substr(3,$("img[id^=id-]").attr('id').length);
		index = $('li#id-'+id).siblings().andSelf().index($('li#id-'+id)[0]);
				
		if($('li#id-'+id).prev().length == 0)
		{
			$("#TB_prev").remove();	
		}
		if($('li#id-'+id).next().length == 0)
		{
			$("#TB_next").remove();
		}
		$("#TB_next").click(function(e){tb_show('',$('li#id-'+id).next().children('a').attr('href'),'');e.preventDefault();return false;});
		$("#TB_prev").click(function(e){tb_show('',$('li#id-'+id).prev().children('a').attr('href'),'');e.preventDefault();return false;});
		
	
	});
</script>
</body></html>


