//anti spam
$(function()
{
	$('#as').html('<input type="hidden" value="yes" name="spam" />');
});

