var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Out with the 'R' word
"; arnews[0] += "The controversy over a politician's use of 'retarded' has led to a movement to ban the word altogether."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:49:35 GMT"; arnews[0] += "
"; arnews[1]="Thain and CIT Offer Each Other...
"; arnews[1] += "John Thain and CIT Group Inc. are giving each other something that ousted chief executive officers and bankrupt lenders usually don't get: a second chance."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:26:02 GMT"; arnews[1] += "
"; arnews[2]="Warner Music falls to loss, but beats Street
"; arnews[2] += "Warner Music Group posted a narrower-than-expected loss on Tuesday as strong sales in Britain and France helped overcome declining demand for traditional music discs in the United States and Japan."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:25:28 GMT"; arnews[2] += "
"; arnews[3]="Court decision drowning out voices of people
"; arnews[3] += "Imagine that you're at a Mariners game. It's the top of the seventh, and the home-plate umpire makes an announcement to the crowd."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:00:57 GMT"; arnews[3] += "
"; arnews[4]="TT: Almanac
"; arnews[4] += "\"But most of the time, I just thought. And what I thought about most was luxury."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:53:38 GMT"; arnews[4] += "
"; totcount = 5; 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("
");