$(function(){
	$('#warning').remove();
	$.post('token.php', function(ts){
		$('#contact .submit').append('<input type="hidden" name="ts" value="' + ts + '" />');
	});
});

