var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bucky Covington, Larry Gatlin to play Ulster County Fair - Times Herald-Record
";
arnews[0] += "Former \"American Idol\" contestant Bucky Covington will perform at the Ulster County Fair in New Paltz on Aug. 5, band touring Web site Pollstar.com reports. Covington appeared on the fifth season of \"American Idol.\" Since the show's end in 2006, he's ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 22:12:00 GMT";
arnews[0] += "
";
arnews[1]="American Idol Auditions #7 Denver - A.V. Club
";
arnews[1] += "This might be the episode where I officially go anti-Kara. I never loved the lady but I never wanted to pile on just because she was the new chick (although the Bikini Girl situation didn't endear me to her at all). But tonight when she put that ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 08:36:00 GMT";
arnews[1] += "
";
arnews[2]="American Idol - Newsday
";
arnews[2] += "'American Idol' Denver, Los Angeles, Orlando, Chicago, Atlanta and Boston premieres live-blogging and our favorites so far -- Mark Labriola, Nicci Nix, Andrew Garcia, Seth Rollins, Jermaine Purifoy, John Park, Charity Vance, Jermaine Sellers ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 11:14: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("