var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Artie Lange and Olivia Munn named best guests on Jimmy Fallon
";
arnews[0] += "Artie Lange and Olivia Munn named best guests on Jimmy Fallon Howard Stern Show tragic clown Artie Lange has come in at number one on the list of greatest guests on Late Night with Jimmy Fallon , sharing the honor with model/actress Olivia Munn who appeared on the same episode.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'The Twilight Saga: New Moon' smashes box office records -...
";
arnews[1] += "So many fans rushed to theaters on Friday to see \"The Twilight Saga: New Moon\" that the film smashed a box office record for highest one-day gross.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Howard K. Stern Lawsuit Settled
";
arnews[2] += "A settlement has been reached in Howard K. Stern's $60 million defamation lawsuit against Rita Cosby, reports TMZ.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:11:29 GMT";
arnews[2] += "
";
arnews[3]="4ie6
";
arnews[3] += "Howard K. Stern has settled his $60 million defamation suit against Rita Cosby ... TMZ has learned.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:45:40 GMT";
arnews[3] += "
";
arnews[4]="Settlement in Howard K. Stern Lawuit
";
arnews[4] += "Howard K. Stern has settled his $60 million defamation suit against Rita Cosby ... TMZ has learned.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:45:19 GMT";
arnews[4] += "
";
arnews[5]="Tina O Shoots On The Red Carpet
";
arnews[5] += "Call it Hollywood in Beverly Hills. Last weekend there was a Prada book launch party at the Prada store on Rodeo Drive in Beverly Hills.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:57:23 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("