<!--
//Set Cookie and timestamp
//Version 1.0 July 26th, 2009
//Author: Carl Gadener ://gadener.net
//Usage terms: Freeware
$(document).ready(function(){
    $.get("include/token-set.php",function(txt){
	$(".secure").append('<input type="hidden" name="ts" value="'+txt+'" />');
    });
});
//-->
