var arnews = new Array(7);
totcount = 7;
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]="Bikie charged with murder faces court
";
arnews[2] += "A YOUNG man charged with a Sydney gangland-style shooting murder will remain behind bars until his next court appearance.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:19:40 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]="Stretch Armstrong
";
arnews[4] += "The first show is on Friday, Feb. 12, at the Rickshaw Stop. 10 p.m., $10 for 21+, $15 for 18-21; www.rickshawstop.com . The second is on Saturday, Feb.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:06:52 GMT";
arnews[4] += "
";
arnews[5]="Faith Evans Lands A Reality TV Show
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 23:29:45 GMT";
arnews[5] += "
";
arnews[6]="Funkadelic Freestyles 062 Podcast
";
arnews[6] += "In following in the success of the Real Late podcasts, wea TMve decided to start dropping off a new episode of Funkadelic Freestyles a ' the unique college radio show based in DC a ' once a week here at Rappers I Know.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:20:04 GMT";
arnews[6] += "
";
totcount = 7;
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("