$(function()
{



	$('form').each(function(){ new Validator($(this)); });




});