var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eminem & Ex-Wife Over (PHOTO) Spokesperson Says 'No Baby' - Post Chronicle
";
arnews[0] += "A spokesperson for Eminem has blasted reports the rapper and his ex-wife are expecting a baby together. Reports suggesting the Stan hitmaker and Kim Mathers had reconciled, and were planning to add to their family, surfaced earlier this week ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 04:18:00 GMT";
arnews[0] += "
";
arnews[1]="Beyonce, Jay-Z, Eminem Win Early Grammys - MTV
";
arnews[1] += "Nominated for 10 total awards — the most of any artist this year — Beyoncé took home four early awards. For Best R&B Song, her \"Single Ladies\" triumphed over Jamie Foxx and T-Pain, Maxwell and Jazmine Sullivan. Beyoncé also beat T-Pain and Foxx ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 00:32:00 GMT";
arnews[1] += "
";
arnews[2]="Eminem Publicist Slams Kim Mathers Baby Reports - Post Chronicle
";
arnews[2] += "A spokesperson for Eminem has blasted reports the rapper and his ex-wife are expecting a baby together. Reports suggesting the Stan hitmaker and Kim Mathers had ... They are a divorced couple who share custody of their daughter and maintain a ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:26:00 GMT";
arnews[2] += "
";
arnews[3]="Eminem Shoots Down Rumors Of New Baby With Kim - allhiphop.com
";
arnews[3] += "(AllHipHop News) Eminem has responded to rumors sparked by a tabloid report that stated he had reunited and fathered a new child with his ex-wife, Kim Mathers. Star Magazine claimed that Eminem and Kim Mathers had reunited for a third time and were ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 17:32:00 GMT";
arnews[3] += "
";
arnews[4]="Sober Eminem Reconnecting With Old Pals - New Kerala
";
arnews[4] += "The Stan hitmaker, real name Marshall Mathers III, struggled for years with an addiction to painkillers and anti-depressants - popping as many as 20 pills a day at the height of his problems, and nearly losing his life after an accidental methadone ...";
arnews[4] += "
Publ.Date : Sat, 05 Dec 2009 18:01:00 GMT";
arnews[4] += "
";
arnews[5]="Lil Wayne goes to jail, but leaves fans with new album, Eminem ... - MLive.com
";
arnews[5] += "This morning he broadcast a farewell message live on Ustream , but he's leaving his fans with more than an hour-long, interruption-filled goodbye speech. On Feb. 2, Lil Wayne released \"Rebirth, \" his seventh studio album and what he calls his \"rock ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:29: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("