function ContactUsVerification(){
	$('contact-us').fade();
	setTimeout(function(){
		$('contact-us').innerHTML = "Thank You, <br /> We Will be in touch shortly.";	
		$('contact-us').appear();
	}, 2000);

}
