/*
	jquery.yr20.js
	
*/
		$(function(){
		   $(document).ready(function() {	
				
				$("#region-head").dropShadow();
			
				$("#slide2").show();
				$("#slide3").show();
				$("#slide4").show();
				$("#slide5").show();	
				$("#slide6").show();	
				$("#slide7").show();					
				$("#region-slide-show").cycle ({
					timeout:	8000,
					cleartype:	1,
					speed:		1500
				});
		   });			
	   });	
