<html>
<body>
<img src="/resources/userUploads/_0003_GSCC.SRV_1232075284.jpg" id="id-223" />
<h4>Grace Summit Community Church</h4>
<p>Grace Summit posts a podcast of the weekly sermon as well as a complete text transcription and video footage of the worship music.</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>


