var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'American Idol' David Cook is one cool, calm singer-songwriter-guitarist
"; arnews[0] += "When I first saw David Cook on the seventh season of American Idol - a show he'd wind up winning over Muppet Boy David Archuleta - I thought he looked like a weary door-to-door salesman pushing Hoovers in Boise."; arnews[0] += "
Publ.Date : Sun, 03 May 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Holiday Preview: Music Picks
"; arnews[1] += "Holly Cole and her quartet will perform at Scullers. HOLLY COLE Dubbed \"A Night Before Christmas,'' the swellegant Cole and her quartet will make merry with jazzed up hymns and carols and a smattering of her normal repertoire of vocal pop standards."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:52:39 GMT"; arnews[1] += "
"; arnews[2]="'Idol' winner Jordin Sparks hospitalized for appendicitis
"; arnews[2] += "Jordin Sparks, winner of season six of \"American Idol,\" has been hospitalized for appendicitis."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Tow truck driver gets probation for theft from dead man
"; arnews[3] += "A judge has sentenced a Colorado Springs tow truck operator to two years probation for stealing items that once belonged to a dead musician whose trailer had been towed."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:11:35 GMT"; arnews[3] += "
"; arnews[4]="'Idol' winner hospitalized
"; arnews[4] += "Jordin Sparks. Jordin Sparks, winner of season six of \"American Idol,\" has been hospitalized for appendicitis."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:08:51 GMT"; arnews[4] += "
"; arnews[5]="'American Idol' winner Jordin Sparks hospitalized for appendicitis
"; arnews[5] += "Jordin Sparks , winner of season six of \"American Idol,\" has been hospitalized for appendicitis."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:34:36 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("
");document.write("
");