var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Super Bowl Party Recap from Miami
";
arnews[0] += "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[0] += "
Publ.Date : Mon, 08 Feb 2010 20:50:00 GMT";
arnews[0] += "
";
arnews[1]="Father and son headline card at Hard Rock Live
";
arnews[1] += "Friday night's show at Nova Southeastern University was the prelude to a busy month of local boxing activity.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 09:00:00 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]="Torquay show strength in depth
";
arnews[3] += "LOWER ORDER strength proved decisive for Torquay II as they beat local rivals Newton Abbot I 3-2 in Division One at Marsh Road.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Eli Stone is an Ally McBeal-like hour of whimsy
";
arnews[4] += "The first thing you need to know about Eli Stone, the gently disarming fable about a mild-mannered lawyer afflicted with fantastic visions, is that it's not nearly as good as some of the early reviews would have you think.";
arnews[4] += "
Publ.Date : Thu, 31 Jan 2008 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Hip Hop's Damon Dash makes the Judgement Yard sojourn
";
arnews[5] += "IT was early last week that Sizzla Kalonji received the call that hip hop mogul Damon Dash was in the island and needed to make that link.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 09:19:28 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("