var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Allan Ogg: Started watch A Simple Plan with Bill Paxton & Billy Bob Thornton but had to give up. Could see where it was going with two stupid rednecks.
"; arnews[0] += "Started watch A Simple Plan with Bill Paxton & Billy Bob Thornton but had to give up. Could see where it was going with two stupid rednecks."; arnews[0] += "
"; arnews[1]="Barb: demented_pants on What are your favorite sci-fi inside jokes?
"; arnews[1] += "demented_pants on What are your favorite sci-fi inside jokes? -"; arnews[1] += "
"; arnews[2]="Brandon Sneed: Bill Paxton's best role ever from Weird Science http://bit.ly/5L3nOX
"; arnews[2] += "Bill Paxton's best role ever from Weird Science"; arnews[2] += "
"; arnews[3]="Phronk: @Ronny_Unlimited I always confuse Bill Pullman, Bill Paxton, and for some reason, Greg Kinnear. P.S. A happy #werewolfpenis to you.
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="Todd Sattersten: Love Bill Paxton in Aliens - "Game Over, Man. Game Over." [on AMC right now]
"; arnews[4] += "Love Bill Paxton in Aliens - \"Game Over, Man. Game Over.\" [on AMC right now]"; 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("
");