var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'General Hospital' Celebrates its 12,000 Episode Milestone
";
arnews[0] += "\"General Hospital\" celebrates its 12,000 episode on Tuesday, Feb. 23 with great drama as mobster Sonny deals with the fact that undercover cop Dante is his son, and Elizabeth figures out who the father of her unborn child is.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:41:00 GMT";
arnews[0] += "
";
arnews[1]="DWTS Season 10: John Stamos for Karina Smirnoff?
";
arnews[1] += "Ian Ono and Jana Monji : Fans of \"Full House\" and \"ER,\" meet fans of \"Dancing with the Stars.\" Professional dancer feels it would be a match made in TV heaven as she told People magazine that her perfect partner for the show would be John Stamos.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Dancing with the Stars' News Roundup: Warren Sapp and John Stamos
";
arnews[2] += "After Pamela Anderson recently became part of the bevy of names being floated as potential contestants for Dancing with the Stars ' upcoming tenth season, it's now Full House star John Stamos who is being rumored to be waltzing for in the DWTS dance floor.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:56:38 GMT";
arnews[2] += "
";
arnews[3]="Karina Smirnoff Wants to Dance with John Stamos
";
arnews[3] += "The dancer reveals her dream partner. Karina Smirnoff has her eye on a new dance partner for the upcoming season of Dancing with the Stars .";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:17:53 GMT";
arnews[3] += "
";
arnews[4]="Digg
";
arnews[4] += "She finally scored her first one-on-one date, but Corrie Adamson , 23, could never quite catch up in the race for Bachelor Jake 's heart.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 03:24:14 GMT";
arnews[4] += "
";
totcount = 5;
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("