var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="mexe robinson: Orlando Bloom a un paso del altar
"; arnews[0] += "Orlando Bloom a un paso del altar"; arnews[0] += "
"; arnews[1]="Jussi Mateo: Orlando Bloom, VMan Magazine
"; arnews[1] += "Orlando Bloom, VMan Magazine -"; arnews[1] += "
"; arnews[2]="Jussi Mateo: Orlando Bloom, VMan Magazine
"; arnews[2] += "Orlando Bloom, VMan Magazine -"; arnews[2] += "
"; arnews[3]="Maria Young: I scoured the entire internet looking for the images of Orlando Bloom that were in VMAN a few years ago, for the whytheyrehot post I did on him. It was like the angels sang hallelujah when I finally did. Love these pictures. My favorite is the one I used for the post though.
"; arnews[3] += "I scoured the entire internet looking for the images of Orlando Bloom that were in VMAN a few years ago, for the whytheyrehot post I did on him. It was like the angels sang hallelujah when I finally did. Love these pictures. My favorite is the one I used for the post though. -"; arnews[3] += "
"; arnews[4]="Just saw Orlando Bloom driving a Toyota Yaris in Hollywood. It had to be him. well... Off to watch muppets take Manhattan.
"; arnews[4] += "Just saw Orlando Bloom driving a Toyota Yaris in Hollywood. It had to be him. well... Off to watch muppets take Manhattan. -"; 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("
");