$(document).ready(function(){
	$("#button").click(function(){javascript:validateForm();});
	$("#mailsuccess").highlightFade({speed:2000})
});