window.addEvent('domready', function(){
	//$("sub-nav-box-ul").setHTML("");

	$("footer-ul").setHTML("<li><a href=\"http://www.wetherell.co.uk/privacy/\">PRIVACY</a></li>\n					<li><a href=\"http://www.wetherell.co.uk/disclaimer/\">DISCLAIMER</a></li>\n					<li><a href=\"http://www.wetherell.co.uk/links/\">LINKS</a></li>\n					<li><a href=\"http://www.wetherell.co.uk/sitemap/\">SITEMAP</a></li>\n					<li><a href=\"http://www.wetherell.co.uk/about-us/testimonials/\">TESTIMONIALS</a></li>\n					<li><a href=\"http://www.wetherell.co.uk/contact/\">CONTACT</a></li>");
	
	$$('#footer .box p').setHTML("");

	$("sidebar").setHTML("");
		
    (function($) {
		$("#header").append("<a class=\"download_app\" href=\"http://itunes.apple.com/gb/app/wetherell/id391484312?mt=8\" target=\"_blank\" title=\"Download our Free Mayfair Property App\"><img src=\"http://www.wetherell.co.uk/wp-content/themes/wetherell/images/download_app.jpg\" alt=\"Download our Free Mayfair Property App\"></a><a class=\"fblogo\" href=\"http://www.facebook.com/home.php?#!/pages/Wetherell-Estate-Agents-Mayfair/123102911078486?v=wall\" title=\"Wetherell on Facebook\" target=\"_blank\"><img src=\"http://www.wetherell.co.uk/wp-content/themes/wetherell/images/f_logo.png\" width=\"20\" height=\"20\" alt=\"Wetherell on Facebook\" /></a><a class=\"twlogo\" href=\"http://twitter.com/mayfairguru\" title=\"Wetherell on Twitter\" target=\"_blank\"><img src=\"http://twitter-badges.s3.amazonaws.com/t_small-a.png\" width=\"22\" height=\"22\" alt=\"Wetherell on Twitter\" /></a>");
		
       $('#sales').click(function() {
            $('#salesForm').css("position", "static");
            $('#rentalsForm').css("position", "absolute");
        });

        $('#rentals').click(function() {
            $('#salesForm').css("position", "absolute");;
            $('#rentalsForm').css("position", "static");
        });
		$('#salebedrooms').change(function() {
			$('#salesFormurl').attr("href", "http://property.wetherell.co.uk/mapForm.do?bedrooms="+$('select#salebedrooms option:selected').val()+"&minPrice="+$('select#saleminprice option:selected').val()+"");
		});
		$('#saleminprice').change(function() {
			$('#salesFormurl').attr("href", "http://property.wetherell.co.uk/mapForm.do?bedrooms="+$('select#salebedrooms option:selected').val()+"&minPrice="+$('select#saleminprice option:selected').val()+"");
		});
		$('#rentalsbedrooms').change(function() {
			$('#rentalsFormurl').attr("href", "http://property.wetherell.co.uk/mapLettingForm.do?bedrooms="+$('select#rentalsbedrooms option:selected').val()+"&minPrice="+$('select#rentalsminprice option:selected').val()+"");
		});
		$('#rentalsminprice').change(function() {
			$('#rentalsFormurl').attr("href", "http://property.wetherell.co.uk/mapLettingForm.do?bedrooms="+$('select#rentalsbedrooms option:selected').val()+"&minPrice="+$('select#rentalsminprice option:selected').val()+"");
		});


    })(jQuery);
    
    initCustomForms();
    if (tb_init) {
	    tb_init('a.thickbox, area.thickbox, input.thickbox');
    }
});


