<!--

var check = "NG";
var today = new Date();
var offset = today.getTimezoneOffset();
if (offset == -540) check = "OK";

//-->
