var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Idol' spotlight on judges - Erie Times-News
";
arnews[0] += "Paula Abdul is out, Simon Cowell is making his way toward the exit and Ellen DeGeneres made her debut Tuesday as Abdul's replacement. Despite a decline in viewers over the past couple of years, \"American Idol\" still easily wins the ratings race every ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:24:00 GMT";
arnews[0] += "
";
arnews[1]=""American Idol" 2010: Hollywood Week, Part 1 - Rochester City Newspaper
";
arnews[1] += "After what seemed like an eternity, we're finally to Hollywood Week. Actually, that's a misnomer - we have two full weeks of Hollywood episodes this year, including The Chair episode. Grrr. Going into tonight's episode I had seriously mixed feelings ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[1] += "
";
arnews[2]="Submit your event here - Fosters Daily Democrat
";
arnews[2] += "Jumbo Circus Peanuts Mardi Gras Bash, 2/16, 8 p.m., Brickhouse, Dover, part of Dover's \"Fat Tuesday Pub Crawl,\" authentic New Orleans/Carnival music, costume, and joi de vivre, $10 for Pub Crawl, $5 Brickhouse, www.jumbocircuspeanuts.com . Vera ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[2] += "
";
arnews[3]="'Idol' justice: Who should replace judge Simon Cowell? - Herald & Review
";
arnews[3] += "This season of \"American Idol'' is one for the books, and we're not talking about the \"Pants on the Ground'' phenomenon. Personnel shake-ups have turned attention to the judges. Paula Abdul is out, Simon Cowell is making his way toward the exit and ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:29:00 GMT";
arnews[3] += "
";
arnews[4]="American Idol 4 News - Reality TV World
";
arnews[4] += "Former 'American Idol' runner-up Bo Bice has another baby boy January 25, 2010 It's another boy for Bo Bice . Carrie Underwood, 'American Idol,' 'Whisperer' win People's Choices January 7, 2010 Carrie Underwood has continued her People's Choice ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:24:00 GMT";
arnews[4] += "
";
arnews[5]="Breastfeeding in public ‘embarrassing’ for Gen Ys - The Gaea Times
";
arnews[5] += "MELBOURNE - A study suggests that mums and dads of the future are more likely to be against breastfeeding in the public as they find it embarrassing. The survey of Generation Y adults, who’re likely to have kids in the next five to 10 years, shows ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 13:31:00 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("