var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[0] += "Following some smooches for the Super Bowl cameras and a night aboard Paul Allen's yacht, Brangelina issued a legal statement saying reports of their separation were \"false and intrusive,\" suing the News of the World newspaper for their false allegations .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[0] += "
";
arnews[1]="Did Ed Westwick and Jessica Szohr Hit It At A Super Bowl Party?
";
arnews[1] += "\"Gossip Girl\" co-stars and real-life lovers Ed Westwick and Jessica Szohr did their best to put the breakup rumors to bed at Maxim's Super Bowl party at the Raleigh in Miami.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:22:58 GMT";
arnews[1] += "
";
arnews[2]="Jimmy Kimmel Never Called Sarah Silverman Pretty, and Now He Will Pay
";
arnews[2] += "Sarah Silverman unleashes the rage of a thousand indignant female fans on an ex-boyfriend. Brangelina sues News of the World for the break-up rumor.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:49:39 GMT";
arnews[2] += "
";
arnews[3]="Volkswagen and Hollywood Elite Join Forces At The Maxim Party To Benefit Haiti..
";
arnews[3] += "Text Size HERNDON, Va., Feb. 8 /PRNewswire/ -- Volkswagen of America, Inc. today announced that it will further support ongoing Haiti relief efforts by making a donation to Doctors Without Borders, by auctioning off a celebrity autographed 2010 GTI hood.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:56:54 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl Party Recap from Miami
";
arnews[4] += "Photo: Dimitrios Kambouris/Getty Images for Playboy Whether you were cheering for the Colts or the Saints, there was no shortage of revelry during Super Bowl weekend in Miami.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:50:00 GMT";
arnews[4] += "
";
arnews[5]="Volkswagen and Hollywood Elite Join Forces At The Maxim Party To Benefit Haiti Relief Efforts
";
arnews[5] += "Kevin Connolly of \"Entourage\" and Kellan Lutz from \"Twilight\" are Among Celebrities to Sign GTI Hood to Benefit Doctors Without Borders; Consumers Can Bid on One-of-a-Kind Autographed Collectible to Support the Cause On Monday February 8, 2010, 5:02 pm EST HERNDON, Va.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:53:47 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("