var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rascal Flatts - People
";
arnews[0] += "Simon Cowell may have dismissed American Idol season six finalist Chris Sligh with a terse, \"bye-bye curly,\" when the mop-top crooner was voted off the show, but Sligh has managed to get the last word on farewells. The singer, who moved to Nashville ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 16:41:00 GMT";
arnews[0] += "
";
arnews[1]="Idol’ goes to the kids in the Mile High City - MSNBC
";
arnews[1] += "“American Idol” finished its auditions with a trip to Denver, and the Mile High City did not disappoint. There were enough “Idol” hopefuls who brought along cute little kids that it was sometimes hard to tell whether this was a singing ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="With strong Columbus ties, Rascal Flatts' Dayton show is a family ... - Dayton Daily News
";
arnews[2] += "Ohio is the place where a big part of what would be Rascal Flatts started. It’s also a place the supergroup loves to return to years after achieving tremendous success in country music. Gary LeVox and Jay DeMarcus, who make up two-thirds of Rascal ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:29:00 GMT";
arnews[2] += "
";
arnews[3]="American Idol: The Auditions Are Over And It's On To Hollywood - Reality TV Calendar
";
arnews[3] += "Previously on American Idol 2010, the audition tour made stops in L.A. and Dallas. This week, the show stopped in Denver on Tuesday and had an audition tour wrap-up on Wednesday. Now, I'm here to take you through both shows to see what other talented ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 10:29:00 GMT";
arnews[3] += "
";
arnews[4]="Rascal Flatts Observe 10th Anniversary With Toast to the Boys Who Make ... - CMT
";
arnews[4] += "Over the past decade, Rascal Flatts ' Gary LeVox, Joe Don Rooney and Jay DeMarcus have graced the nation's stages, entertaining the masses with their contagious beats and chart-topping hits. Selling more than 20 million albums, the group's milestone ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 22:32:00 GMT";
arnews[4] += "
";
totcount = 5;
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("