var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ed Westwick, Jessica Szohr Do Their Best To Disspell Breakup Rumors
";
arnews[0] += "Tuesday, February 09, 2010 10:51 AM Either that or they were just sloppy drunk. \"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[0] += "
Publ.Date : Tue, 09 Feb 2010 10:52:00 GMT";
arnews[0] += "
";
arnews[1]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[1] += "
";
arnews[2]="Hillzies Team Up For The Super Bowl: See The Hot Pix
";
arnews[2] += "What's the best part about Super Bowl Sunday? For bookies, bartenders and football fans, it's all about the big game .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Did Ed Westwick and Jessica Szohr Hit It At A Super Bowl Party?
";
arnews[3] += "\"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[3] += "
Publ.Date : Tue, 09 Feb 2010 14:22:58 GMT";
arnews[3] += "
";
arnews[4]="MTV raises curtain on young dreams
";
arnews[4] += "It's like \"Fame\" - the movie that showcased the dreams and disappointments of high school performers - but in real life.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="Volkswagen and Hollywood Elite Join Forces At The Maxim Party To Benefit Haiti..
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 04:56:54 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("