var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Judging Ellen
";
arnews[0] += "Ellen DeGeneres makes her American Idol debut tonight . Photograph by: Handout, Fox After weeks of hit-or-miss guest judges - hits: Neil Patrick Harris, Katy Perry; misses: Avril Lavigne, Victoria Beckham - Ellen DeGeneres finally makes her debut on American Idol Tuesday , as the aspiring pop stars who survived the show's hodgepodge audition ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:58:48 GMT";
arnews[0] += "
";
arnews[1]="Stale Popcorn: Superbowl Trailers: What are the odds?
";
arnews[1] += "If there's one thing haphazardly selecting a team allegiance and doggedly supporting them for three hours a year does for me, it's heightened my ability to boil absolutely everything into the philosophies \"good\" or \"bad.\" Shampoo scents, breeds of dogs, that stupid team that isn't my team; you name it, I enjoy telling people whether I think it ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:58:32 GMT";
arnews[1] += "
";
arnews[2]="Did celeb judges make the grade?
";
arnews[2] += "Kiss those weeks of amusing auditions goodbye, and give Ellen DeGeneres a great ol' big welcome hug.Amer ican Idol's Hollywood Round has arrived.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:01:00 GMT";
arnews[2] += "
";
arnews[3]="Top Ten Artists of the Decade
";
arnews[3] += "Remember back in the day when everyone was singing along to \"Stacy's Mom\" or when everyone danced to Unk's unbeatable rhythm of \"Walk It Out?\" Those certainly were the days.";
arnews[3] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Feeling at home in Spain a sort of
";
arnews[4] += "When you venture out into the world and study abroad, you are bound to experience a few introspective revelations, such as, \"These people talk funny\" or, \"What's the metric system?\" One such epiphany I've had is that Spain and America are the same but different.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:33:14 GMT";
arnews[4] += "
";
arnews[5]="Ringgold resident chosen to be in a Nashville magazine's modeling contest
";
arnews[5] += "Jake Waters in a recent photo shoot with local photographer Josh Dillon of JDillon Photography.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:29:21 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("