var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'American Idol' in Denver: loads of talent and silly Bikini Boy
";
arnews[0] += "Thank you, \"American Idol\" producers, for deciding to show so many more golden ticket winners than screechers, screamers and buffoons during Tuesday night's Denver audition broadcast.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:27:01 GMT";
arnews[0] += "
";
arnews[1]="Spoiler Alert: 'American Idol' Top 24 leaked
";
arnews[1] += "Have you already picked out your favorite contestant and made signs and T-shirts and such in support of him or her? Well, you might want to put the puff paint away.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 07:17:00 GMT";
arnews[1] += "
";
arnews[2]="'American Idol' auditions: Katy Perry rubs Kara the wrong way
";
arnews[2] += "Los Angeles added 23 contestants to the Hollywood round on Tuesday night's episode of \"American Idol.\" Here's a roundup of what we thought: Favorite advancing contestant: Andrew Garcia.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 23:29:37 GMT";
arnews[2] += "
";
arnews[3]="Recommend
";
arnews[3] += "The Benton-Carroll-Salem school board of education held its annual organizational meeting Jan.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 14:13:43 GMT";
arnews[3] += "
";
arnews[4]="Vampire Weekend mixes country and Capetown
";
arnews[4] += "At first listen, the boys in Vampire Weekend - four pasty Columbia U. sharps who dub their brainy brand of art-pop \"Upper West Side Soweto\" - come off like rich-boy villains in a John Hughes movie.";
arnews[4] += "
Publ.Date : Sun, 17 Jan 2010 07:11:58 GMT";
arnews[4] += "
";
arnews[5]="American Idol premiere: Atlanta auditions featured during first week
";
arnews[5] += "The premiere of season nine of American Idol is right around the corner, and the show's producers announced that the Atlanta auditions will be featured on Wednesday, January 13th during premiere week .";
arnews[5] += "
Publ.Date : Thu, 31 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="A top 10 list for the decade's music brings on the noise
";
arnews[6] += "Y ears from now - or at least in a few weeks - when I'm 100 percent deaf, I'll look back on the Aughties as the decade that turned my hearing from good to grandpa.";
arnews[6] += "
Publ.Date : Sun, 27 Dec 2009 06:57:03 GMT";
arnews[6] += "
";
arnews[7]="Coast volunteers receive presidential service awards
";
arnews[7] += "Local volunteers took center stage on Wednesday at a recognition ceremony hosted by the United Way of South Mississippi.";
arnews[7] += "
Publ.Date : Thu, 03 Dec 2009 11:10:39 GMT";
arnews[7] += "
";
arnews[8]="Weekend Events: Nov. 27-29
";
arnews[8] += "Bring your guests to see Southern Lights, now a time honored tradition that lights up the Kentucky Horse Park with a blazingly cheerful glow.";
arnews[8] += "
Publ.Date : Tue, 24 Nov 2009 18:09:54 GMT";
arnews[8] += "
";
totcount = 9;
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("