	$(document).ready(function() {
		$(".warning").remove();
		
		$.get("/inc/token.php",function(txt) {
			$(".secure").append("<input type=\"hidden\" name=\"ts\" value=\"" + txt + "\" />");
		});
	});