
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

var now=new Date();

document.write('<span class ="copyright">Today is '+"SunMonTueWedThuFriSat".substr(now.getDay()*3,3)+', '+"JanFebMarAprMayJunJulAugSepOctNovDec".substr(now.getMonth()*3,3)+' '+now.getDate()+', '+now.getFullYear()+'</span>');

document.write('<br>');

//  End -->

