function showContactForm(){
	//show contactform on click
	//alert("Hello World!");
	$("#contactform").addClass("showForm").show("slow");
}

$(document).ready(function() {
//dom ready




		

});


