// JavaScript Document

		$(function(){ 
			$("label").inFieldLabels(); 
			$("input").attr("autocomplete","off");
			
			$("div.tabs").tabs("#slideshow > div", {



		
			// start from the beginning after the last tab
			rotate: true
		
			// use the slideshow plugin. It accepts its own configuration
			}).slideshow({autoplay: true, interval: 5000, clickable: false});
			
			
			$('.inithide').hide();
			
			
			
		});
		

	


