var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="17 Predictions About Google's Big Announcement Today
";
arnews[0] += "Bzzzz! The buzz-makers are abuzz with anticipation about Google's announcement of a broad new social product later today.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:15:00 GMT";
arnews[0] += "
";
arnews[1]="Ryana s goal sinks Bray as Cook assesses his options
";
arnews[1] += "SLIGO Rovers recorded their second pre-season friendly victory of the week as they defeated Bray Wanderers 1-0 in Kilternan, the home of Wayside Celtic, last Saturday afternoon.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:45:09 GMT";
arnews[1] += "
";
arnews[2]="Somebodya s Got To Be Doing Something With Batman 3, Right?
";
arnews[2] += "Frankly, I think good riddance- The Dark Knigh t set the bar AWFULLY high and I'm genuinely unsure if they could ever top that.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:25:58 GMT";
arnews[2] += "
";
arnews[3]="ISolated INcident - Case Closed
";
arnews[3] += "Dane Cook's year long tour comes to a close in Ft. Lauderdale. Isabel Betancourt Florida residents and many tourists who were in town for Superbowl weekend, filled the Bank Atlantic Center on Saturday for some pre-game comedy courtesy of Dane Cook.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:57:14 GMT";
arnews[3] += "
";
arnews[4]="Dave Chappelle Brings Out The Inner Pimp, Capitalist, Capitalist-Pimp In Us
";
arnews[4] += "Calling Dave Chappelle a comedian is a little like calling Dave Eggers a writer -- the term is accurate yet still not quite adequate, as it would put the former in the same category as, say, Dane Cook and the latter among, say, Danielle Steele.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:50:27 GMT";
arnews[4] += "
";
arnews[5]="Continue Reading " Olivia Munn is dead to me "
";
arnews[5] += "Dane Cook posted a picture of himself with Olivia Munn at the Super Bowl yesterday and there's no way these two aren't fucking.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:00:40 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("