$(document).ready(function(){
	// Validate Form
	$("form").each(function(){
		$(this).validate();
	});
 }
);
