var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="fancastmovies: Dirty Joke | Bob Dylan, Sugarland, Archuleta among holiday CDs The NBCBashing Jokes of 30 Rock : Green Week Is a Stupid Idea [30 Rocks] http://www.getwhatever.com/goodjoke/
"; arnews[0] += "Dirty Joke | Bob Dylan, Sugarland, Archuleta among holiday CDs The NBCBashing Jokes of 30 Rock : Green Week Is a Stupid Idea [30 Rocks]"; arnews[0] += "
"; arnews[1]="Rob Jones: A Dad's song to his child ... ♫ http://blip.fm/~gs503
"; arnews[1] += "A Dad's song to his child ... ♫"; arnews[1] += "
"; arnews[2]="Mădălin Oprea: John Mayer: 'I'm Not Exactly Bob Dylan' - PopEater
"; arnews[2] += "John Mayer: 'I'm Not Exactly Bob Dylan' - PopEater -"; arnews[2] += "
"; arnews[3]="Mădălin Oprea: Holiday albums: Time for candy canes, coal - Orlando Sentinel
"; arnews[3] += "Holiday albums: Time for candy canes, coal - Orlando Sentinel -"; arnews[3] += "
"; arnews[4]="Mădălin Oprea: Will New York Finally Get A Tour Of Its Famous Subway Performers? - Jaunted
"; arnews[4] += "Will New York Finally Get A Tour Of Its Famous Subway Performers? - Jaunted -"; 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("
");