var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Taiwan Brown: RT @nferno random discovery. bill hader (snl, superbad, etc.) is the pizza delivery guy at the end of Janet Jackson's Go Deep video
"; arnews[0] += "RT @"; arnews[0] += "
"; arnews[1]="Allyberg: Bill Hader, ilu.
"; arnews[1] += "Bill Hader, ilu."; arnews[1] += "
"; arnews[2]="Banana Lee Fishbones: @Groonk If Sandler can be in stupidly successful stupid movies Bill Hader should be taking the world by storm! Can't do worse than WATERBOY!
"; arnews[2] += "@"; arnews[2] += "
"; arnews[3]="Banana Lee Fishbones: Bill Hader is super funny. Hard to believe he is stuck on #SNL.
"; arnews[3] += "Bill Hader is super funny. Hard to believe he is stuck on"; arnews[3] += "
"; arnews[4]="* D@S: Saturday Night Live 665 (Se 35 Ep 07) Joseph Gordon-Levitt - Obama and Hu Jintao
"; arnews[4] += "Saturday Night Live 665 (Se 35 Ep 07) Joseph Gordon-Levitt - Obama and Hu Jintao -"; 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("
");