var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Rhonda Lane: It's Royal Pains's Evan's birthday. Say "CFO of HankMed" 3 times. :) RT @RoyalPains_USA: Happy Birthday to Paulo Costanzo!
"; arnews[0] += "It's Royal Pains's Evan's birthday. Say \"CFO of HankMed\" 3 times. :) RT @"; arnews[0] += "
"; arnews[1]="Robert Seidman: RT @USA_Network Happy Birthday to @RoyalPains_USA 's very own Paulo Costanzo!
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="✇ Road Trip/Road Trip 2 - Beer Pong [UK Import] - Preston Jones, Seann William Scott, Amy Smart, und Paulo Costanzo. http://bit.ly/1FUblG
"; arnews[2] += "✇ Road Trip/Road Trip 2 - Beer Pong [UK Import] - Preston Jones, Seann William Scott, Amy Smart, und Paulo Costanzo."; arnews[2] += "
"; arnews[3]="Austin Lee: Splinter (DVD) newly tagged "science fiction"
"; arnews[3] += "Splinter (DVD) newly tagged \"science fiction\" -"; arnews[3] += "
"; arnews[4]="Dana: Splinter (DVD) newly tagged "science fiction"
"; arnews[4] += "Splinter (DVD) newly tagged \"science fiction\" -"; 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("
");