var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Coolio gets a cooking show (yes, that Coolio), Rachael Ray bests ... - Toronto Life
";
arnews[0] += "• For boozehounds who didn’t get sidelined by the recession, this is a banner year to buy champagne: prices for bubbly are falling as global demand has dropped by at least 10 per cent. Despite rumours of production cuts to maintain price ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:52:00 GMT";
arnews[0] += "
";
arnews[1]="DMX Reportedly Slapped W/ $1 Mil Lawsuit Over Mixed Martial Arts Bail ... - SOHH
";
arnews[1] += "DMX's Tax Problems Exposed, Rapper Owes $1.5 Million UPDATE: DMX Replaced By Coolio For Mixed Martial Arts Match UPDATE: DMX's Rep Addresses Celebrity Fight, \"He's A Hip-Hop Artist, Not A Boxer\" DMX Reportedly Drops Celebrity Boxing Match, Sources ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[1] += "
";
arnews[2]="Coolio Might Do Better in MMA Rules: - Bloodyelbow.com
";
arnews[2] += "\"I've been doing martial arts for 18 years. Eh listen, somebody gonna get knocked the f*ck out! Coolio don't take a** whoopings well, I'll tell you what, if I get into trouble, you gonna know because it's gonna go from boxing to f*cking wrestling and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:09:00 GMT";
arnews[2] += "
";
arnews[3]="Coolio Talks Mixed Martial Arts Fight, "H*ll Yeah I'll Cheat to Win" - SOHH
";
arnews[3] += "Coolio Confirms Replacing DMX For MMA Fight, \"I Don't Plan On Losing\" UPDATE: DMX Replaced By Coolio For Mixed Martial Arts Match Coolio Pleads Guilty To Cocaine Possession, Cops Plea Deal Judge Urges Coolio To Take The Plea Bargain Rap veteran ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:29:00 GMT";
arnews[3] += "
";
arnews[4]="Coolio interview: the extended version - Boston Globe
";
arnews[4] += "Today, we ran an interview with the rapper Coolio , who has a new cookbook out. It was condensed for space. Here is the extended version, for those who did not get enough of the self-titled Ghetto Gourmet. A man of taste: Like many of us, Coolio ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:41:00 GMT";
arnews[4] += "
";
arnews[5]="DMX Sued For $1 Mil For Backing Out Of Fight - allhiphop.com
";
arnews[5] += "Rapper DMX is the subject of a new $1 million dollar lawsuit for backing out of a celebrity boxing match scheduled to take place in December in Birmingham, Alabama. DMX was originally scheduled to fight boxer/actor Eric Martinez during an event ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:42:00 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("