var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Cruise Set For 'Mission: Impossible IV'
";
arnews[0] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:05:43 GMT";
arnews[0] += "
";
arnews[1]="You know you're a cultural phenom when "Sesame Street" turns...
";
arnews[1] += "Which 'American Idol' Winner Will Become the Next 'Sesame Street' Character? USA Today You know you're a cultural phenom when \"Sesame Street\" turns you into a Muppet character, and the latest person to get this honor will be one of the winners of \"American Idol.\" It's Carrie Underwood, who will become Carrie Underworm, reports USA Today .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:32:09 GMT";
arnews[1] += "
";
arnews[2]="Hollywood brings changes for a American Idola
";
arnews[2] += "Hollywood brings changes for - American Idol' New judge Ellen calls out Simon's departure, Coke logo goes missing - American Idol' video A A Cowell makes ninth - Idol' season his last Jan.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:13:39 GMT";
arnews[2] += "
";
arnews[3]="Sade's usual sultry tempo slows to a crawl
";
arnews[3] += "Sade: Soldier Of Love Sade has made a very healthy career singing smooth jazz-pop and neo R&B that is almost always described as - sultry' with hits such as Smooth Operator, Sweetest Taboo and Paradise.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:05:08 GMT";
arnews[3] += "
";
arnews[4]="Reality show contestant convicted of murder
";
arnews[4] += "A San Francisco jury has found a former reality TV show contestant guilty of killing a man in 2007.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:31:55 GMT";
arnews[4] += "
";
arnews[5]="Howard Stern on 'American Idol': Dress Randy as sumo wrestler, make Carrie lose weight
";
arnews[5] += "Howard Stern had some choice words regarding the rumors that he is being considered to replace Simon Cowell on \"American Idol.\" Stern addressed the various reports on his radio show Monday .";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:26:59 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("