var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Psych: Preview of Episode 4.11 "Thrill Seekers and Hell Raisers"
";
arnews[0] += "Psych returns tonight with an all-new episode that focuses on Gus. Apparently, he's got a big secret that he's kept from Shawn all this time but he's finally coming clean in the episode \"Thrill Seekers and Hell Raisers.\" It turns out Gus has a secret girlfriend named Ruby and Shawn isn't happy about it.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="The week ahead in crime TV
";
arnews[1] += "NEW! A convicted killer receives a 24-hour stay of execution after his guilt is questioned.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Psych Post
";
arnews[2] += "I'll admit I was overly amused by John Cena after years of laughing at him on the Raw commercials.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 18:44:20 GMT";
arnews[2] += "
";
arnews[3]="Holidays on Earth Today: January 10, 2010
";
arnews[3] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[3] += "
Publ.Date : Mon, 11 Jan 2010 11:59:14 GMT";
arnews[3] += "
";
arnews[4]="On Jan. 10, 2000, America Online announced it was buying Time Warner for $162 billion
";
arnews[4] += "Today is Sunday, Jan. 10, the 10th day of 2010. There are 355 days left in the year.";
arnews[4] += "
Publ.Date : Sun, 10 Jan 2010 18:06:08 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "Today is Sunday, Jan. 10, the 10th day of 2010. There are 355 days left in the year.";
arnews[5] += "
Publ.Date : Sun, 10 Jan 2010 11:00:00 GMT";
arnews[5] += "
";
arnews[6]="Today's Birthdays
";
arnews[6] += "Opera singer Sherrill Milnes is 75. Baseball Hall of Famer Willie McCovey is 72.";
arnews[6] += "
Publ.Date : Sun, 10 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("