document.writeln("<script language=\"JavaScript\" type=\"text\/javascript\" class=\"b12\">  ");
document.writeln("      ");
document.writeln("today=new Date()      ");
document.writeln("document.write(today.getYear(),\"-\",today.getMonth()+1,\"-\",today.getDate(),\" \")      ");
document.writeln("document.write(\"\")      ");
document.writeln("now=new Date()      ");
document.writeln("document.write(\"\")      ");
document.writeln("if(now.getDay()==5)document.write(\"Friday\")      ");
document.writeln("if(now.getDay()==6)document.write(\"Saturday\")      ");
document.writeln("if(now.getDay()==0)document.write(\"Sunday\")      ");
document.writeln("if(now.getDay()==1)document.write(\"Monday\")      ");
document.writeln("if(now.getDay()==2)document.write(\"Tuesday\")      ");
document.writeln("if(now.getDay()==3)document.write(\"Wednesday\")      ");
document.writeln("if(now.getDay()==4)document.write(\"Thursday\")      ");
document.writeln("document.write(\"\")      ");
document.writeln("          <\/script>");