$(document).ready(function(){
	$(".search").focus(function(){if($(this).attr("value") == "Search..." || $(this).attr("value") == "Search..."){$(this).attr("value","");}});
	
	$("img.rotator").show();
	
	$(".no-js").hide();
	$(".js").show();
	
	$(".banner").hide();
	
	
	$('#homeBannerImages') .cycle({ 
		fx:     'fade', 
	    speed:   1500, 
	    timeout: 7000, 
	    pager:  '#homeBannerImagesNav' 
	});
}); 
