//get and set clients time zone
var tz=new Date().getTimezoneOffset();document.cookie = "TZ="+tz+";path=/";
