var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="Call of Duty: Modern Warfare 2
"; arnews[0] += "\"iw4sp Date: Jun 7, 2010 12:07 AM Number of Comments on Photo:0 View Photo"; arnews[0] += "
"; arnews[1]="iw4sp 2009-11-29 15-47-17-31.jpg
"; arnews[1] += "\"iw4sp Date: Nov 29, 2009 3:46 PM Number of Comments on Photo:0 View Photo"; arnews[1] += "
"; arnews[2]="MW25.jpg
"; arnews[2] += "\"MW25.jpg\"/ Date: May 29, 2010 10:26 AM Number of Comments on Photo:0 View Photo"; arnews[2] += "
"; arnews[3]="splash.jpg
"; arnews[3] += "\"splash.jpg\"/ Date: Nov 10, 2009 5:21 AM Number of Comments on Photo:0 View Photo"; arnews[3] += "
"; arnews[4]="Call Of Duty 6 Modern Warfare 2
"; arnews[4] += "\"call_of_duty6_modern_warfare2.jpg\"/ Date: May 20, 2010 1:22 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("
");document.write("
");