/*-------------------------------------------------

		Berkeley House Investments			Behaviorial Functions
		Date 								Feb 2010	
		
---------------------------------------------------*/
/*----------------------------------------------------------Cufon---------------------------------------------------------- */
Cufon.replace('#content h1');

/*--------------------------------------------------------Functions-------------------------------------------------------- */
var emailSent = function(){	
	$('.response').hide();
	$('.formContainer').slideUp(function(){		
		$('.response').delay(800).fadeIn('500');
	});
	_gaq.push(['_trackPageview','/contact_us/sent/']);
}
var emailError = function(){
	_gaq.push(['_trackPageview','/contact_us/error/']);
}

/*---------------------------------------------------------jQuery---------------------------------------------------------- */
$(document).ready(function(){

});

/*--------------------------------------------------------- IE Warning ---------------------------------------------------------- */
var $buoop = {} 
$buoop.ol = window.onload; 
window.onload=function(){ 
 if ($buoop.ol) $buoop.ol(); 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "http://browser-update.org/update.js"); 
 document.body.appendChild(e); 
}


