$(document).ready(function(){
	$("form").validate();
	$("a:contains('FREE chat by Volusion')").remove();
});
