$(window).load(function(){
	var hCenter = $('#content').height();
	if(hCenter<540){
		$('#content').css('height','540px');
	}
	$('#home').cycle({speed:2000});
});
