window.addEvent('load',function(){
	$('submitContact').addEvent('click',function(){
		$('contactForm').submit();
	});
});
