var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Holy hip-hop' looks to enter mainstream Christian music - Deseret News
";
arnews[0] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. NASHVILLE, Tenn. — Terverius Black believes in hip-hop gospel so much he sold his first home to get the money needed ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:46:00 GMT";
arnews[0] += "
";
arnews[1]="Busta Rhymes, Ludacris ready for Star Mega Jam - Daily Sun
";
arnews[1] += "All is set for this year’s edition of Star Mega Jam, the exciting international music concert sponsored by Star Lager beer and parading top international artistes like Trevor Tahiem Smith Jr. aka Busta Rhymes and Christopher Brian Bridges aka ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:28:00 GMT";
arnews[1] += "
";
arnews[2]="Halloween: Twenty Years Later - San Diego weekly Reader
";
arnews[2] += "With Adam Arkin, Josh Hartnett, Michelle Williams, LL Cool J; directed by Steve Miner. 1998.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:27:00 GMT";
arnews[2] += "
";
arnews[3]="'Holy hip-hop' trying to break into mainstream - Daily Jeffersonian
";
arnews[3] += "This photo taken Nov. 5, 2009 shows hip-hop gospel artist Trey Andale Williams, seated, Sean Simmonds, center, and Terverius Black, right, in a studio in Harvest, Ala. Black and Simmonds started Xist Worldwide Record Label, a Christian-themed ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:05:00 GMT";
arnews[3] += "
";
arnews[4]="LEGACIES, CELEBRITIES, AND MEDIA SKANKS - American Reporter
";
arnews[4] += "BLOOMSBURG, Pa -- NBC news correspondent Jenna Bush Hager had a news exclusive. And, like news exclusives in the Era of Infotainment, this one was broadcast by the entertainment division. Specifically, Jenna Bush interviewed her mother, Laura Bush ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:24:00 GMT";
arnews[4] += "
";
arnews[5]="Why are so many rappers becoming actors? - Examiner
";
arnews[5] += "This isn’t to bash rappers, nor is it to say that these artists aren’t allowed to pursue different career paths in Hollywood. With so many prominent rappers acquiring roles in television and movies though, it begs the question—why? Soon, Will ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:14: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("