document.observe('dom:loaded',function(){
	Event.observe(window,'load',function(){
		if($('contact'))
			validate_form('contact');
	});
});