function InitValidation ()
{
	new Validation($('commentform'), {useTitles : true});
}

Event.observe(window, 'load', InitValidation);
