var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="John Ratzenberger on the Joy of Tinkering - ABC7Chicago.com
"; arnews[0] += "John Ratzenberger on the Joy of Tinkering - ABC7Chicago.com -"; arnews[0] += "
"; arnews[1]="nick: You've got to write for your audience. - John Ratzenberger follow random
"; arnews[1] += "You've got to write for your audience. - John Ratzenberger follow random"; arnews[1] += "
"; arnews[2]="Dean: I added an item to my collection at iTrackmine.com
"; arnews[2] += "I added an item to my collection at iTrackmine.com -"; arnews[2] += "
"; arnews[3]="Up.2009.720p.BluRay.DTS.x264-WiKi[飞屋环游记 汉化界面 国粤英三音轨+国英导评] (电影(720p))
"; arnews[3] += "Up.2009.720p.BluRay.DTS.x264-WiKi[飞屋环游记 汉化界面 国粤英三音轨+国英导评] (电影(720p)) -"; arnews[3] += "
"; arnews[4]="Nigel: "Rats in Burgers" John Ratzenberger plays a health inspector in NYC, Doug E Doug co-stars. #tvshowpunnames #cheersactorshavepunnynames
"; arnews[4] += "\"Rats in Burgers\" John Ratzenberger plays a health inspector in NYC, Doug E Doug co-stars."; 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("
");