//----- script2.js 
//----- Improved from other scripts by Mark A. Foster, Ph.D. 
now = new Date();
t = now.getHours();

document.write("<div style='font-size:12px;color:#8c4a1c;font-weight:bolder;font-family:arial unicode ms,lucida sans unicode,code2000;arial,helvetica,sans serif,lucida;white-space:nowrap'>Today is ");
var d = new BahaiDate() 
document.write(d.dayName() + " of " + d.monthName() + ", " + 
d.year + " B.E. (Bah&aacute;&#702;&iacute; Era),  " + d.year + "/" + d.month + "/" + d.day)
document.write(".</div>");


