// JavaScript Document

jQuery(document).ready(function() {

$("#freeestimate").submit(function(){
							   
	if ($("#Email").val() != $("#ConfirmEmail").val()) {
        $("#hideme2").slideDown()
        return false;
      }			   
				   
	});
								   
	
	
	
	
		$(".textfield").click(function(){
		
			$currentValue = $(this).val();
			
			$(this).val("");
		
			$(this).blur(function() {
				if($(this).val()== ""){
				$(this).val($currentValue);
				}
			});
			
			
		
		
		});	
		
		
	    
		$(".textarea").click(function(){
		
			$currentValue = $(this).val();
			
			$(this).val("");
		
			$(this).blur(function() {
				if($(this).val()== ""){
				$(this).val($currentValue);
				}
			});
			
			
	
											

	
		
		
		});		
	
	
	
$(".page-item-10 a").attr("href","http://www.youvegotmaids.com/cleaning-services/");
$(".page-item-10 a").attr("target","_blank");
$(".page-item-14 a").attr("href","http://www.youvegotmaids.com/home-cleaning-companies/eco-friendly-cleaning/");
$(".page-item-14 a").attr("target","_blank");
$(".page-item-16 a").attr("href","http://www.youvegotmaids.com/house-cleaning-franchise/");
$(".page-item-16 a").attr("target","_blank");
$(".page-item-18 a").attr("href","http://www.youvegotmaids.com/online-gift-certificates/");
$(".page-item-18 a").attr("target","_blank");
$(".page-item-188 a").attr("href","http://www.quakertownmaids.com/category/testimonials/");
$(".page-item-18 a").attr("target","_blank");
});






