var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New album, show for Faith Evans - S2Smagazine.com
";
arnews[0] += "Faith Evans is stepping back into the spotlight with a reality and new studio album. After five years of keeping a relatively low profile, Faith is getting back to work. As with many comebacks these days, it’s starting with a reality show ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:00 GMT";
arnews[0] += "
";
arnews[1]="Faith Evans Announces Reality Show, New Album - allhiphop.com
";
arnews[1] += "(AllHipHop News) Faith Evans has inked a deal with E1 Television and E1 Music to launch a reality show and new movie it was announced today (February 8). The reality show It’s All About Faith will chronicle Evans’ return to the recording industry ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[1] += "
";
arnews[2]="Faith Evans Returns in Reality Show IT'S ALL ABOUT FAITH - Channel Canada
";
arnews[2] += "E1 Television and E1 Music have teamed up with Faith Evans, recording artist, New York Times best-selling author, wife, mother and entrepreneur to release a new studio album and reality series. E1 Television, in partnership with Faith Evans and ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:50:00 GMT";
arnews[2] += "
";
arnews[3]="Faith Evans Lands A Reality TV Show - Starpulse.com
";
arnews[3] += "The program will also feature appearances from her manager husband Todd Russaw and her four children. The reality show deal with E1 Television isn't the only reason Evans is celebrating - she's also landed a record deal with E1 Music to release her ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:58:00 GMT";
arnews[3] += "
";
arnews[4]="FAITH EVANS VIDEOS - Contactmusic.com
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[4] += "
";
totcount = 5;
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("