<html>
<body>
<img src="/resources/userUploads/portfolio_0010.SRV_1231944556.jpg" id="id-38" />
<h4>MORPC Kingwoods – Columbus Ohio</h4>
<p>Hina Environmental Solutions executed the Lead (Pb) reduction for this residential property. The scope of work included new gutters and downspouts, roofing, vinyl siding, new picture window, and garage door. Pictures below show the before and after work was finish on time and the homeowner was very pleased.</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>


