var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="Bayonetta figurin iSquare Enix montern
"; arnews[0] += "\"IMG_2786.JPG\"/ Date: Jun 17, 2010 9:17 PM Number of Comments on Photo:0 View Photo"; arnews[0] += "
"; arnews[1]="06.jpg
"; arnews[1] += "\"06.jpg\"/ Date: Apr 28, 2010 6:58 PM Number of Comments on Photo:0 View Photo"; arnews[1] += "
"; arnews[2]="Squaresoft Products (Bayonetta)
"; arnews[2] += "\"DSC_0253.JPG\"/ Date: Jun 14, 2010 2:55 AM Number of Comments on Photo:0 View Photo"; arnews[2] += "
"; arnews[3]="Play Arts KAI Bayonetta#01 Bayonetta Y4500
"; arnews[3] += "\"Play Date: Jun 15, 2010 7:06 AM Number of Comments on Photo:0 View Photo"; arnews[3] += "
"; arnews[4]="- Gears of War - Las Crónicas de Narnia: El Príncipe Caspian - Bayonetta
"; arnews[4] += "\"DSC01395.jpg\"/ Date: Mar 21, 2010 4:08 AM Number of Comments on Photo:0 View Photo"; 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("
");