var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jim Beal Jr.: Mix it up with Glambilly, Beasley CDs
";
arnews[0] += "This weekend there are CD-release parties , a couple of music-driven events designed for families and one to give an assist to kids in need.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:24:30 GMT";
arnews[0] += "
";
arnews[1]="Chris Sligh disses a American Idola alums: I die inside.
";
arnews[1] += "Oh, Chris Sligh. I remember when you first graced my TV screen way back in 2007, a breath of fresh air amongst a crop of season six Idol lookers like Haley Scarnato.";
arnews[1] += "
Publ.Date : Wed, 23 Sep 2009 17:45:39 GMT";
arnews[1] += "
";
arnews[2]="'American Idol' finalist Lakisha Jones gives birth to baby girl
";
arnews[2] += "\"American Idol\" fourth-place finisher from season six Lakisha Jones has given birth to her second child, Ava LaRynn .";
arnews[2] += "
Publ.Date : Sat, 19 Sep 2009 01:06:30 GMT";
arnews[2] += "
";
arnews[3]="Campaign hopes to inform public of opportunities from base realignments
";
arnews[3] += "The Defense Base Closure and Realignment Commission long has been known as the dreaded BRAC, but a city-funded public relations campaign aims to tell folks it's now something to embrace.";
arnews[3] += "
Publ.Date : Sat, 18 Jul 2009 07:18:41 GMT";
arnews[3] += "
";
arnews[4]="Base closure awareness campaign launched
";
arnews[4] += "The Base Closure and Realignment Commission long has been known as the dreaded BRAC, but a city-funded PR campaign aims to tell folks it's now something to embrace.";
arnews[4] += "
Publ.Date : Sat, 18 Jul 2009 01:06:35 GMT";
arnews[4] += "
";
arnews[5]="Haley Scarnato
";
arnews[5] += "This long-haired brunette beauty dazzled the judges during her impressive audition for season 6 of \"American Idol.\" A huge fan of Celine Dion, whom she considers her personal hero, Haley Scarnato, 24, currently lives in.... This long-haired brunette beauty dazzled the judges during her impressive audition for season 6 of \"American Idol.\" A huge fan ...";
arnews[5] += "
Publ.Date : Wed, 15 Jul 2009 04:12:29 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("