
<!--
function CheckThisOut()
{
var time= NewDate();
var Year=time.getYear();
var month=time.getMonth();
var text="date is ";
text+=month+Year;
document.write(text);
}
//-->
