var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Wes Derby: hell yeah! RT @Orbitcast "An Opie & Anthony Family Special" hosted by Jerry Springer airs this Thanksgiving http://bit.ly/6rGfiz
"; arnews[0] += "hell yeah! RT @"; arnews[0] += "
"; arnews[1]="Chris S: gotta catch this! RT @Orbitcast "An Opie & Anthony Family Special" hosted by Jerry Springer airs this Thanksgiving http://bit.ly/6rGfiz
"; arnews[1] += "gotta catch this! RT @"; arnews[1] += "
"; arnews[2]="meg mcneal: http://budurl.com/3v Jerry Springer Returns to 'Dancing with the Stars': Tonight is ".. http://bit.ly/5CBgPl
"; arnews[2] += ""; arnews[2] += "
"; arnews[3]="ETOnline: Jerry Springer Returns to 'Dancing with the Stars'
"; arnews[3] += "ETOnline: Jerry Springer Returns to 'Dancing with the Stars' -"; arnews[3] += "
"; arnews[4]="Mark Joyella: Is it normal to feel oddly satisfied after being called a mudslinging Jerry Springer? #mustvedonesomethingright #hitanerve
"; arnews[4] += "Is it normal to feel oddly satisfied after being called a mudslinging Jerry Springer?"; 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("
");