var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Star' finalists compete at last Downtown GetDown of season - Tallahassee Democrat
";
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. The final two performers, Mollie Lynne, 25, and Richard Mattox, 17, took the stage in hopes of winning a trip for ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:15:00 GMT";
arnews[0] += "
";
arnews[1]="Colin Smith Hits "The Wilderness" on the Solo Road to Irish Times - Saratoga.com
";
arnews[1] += "... played the large festivals including Lollapalooza and Bonnaroo and shared the stage with the leading lights and legends of rock, including The Who, Van Halen, Sheryl Crow, Bryan Adams, OAR and Gavin DeGraw, in addition to releasing 2 well ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT";
arnews[1] += "
";
arnews[2]="Kris Allen's debut disc adds husk to the corn of Arkansas bred ... - New York Daily News
";
arnews[2] += "Those who became Kris Allen fans on 'American Idol' will find his sound beefed up considerably - and to good effect - on his debut album. \"Idol\" fans handed that show's producers a big fat problem when they voted Kris Allen their latest dream boy. Of ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:32:00 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("