document.writeln("<SCRIPT LANGUAGE=\"JavaScript1.2\">");
document.writeln("<!-- Begin");
document.writeln("var months=new Array(13);");
document.writeln("months[1]=\"January\";");
document.writeln("months[2]=\"February\";");
document.writeln("months[3]=\"March\";");
document.writeln("months[4]=\"April\";");
document.writeln("months[5]=\"May\";");
document.writeln("months[6]=\"June\";");
document.writeln("months[7]=\"July\";");
document.writeln("months[8]=\"August\";");
document.writeln("months[9]=\"September\";");
document.writeln("months[10]=\"October\";");
document.writeln("months[11]=\"November\";");
document.writeln("months[12]=\"December\";");
document.writeln("var time=new Date();");
document.writeln("var lmonth=months[time.getMonth() + 1];");
document.writeln("var date=time.getDate();");
document.writeln("var year=time.getYear();");
document.writeln("if (year < 2000)    // Y2K Fix, Isaac Powell");
document.writeln("year = year + 1900; // http://onyx.idbsu.edu/~ipowell");
document.writeln("document.write(\"<center>This price guaranteed only until midnight \" + lmonth + \" \");");
document.writeln("document.write(date + \", \" + year + \"</center>\");");
document.writeln("// End -->");
document.writeln("</script\>");
