// Loader 

function loader() {$('.loader').fadeOut('1000');}

//$(function() {

//		$("#dialog_signup").dialog({
//			height: 550,
//			width: 520,
//			modal: true,
//			zIndex: 20000,
//			autoOpen:false
//		});
		
//		$("#dialog_signin").dialog({
//			height: 420,
//			width: 520,
//			modal: true,
//			zIndex: 20000,
//			autoOpen:false
//		});		

//		$("#dialog_hero_video").dialog({
//			height: 460,
//			width: 680,
//			modal: true,
//			zIndex: 20000,
//			autoOpen:false
//		});		
		
//		$("#dialog_video_01").dialog({
//			height: 460,
//			width: 680,
//			modal: true,
//			zIndex: 20000,
//			autoOpen:false
//		});		
		
//		$("#dialog_video_02").dialog({
//			height: 460,
//			width: 680,
//			modal: true,
//			zIndex: 20000,
//			autoOpen:false
//		});		
		
		
//	});
	


	
	

// header dropdowns

$(document).ready(function(){$(".zip_text_field").focus(function() {if ( $(this).val() == "Enter Zip")$(this).val("")})});
$(document).ready(function(){$(".zip_text_field").blur(function() {if ( $(this).val() == "")$(this).val("Enter Zip")})});

$(document).ready(function(){$(".news_text_field").focus(function() {if ( $(this).val() == "Enter Email")$(this).val("")})});
$(document).ready(function(){$(".news_text_field").blur(function() {if ( $(this).val() == "")$(this).val("Enter Email")})});		


// header dropdowns

function preLoadImg() {
// $('#preloadImg').load('http://www.pomwonderful.com/wp-content/themes/pom_v2/recipe-preload.php')
}

$(document).ready(function(){
// var daImgs = setTimeout('preLoadImg()',1500);
});

