var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="RT @moviesforyou: JJ Abrams Approached Matt Damon for Star Trek? But NOT for the Role of James T Kirk #movies http://bit.ly/4BP2Bg
"; arnews[0] += "RT @moviesforyou: JJ Abrams Approached Matt Damon for Star Trek? But NOT for the Role of James T Kirk"; arnews[0] += "
"; arnews[1]="The Director's Cup: JJ Abrams Wanted Matt Damon in Star Trek, But Not as James T. Kirk
"; arnews[1] += "JJ Abrams Wanted Matt Damon in Star Trek, But Not as James T. Kirk -"; arnews[1] += "
"; arnews[2]="Matt Damon on the Biggest Realization of Fatherhood
"; arnews[2] += "Matt Damon on the Biggest Realization of Fatherhood"; arnews[2] += "
"; arnews[3]="Ian Rathbone: JJ Abrams Approached Matt Damon for Star Trek… But NOT for the Role of James T Kirk
"; arnews[3] += "JJ Abrams Approached Matt Damon for Star Trek… But NOT for the Role of James T Kirk -"; arnews[3] += "
"; arnews[4]="Gabrielle Hase: @gocreatemedia only if I was guaranteed to be saved by Matt Damon!
"; arnews[4] += "@"; 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("
");