var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="808 Experiment: Vol. 2 to SXSW?
";
arnews[0] += "ALL A'S: The crowd was on that crunk juice Friday night at the Star Bar. UPDATE : SMKA, Fadia Kader and Esperanza Atlanta hope to recreate the magic of last week's release party at SXSW this year by throwing a free Atlanta showcase involving many of the same artists who performed at the Star Bar on Jan.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tributes to mark Sept. 11 anniversary
";
arnews[1] += "Both daytime and nighttime events are scheduled Friday in Douglas County to observe the eighth anniversary of the Sept.";
arnews[1] += "
Publ.Date : Fri, 11 Sep 2009 04:36:41 GMT";
arnews[1] += "
";
arnews[2]="Tributes to mark Sept. 11 anniversary
";
arnews[2] += "Both daytime and nighttime events are scheduled Friday in Douglas County to observe the eighth anniversary of the Sept.";
arnews[2] += "
Publ.Date : Thu, 10 Sep 2009 10:37:41 GMT";
arnews[2] += "
";
totcount = 3;
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("