var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
| ");
arnews[0]="Army of TWO: the 40th Day "; arnews[0] += " Date: Jan 17, 2010 10:50 AM Number of Comments on Photo:0 View Photo";
arnews[0] += ""; arnews[1]="Army of Two: The 40th Day "; arnews[1] += " Date: Jan 10, 2010 7:48 PM Number of Comments on Photo:3 View Photo";
arnews[1] += ""; arnews[2]="958804_102109_790screen006.jpg "; arnews[2] += " Date: Jan 10, 2010 1:51 PM Number of Comments on Photo:0 View Photo";
arnews[2] += ""; arnews[3]="958804_102109_screen002.jpg "; arnews[3] += " Date: Dec 15, 2009 9:29 AM Number of Comments on Photo:0 View Photo";
arnews[3] += ""; arnews[4]="160-TFD_June_9_resize.jpg "; arnews[4] += " Date: Nov 3, 2009 12:49 PM 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(" |