$(document).ready(function(){

	$('#submit').click(function(){
		document.contact.submit();
		return false;
	});
	
});
