var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Print Version
";
arnews[0] += "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.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:28:32 GMT";
arnews[0] += "
";
arnews[1]="Faith Evans Returns in Reality Show it's All About Faith
";
arnews[1] += "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.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:26:50 GMT";
arnews[1] += "
";
arnews[2]="Faith Evans To Get Her Own Reality Show
";
arnews[2] += "After taking a hiatus out of the limelight to concentrate on her family, the former first lady of Bad Boy is stepping back onto the scene.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:45:27 GMT";
arnews[2] += "
";
arnews[3]="Faith Evans lands reality show
";
arnews[3] += "Recording artist Faith Evans attends the eighth annual Chrysalis Butterfly Ball at the estate of Susan Harris and Hayward Kaiser on June 6, 2009 in Los Angeles, California 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.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:40:42 GMT";
arnews[3] += "
";
arnews[4]="Faith Evans Lands A Reality TV Show
";
arnews[4] += "R&B star Faith Evans is preparing to re-launch her music career after a five-year absence with the help of a new reality TV show.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:29:45 GMT";
arnews[4] += "
";
arnews[5]="Augustana names Lofdahl to Dean's List
";
arnews[5] += "Heather Lofdahl of Alpharetta was recently named to Augustana College's 2009 fall term Dean's List.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00: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("