// JavaScript Document
$(document).ready(function()
{
	//Anti-captcha
	$(".antiCaptcha").val("Valid");
});