$ (function(){

	var winheight = $(window).height();
	
	if (winheight > 610) { 
	} else {
		$("body").addClass("enhanced-layout-off");
	} 

});