var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Samson Michael: Grown Ups - Official Trailer
"; arnews[0] += "Grown Ups - Official Trailer"; arnews[0] += "
"; arnews[1]="Mykel: Adam Sandler, Chris Rock, Kevin James, David Spade and Rob Schneider. This HAS to be a good movie...right? :D http://bit.ly/2awUnZ
"; arnews[1] += "Adam Sandler, Chris Rock, Kevin James, David Spade and Rob Schneider. This HAS to be a good movie...right? :D"; arnews[1] += "
"; arnews[2]="Jason Higbie: Big D is about to go on. Lead singer earlier said the he was glad I didn't call him David Spade. Now I see what he was talking about.
"; arnews[2] += "Big D is about to go on. Lead singer earlier said the he was glad I didn't call him David Spade. Now I see what he was talking about."; arnews[2] += "
"; arnews[3]="RT @firstshowing Adam Sandler, Rob Schneider, Chris Rock, Kevin James, David Spade in 1 movie: Grown Ups http://bit.ly/XRHJ5 #fb
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="RT @firstshowing Adam Sandler, Rob Schneider, Chris Rock, Kevin James, David Spade in 1 movie: Grown Ups http://bit.ly/XRHJ5 #fb
"; arnews[4] += "RT @"; 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("
");