<html>
<body>
<img src="/resources/userUploads/biglepi.SRV_1232589119.jpg" id="id-28" />
<p>Lepi and Associates Real Estate Services is the largest Real Estate Brokerage firm in Muskingum County. This design focuses heavily on the search aspect of the site, since that is the primary reason users visit this site.</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>


