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]="Maxin to The Mag to Playboy
";
arnews[1] += "Guidos and guidettes, We're not partied out. Yet. We've done EA, a Playboy event and pretty much everything in between as we get to Super Bowl Sunday.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 09:15:22 GMT";
arnews[1] += "
";
arnews[2]="Page 2: The Super Bowl party report
";
arnews[2] += "Guidos and guidettes, Our voices are raw. We now think champagne is one of the four major food groups.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 13:20:00 GMT";
arnews[2] += "
";
arnews[3]="Super Quiz
";
arnews[3] += "Think you know your Super Bowl facts? Find out with this quiz about Super Bowls past and present : 1. Who is the only primarily special teams player to win a Super Bowl MVP trophy? a. Don Chandler b. Devin Hester c. Desmond Howard d. Adam Vinatieri 2. Which Super Bowl halftime show was not broadcast live? a. XXIII b. XXV c. XXXII d. XXXVII 3. Which ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:39:30 GMT";
arnews[3] += "
";
arnews[4]="Q&A | David Bentkowski, mayor to the stars
";
arnews[4] += "How in the name of President Bill Clinton, LL Cool J, Drew Carey, Kevin Costner and Halle Berry does a guy like David Bentkowski meet face-to-face with these and nearly 100 other celebrities? Easy.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Top 10 Super Bowl Weekend Parties in South Florida
";
arnews[5] += "The big game is almost here, but even if you don't give a shit about that, there're plenty enough parties going on that may well prevent you from waking up before 10pm Sunday night.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:18:16 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("