var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Rachel Mayo: Just finished watching Jennifer's Body. It was a lot funnier than I thought it'd be! Oh and Amanda Seyfried? Such a badass in the end! :D
"; arnews[0] += "Just finished watching Jennifer's Body. It was a lot funnier than I thought it'd be! Oh and Amanda Seyfried? Such a badass in the end! :D"; arnews[0] += "
"; arnews[1]="ILC: Amanda Seyfried 14th annual GQ Men of the Year
"; arnews[1] += "Amanda Seyfried 14th annual GQ Men of the Year -"; arnews[1] += "
"; arnews[2]="Cinema: Amanda Seyfried super-romantica a Verona in 2:31
"; arnews[2] += "Amanda Seyfried super-romantica a Verona in 2:31 -"; arnews[2] += "
"; arnews[3]="Marc Staniford: Amanda Seyfried is the new Rachel McAdams
"; arnews[3] += "Amanda Seyfried is the new Rachel McAdams -"; arnews[3] += "
"; arnews[4]="amanda: Movie Preview: Amanda Seyfried in Letters to Juliet - BuzzSugar.com (blog)
"; arnews[4] += "Movie Preview: Amanda Seyfried in Letters to Juliet - BuzzSugar.com (blog) -"; 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("
");