

var f1=new Date();
var m1=f1.getMonth();
var d1=f1.getDate();
var y1=f1.getYear();
if (y1<2000) {
y1=y1+1900;
}

if ( m1==10 && (d1==25 || d1==26 || d1==27 || d1==28) ) {
if (specialshow==0) {
document.write("<h4>Cyber Monday Special - 50% off all versions; TODAY ONLY, until midnight.</h4>");
}

if (specialshow==1) {
document.write("<B><font color='red'>PLUS: Cyber Monday Special - 50% off all versions; TODAY ONLY, until midnight - click any order page link to get special price.</font></b>");
}

}



