var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="amazonde: #8: Pearl Harbor [VHS]
"; arnews[0] += "#8: Pearl Harbor [VHS] -"; arnews[0] += "
"; arnews[1]="Dave Gonzales: Kid Cudi, Josh Hartnett, Consequence and ...Me? Behind the scenes of "Pursuit of Happiness" vid: http://is.gd/4X8Bo
"; arnews[1] += "Kid Cudi, Josh Hartnett, Consequence and ...Me? Behind the scenes of \"Pursuit of Happiness\" vid:"; arnews[1] += "
"; arnews[2]="Dude sitting across from me on the bus looks like Josh Hartnett.
"; arnews[2] += "Dude sitting across from me on the bus looks like Josh Hartnett. -"; arnews[2] += "
"; arnews[3]="Golda Raphael: Josh Hartnett - Photos of Josh Hartnett - soFeminine.co.uk
"; arnews[3] += "Josh Hartnett - Photos of Josh Hartnett - soFeminine.co.uk -"; arnews[3] += "
"; arnews[4]="Bill Patrianakos: I've been told I look like Josh hartnett. That was probably more true when I was younger
"; arnews[4] += "I've been told I look like Josh hartnett. That was probably more true when I was younger"; 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("
");