var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Earthy Angel: Taylor Hicks - Express Night Out
";
arnews[0] += "» HICKS: Never in a million years would I dream that I would actually grace a Broadway stage in New York City. That's what \"Idol\" allows — the platform to be an entertainer and to experience all facets of the business. » EXPRESS: What was it ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 22:11:00 GMT";
arnews[0] += "
";
arnews[1]="Judging Ellen - The Province
";
arnews[1] += "And second: can any show that has foisted finalists as unfortunate as Justin Guarini, Taylor Hicks and Blake Lewis onto the record-buying public possibly have any musical credibility left to damage? In any case, the question facing DeGeneres now has ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:28:00 GMT";
arnews[1] += "
";
arnews[2]="Drumming to his own beat - Abington Mariner
";
arnews[2] += "Kris Russell talks about his drums as if they were people. \"This one is warm,\" he says, grooming one of his drums with a soft paintbrush before taking up a drum stick and tapping it firmly against the taut skin. \"It just has a presence to it. It ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:34:00 GMT";
arnews[2] += "
";
arnews[3]="Ellen DeGeneres makes American Idol debut - Times Colonist
";
arnews[3] += "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 tonight, as the aspiring pop stars who survived the show's hodge-podge ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[3] += "
";
arnews[4]="City of Spartanburg could become new sponsor of Fourth of July event - Spartanburg Herald-Journal
";
arnews[4] += "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. The Foundation's Board of Directors voted late last year to discontinue the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:25:00 GMT";
arnews[4] += "
";
arnews[5]="American Idol's Adam Lambert Dominates Idol's Great Performances ... - HispanicBusiness.com
";
arnews[5] += "With American Idol fully back in swing and the hit show expected to dominate network television for the next four months, it is a good time to reflect on American Idol's greatest performances. Each season has produced some amazing performances and ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:32:00 GMT";
arnews[5] += "
";
arnews[6]="Get discounted tickets to see Grease - Washington City Paper
";
arnews[6] += "Special promo for Washington City Paper readers only! Use the code \" GRALL127 \" when purchasing your tickets. After spending a hopelessly devoted summer with Sandy Dumbrowski, the new girl in town, Danny Zuko's world is thrown upside down when Sandy ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 19:18:00 GMT";
arnews[6] += "
";
totcount = 7;
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("