var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Around Madison: Special church events
";
arnews[0] += "Riverside Baptist Church, Georgia Highway 72, Colbert, will have a singles night from 6 to 9 p.m. Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:07:06 GMT";
arnews[0] += "
";
arnews[1]="Dave & Buster's Presents INDASHIO'S Super Sweet 26
";
arnews[1] += "\"At DAVE & BUSTER'S, we are continually updating the prizes available in the Winner's Circle in order to provide relevant redemption options that are on trend.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Dave & Buster's Presents INDASHIO'S Super Sweet 26
";
arnews[2] += "\"At DAVE & BUSTER'S, we are continually updating the prizes available in the Winner's Circle in order to provide relevant redemption options that are on trend.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Other Tuesday Fare: 'Digital Nation,' No 'Jay': Roger Catlin | TV Eye
";
arnews[3] += "\"Digital Nation: Life on the Virtual Frontier,\" a new report by Rachel Dretzin and Douglas Rushkoff on \"Frontline\" , looks at the digital thrall so many seem to be caught in.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 14:18:11 GMT";
arnews[3] += "
";
arnews[4]="Arrangers ready for big Savannah Party
";
arnews[4] += "A number of arrangers of steel bands appearing at today's National Panorama Semi-Finals, popularly called the 'Savannah Party' have expressed intentions of delivering 'good and sweet music', and with the spirit of Carnival.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 08:05:18 GMT";
arnews[4] += "
";
arnews[5]="Marriages
";
arnews[5] += "Kenneth Szostek Jr. and Leigha Beth Lively Sullivan, both of Shreveport. Zachary John Jensen and Dorthy Meshell Robinson, both of Keithville.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="SoundCheck: Owl City, Scary Kids Scaring Kids, Collective Soul, the Ultimate Elvis Tribute
";
arnews[6] += "Details: 6:30 p.m. Friday. State Theatre, 687 Central Ave., St. Petersburg. $13. 895-3045. As long as you're not the Who or the Eagles, your band might mean it when it says \"farewell tour.\" Scary Kids Scaring Kids, a Warped tour regular whose resolute riffs and screams somehow generate an altogether melodic sound, is hanging it up after this winter ...";
arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 05:16:14 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("