var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Star' finalists compete at last Downtown GetDown of season
";
arnews[0] += "Capital City Bank's 'I want to be a Star!' competition entered its final round Friday night at the last Downtown GetDown of the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="I Want to be a Star competition wraps up
";
arnews[1] += "Capital City Bank's 'I want to be a Star!' competition entered its final round Friday night at the last Downtown Getdown of the year.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:07:24 GMT";
arnews[1] += "
";
arnews[2]="Win Blake's Balls, Racquet and Shirt
";
arnews[2] += "Christmas is more than a month away, but James Blake is already in the holiday gift-giving mood.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jazz Meets Pop on McBridea s New Album
";
arnews[3] += "If singer and pianist Joe McBride was seeking a new direction, he found it with a collection of songs outside his usual jazz offerings, Lookin' for a Change .";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 04:00:00 GMT";
arnews[3] += "
";
arnews[4]="I Don't Want To B... - Gavin Deg...
";
arnews[4] += "Experience Gavin DeGraw in his second Stripped performance as he recharacterizes his songs both new and old.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:07:10 GMT";
arnews[4] += "
";
arnews[5]="Kris Allen's debut disc adds husk to the corn
";
arnews[5] += "Those who became Kris Allen fans on 'American Idol' will find his sound beefed up considerably - and to good effect - on his debut album.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:08:37 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("