var dt = new Date();
var hr = dt.getSeconds();
hr=hr%1;
if (hr==0){ document.write(""); }