


$(document).ready(function() {

	var tzdiff = (new Date().getTimezoneOffset()/60)*(-1) + 4;

	$.post("/ajax/timezone", { tzdiff : tzdiff }, function(data) {
	

	});

});