/*
	some basic cookie handling
*/
function uts(){
	var t = new Date();
	return t.getTime();
}


