var arnews = new Array(6);
totcount = 6;
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]="Find Your Celebrity Doppelganger Now
";
arnews[1] += "As you may know, \"celebrity doppelganger\" week on Facebook has become a huge phenomenon, and while \"week\" seems to have turned into \"weeks,\" finding one's celebrity lookalike still appears to be fresh on everyone's minds.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 19:00:00 GMT";
arnews[1] += "
";
arnews[2]="Portia de Rossi
";
arnews[2] += "Portia de Rossi played Nelle Porter, the ambitious lawyer and resident vixen on the FOX series, Ally McBeal .";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 19:38:43 GMT";
arnews[2] += "
";
arnews[3]="'Beverly Hills, 90210: The Ninth Season'
";
arnews[3] += "The original series was starting to wind down by the time it reached this year, which saw the exit of Valerie and the arrival of Gina , who made things complicated for the newly returned Dylan - especially after his failure to rekindle a romance with Kelly .";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 03:12:16 GMT";
arnews[3] += "
";
arnews[4]="Little Screen
";
arnews[4] += "This week's new releases, by Jay Bobbin of Zap2it, are rated on a scale of one to four, with H equivalent to a poor rating and HHHH meaning excellent.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]=""One Hot Summer" on DVD
";
arnews[5] += "A beautiful Cuban-American lawyer is caught in the greatest dilemma of her life - stay with Ariel, her Cuban-American husband who is eager to start a family at any cost or reignite a past love with Luther, the \"romance\" of her life who unexpectedly returns to try and capture her heart once again.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 21:26:01 GMT";
arnews[5] += "
";
totcount = 6;
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("