var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="East takes pair from West
";
arnews[0] += "Published: Tuesday, February 9, 2010 at 5:00 a.m. Last Modified: Wednesday, February 10, 2010 at 2:03 a.m. THOMASVILLE The East Davidson fans applauded their senior athletes Tuesday night, but the basketball teams really gave them something to cheer about.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="American Idol: Hollywood Round 1
";
arnews[1] += "Some people may think the semifinals or the Top 12 are the hardest rounds to break into, but I'd say those people haven't been watching very closely.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:58:14 GMT";
arnews[1] += "
";
arnews[2]="Judging Ellen
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 04:58:48 GMT";
arnews[2] += "
";
arnews[3]="The Bee's buzz2/9/2010
";
arnews[3] += "North Augusta, are you ready for the most exciting talent search in town? Well, get ready for the North Augusta Idol.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:34:18 GMT";
arnews[3] += "
";
arnews[4]="Big changes will challenge - Idol's' empireAs "American Idol" heads...
";
arnews[4] += "Looks Like You're using an older version of Internet explorer, for a Better browsing experience upgrade to one of the following, or learn more : News Features Big changes will challenge - Idol's' empire By Karla Peterson , UNION-TRIBUNE STAFF WRITER American Idol returns tonight with Ellen DeGeneres joining judges Simon Cowell and Randy Jackson.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="City of Spartanburg could become new sponsor of Fourth of July event
";
arnews[5] += "Published: Tuesday, February 9, 2010 at 3:55 p.m. Last Modified: Tuesday, February 9, 2010 at 3:55 p.m. The city of Spartanburg could become the new sponsor of Red, White & Boom after the Spartanburg Community College Foundation decided it could no longer support the event.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:28:15 GMT";
arnews[5] += "
";
arnews[6]="Lady Grizzlies fall to Corning
";
arnews[6] += "Feb. 9, 2010 - Defense was the name of the game as the Lassen High School varsity girls basketball team fell 46-36 to a tough Corning crew.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 22:13:11 GMT";
arnews[6] += "
";
arnews[7]="Zebras roll on
";
arnews[7] += "On an afternoon when Claremore High School honored its past All-State basketball players and former coaches the current Zebras put on an impressive performance themselves Saturday at the Frank Mobra Field House.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 19:27:05 GMT";
arnews[7] += "
";
totcount = 8;
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("