$(document).ready(function(){
	$("#slider").easySlider({			
		prevText: '',
		nextText: '',
		auto: true,
		controlsShow: true,
		continuous: true,
		nextId: "slider_next",
		pause: 5000,
	});
	
	$('a.lightbox').lightBox();	
	
	$("#ort_plz").click(function(){
		if($(this).val() == "Ort oder PLZ")
			$(this).val("");
	});
	
	$("#ort_plz").blur(function(){
		if($(this).val() == "")
			$(this).val("Ort oder PLZ");
	});
	
	$("#movie").fancybox({
		href: "ajax/video.php"
	});
	
	
});

// #HAVETO
function wubble(){
	$("#layout_man").css("right","-800px");
	$("#layout_man").css("left","auto");
	$("#layout_man").animate({ 
		"right" : "550px"					
	},800).animate({ 
		"right" : "540px"					
	},20).animate({ 
		"right" : "550px"					
	},30).animate({ 
		"right" : "540px"					
	},40).animate({ 
		"right" : "550px"					
	},50).animate({ 
		"right" : "540px"					
	},60).animate({ 
		"right" : "550px"					
	},70).animate({ 
		"right" : "540px"					
	},80).animate({ 
		"right" : "550px"					
	},90);
}
