var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Faith Evans Returns in Reality Show IT'S ALL ABOUT FAITH - Channel Canada
";
arnews[0] += "Evans is a 5-time Grammy nominee and winner for Best Rap Performance by a Duo or Group for “I’ll Be Missing You,” an homage to her late husband and hip-hop legend Notorious B.I.G. Once again, Evans is set to take the music world by storm. “";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:50:00 GMT";
arnews[0] += "
";
arnews[1]="EVANS LANDS REALITY SHOW TO DOCUMENT COMEBACK - PR Inside
";
arnews[1] += "R&B star FAITH EVANS is preparing to relaunch her music career after a fi= ve-year absence with the help of a new reality TV show. The Love Like This singer - the widow of rap icon Notorious B.I.G. - wi= ll give fans an insight into her life on It's ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:35:00 GMT";
arnews[1] += "
";
arnews[2]="FAITH EVANS VIDEOS - Contactmusic.com
";
arnews[2] += "R&B star FAITH EVANS is preparing to relaunch her music career after a five-year absence with the help of a new reality TV show. The Love Like This singer - the widow of rap icon Notorious B.I.G. - will give fans an insight into her life on It's All ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[2] += "
";
arnews[3]="Faith Evans lands reality series - Digital Spy
";
arnews[3] += "Faith Evans has landed her own reality series, reports Variety . The 'Love Like This' singer, who is the widow of hip-hop icon Notorious B.I.G., has teamed with E1 Entertainment for the show, which will chronicle her life. The programme - titled It's ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:53:00 GMT";
arnews[3] += "
";
arnews[4]="Reader's Picks - Miami New Times
";
arnews[4] += "Few DJs can boast a history of beat-dropping that dates back to the days of grade school. Then again, few DJs grew up in houses as heavy with sound as that of DJ Oski. Oski's pops, Pepe Pothea, was a player — he handled percussion for some of salsa ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:09:00 GMT";
arnews[4] += "
";
arnews[5]="Faith Evans gets reality show - Variety
";
arnews[5] += "R&B artist Faith Evans has partnered with E1 Entertainment to star in a reality show chronicling her life. \"It's All About Faith\" would follow Evans -- the widow of hip-hop icon Notorious B.I.G. -- as she attempts to revive her career after five ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:51: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("