var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
arnews[0]="Bayonetta figurin iSquare Enix montern "; arnews[0] += " "; arnews[1]="06.jpg "; arnews[1] += " Date: Apr 28, 2010 6:58 PM Number of Comments on Photo:0 View Photo";
arnews[1] += ""; arnews[2]="Squaresoft Products (Bayonetta) "; arnews[2] += " "; arnews[3]="Play Arts KAI Bayonetta#01 Bayonetta Y4500 "; arnews[3] += " 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] += " 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(" |