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

