
jQuery(function($) {
				
    $("#header_search").defaultvalue("Search");
	
	 $("#register_email").defaultvalue("Email Address");
	 
	 Cufon.replace('h1, h2, ul#index_banner_menu li a, .text_cufon, #speech_bubble', {});
	 
	
});

$(document).ready(function() {
			
	$("ul#index_banner_menu").tabs("#index_ticker > div.slidepane", { 
								// enable "cross-fading" effect
								effect: "fade",
								fadeOutSpeed: "slow",
								fadeInSpeed: "slow",
						
								// start from the beginning after the last tab
								rotate: true
								
						
							// use the slideshow plugin. It accepts its own configuration
							}).slideshow({autoplay:true, interval: 6000, autopause: true});;

});


