var $j=jQuery;
$j(document).ready(function()
{
	$j('#post').submit(function()
	{
		$j('#post').append('<input type="hidden" name="bot_try" value="hello_boot" />');
	});
});

