$(document).ready( function () {
	$('form#CustomForm').clone().appendTo('div#CustomForm_New');
    $('form#CustomForm').eq(1).remove();
	
	$("a[href='/OurFeaturedHomes']").attr('href','/OurFeatHomes');
	$("a[href='OurFeatHomes/']").attr('href','/OurFeatHomes');
	$("area[href='OurFeatHomes/']").attr('href','/OurFeatHomes');
	
	$('#f-copyright').css('color','#FFF');
	$('#f-copyright').css('text-align','left');
	$('#f-copyright').css('margin-top','-22px');
	$('#f-copyright').html('<strong>Copyright &copy; 2009 Arizona Property Wholesalers.</strong> All Rights Reserved<br /><span style="font-size: 10px; color: #FFF;">One or more of the principals of Arizona Property Wholesalers, LLC is a licensed real estate agent in the state of Arizona.</span>');
	$('#phone').html('<span class=normal>Call Us:</span><br>1-800-USA-LAND<BR /><span class=normal style="padding-left: 160px;">800-872-5263</span></div>');
	$('#Map').html('<area shape="rect" coords="394,211,612,258" href="/OurFeatHomes" target="_self" alt="Featured Homes" /><area shape="circle" coords="920,21,16" href="http://www.twitter.com/azinvestments " /><area shape="circle" coords="962,20,16" href="http://activerain.com/caseylatto" /><area shape="circle" coords="1003,21,17" href="http://www.linkedin.com/pub/alan-robinson/5/932/948" />');
	//$('#header').before('<div id="webinar_banner"></div>');
	$('#home-col-left').prepend('<div style="clear: both;"></div><div id="webinar_banner2"></div>');
	$('#webinar_banner2').click(function () { location.href='https://admin.acrobat.com/_a823093356/wed101/?launcher=false'; });
	
	
	
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button-5.jpg']").attr('src','http://arizonapropertywholesalerss.com/images/new/nav_button_propmanagement.jpg');
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_2_team.jpg']").click( function () { location.href='/OurTeam' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_1_investor.jpg']").click( function () { location.href='/InvestorEducation' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_3_earn.jpg']").click( function () { location.href='/Earn1218' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_3_earn.jpg']").click( function () { location.href='/Earn1218' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_4.jpg']").click( function () { location.href='/create-profile' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_propmanagement.jpg']").click( function () { location.href='/property-management' });
	$("img[src='http://arizonapropertywholesalerss.com/images/new/button_contact_us.jpg']").click( function () { location.href='/contact-us' });
	
	$("div[style*='margin-top: 35px;']").next().after('<div style="padding-left: 35px; padding-top:55px;"><a href="http://activerain.com/caseylatto"><img src="http://activerain.com/images/linking/ARLogoProfile.gif" border=0 alt="Casey Latto (PTE Real Estate Group): Real Estate Agent in Phoenix, AZ"/></a></div>');
	$("div[id='hover']").append('<img style="MARGIN-RIGHT: 10px" border="0" src="http://arizonapropertywholesalerss.com/images/new/nav_button_7_roi.png" width="151" height="64" />');
	
	$("img[src='http://arizonapropertywholesalerss.com/images/new/nav_button_7_roi.png']").click( function () { location.href='/roi-calculator' });
});