 $(document).ready(function() {
 $("#content").sameHeights();
   $.backstretch("/images/layout/body_bg_fullscreen.jpg", {centeredY: false});
   
   
   $('#slide1').cycle({ 
    fx:    'fade', 
    speed:  3500,
    timeout: 5000
	});
	$('#slide2').cycle({ 
    fx:    'fade', 
    speed:  3700,
    timeout: 5200
	});
	$('#slide3').cycle({ 
    fx:    'fade', 
    speed:  3900,
    timeout: 5500
	});
	$('#slide4').cycle({ 
    fx:    'fade', 
    speed:  3500,
    timeout: 5000
	});
	
	$(".search input").labelify({ text: function(input) { return "search site"; } });
 });
