function send_mail() {
			$('contactsitepageform').action = base_url+'index.php/contactus/contact_mail';
			$('contactsitepageform').submit();
	}
	function c_reset()
	{
		$('contactsitepageform').reset();
	}
