<html>
<body>
<img src="/resources/userUploads/pbigzootales.SRV_1232567267.jpg" id="id-16" />
<p>The quarterly newsletter for the Zoo was in need of an overhaul. With this redesign, the publication shifted from featuring mostly promotional articles to being more feature-story driven. The result was a clean, reader-friendly design.</p>
<p><em>&copy; 2008, Akron Zoo and Highland PR</em></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>


