var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Life After You - Daughtry
";
arnews[0] += "Watch the sensation which is DAUGHTRY as they deliver an amazing acoustic set! Check out all their hits including 'It's Not Over' and watch as Chris performs an acoustic performance of \"Rocket Man\"... Daughtry - Play All Biography Bo Bice proved that #American Idol could have a rocker as a finalist, but Chris Daughtry proved that the show could ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:48:19 GMT";
arnews[0] += "
";
arnews[1]="Life After You - Daughtry
";
arnews[1] += "Watch the sensation which is DAUGHTRY as they deliver an amazing acoustic set! Check out all their hits including 'It's Not Over' and watch as Chris performs an acoustic performance of \"Rocket Man\"... Daughtry - Play All Biography Bo Bice proved that #American Idol could have a rocker as a finalist, but Chris Daughtry proved that the show could ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:10:29 GMT";
arnews[1] += "
";
arnews[2]="SCOTT-Free a " Byron Scott Fired
";
arnews[2] += "The Byron Scott era in New Orleans has gone the way of the dodo and Bo Bice's career - extinct.A Finished.A Kaput.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 05:12:08 GMT";
arnews[2] += "
";
arnews[3]="'American Idol' at the end of the decade
";
arnews[3] += "As we careen toward 2010 wondering what we'll call it -- is it 0h-10? -- the very fine folks at NPR's All Songs Considered have taken it upon themselves to attempt a list.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:47:59 GMT";
arnews[3] += "
";
arnews[4]="The Week:
";
arnews[4] += "Kara DioGuardi THURSDAY NOVEMBER 19 Music: Take Our Word for it Two awesome live music choices tonight, if either is your bag.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Cool Hunting
";
arnews[5] += "On page one of The Birth of the Cool , jazz historian and corporate consultant Ted Gioia writes that the word cool has become \"a verbal tic expressing approval of any sort .";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:30:52 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("