var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="East Tennessee Dirt: What's happening in the local music scene
";
arnews[0] += "By Steve Wildsmith stevew@thedailytimes.com Originally published: February 04. 2010 1:47PM Last modified: February 04.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 05:11:50 GMT";
arnews[0] += "
";
arnews[1]="Clayton Center for the Arts tickets go on sale Friday
";
arnews[1] += "By Steve Wildsmith stevew@thedailytimes.com Originally published: February 04. 2010 10:29AM Last modified: February 04.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 17:54:41 GMT";
arnews[1] += "
";
arnews[2]="Indy's Own Vivica Fox Goes Gospel
";
arnews[2] += "The star, joined by actor Flex Alexander, taped the event live from Cincinnati, OH earlier this month.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 21:24:58 GMT";
arnews[2] += "
";
arnews[3]="Gospel Superfest Heads For Syndication
";
arnews[3] += "The Allstate Gospel Superfest, presented by P&G heads to TV Syndication! Show reaches unprecedented tenth consecutive year in broadcast syndication with release of tenth Black History Month Special! News Flash! January 21, 2010 Cincinnati, OH: One of gospel music's most inspiring programs heads to national syndication on January 25, 2010.A The ...";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="B. Smith and Bounty(R) Select Professor Wilbur Belton & LADWEC Choir...
";
arnews[4] += "A The first-ever Bounty Soul Food Cook-Off took place with participating Gospel choirs entering their best soul food, kid-friendly recipes.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 20:13:31 GMT";
arnews[4] += "
";
arnews[5]="Vivica A. Fox and Flex Alexander Pose on The Red Carpet with B....
";
arnews[5] += "Three of America's top gospel choirs, the Professor Wilbur Belton & LADWEC Choir of Forestville, MD , Bishop Hezekiah Walker & the Love Fellowship of and the Ricky Dillard and New Generation Chorale of Chicago , participated in the cook-off that was created by Bounty to encourage parents to allow their children to be more hands on in the kitchen.";
arnews[5] += "
Publ.Date : Mon, 11 Jan 2010 20:29:33 GMT";
arnews[5] += "
";
arnews[6]="Hip-Hop Rumors: Lil Wayne's Rebirth Deaded? Nicki Minaj's Past! Yung Bera
";
arnews[6] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear.";
arnews[6] += "
Publ.Date : Mon, 11 Jan 2010 15:51:39 GMT";
arnews[6] += "
";
arnews[7]="Vivica Fox Pays Lincoln A Visit
";
arnews[7] += "Vivica Fox stops by theA Buzz studios toA get a taste of the midday madnessA Lincoln WareA goes through before she hosts the Gospel Superfest 2010, Unbelievable! The Gospel Superfest Hosted by Flex Alexander & Vivica Fox Over 30 artists scheduled to appear including: Karen Clark, Hezekiah Walker, Ki Ki Sheard, Ricky Dillard, Vickie Winans and more ...";
arnews[7] += "
Publ.Date : Fri, 08 Jan 2010 22:15:38 GMT";
arnews[7] += "
";
totcount = 8;
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("