var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="- Dragon Age: Origins Collectors' Edition Guide - Mass Effect 2 Collectors' Edition Guide
"; arnews[0] += "\"DSC01544.jpg\"/ Date: Apr 25, 2010 10:31 PM Number of Comments on Photo:0 View Photo"; arnews[0] += "
"; arnews[1]="MassEffect2 2010-01-26 15-03-01-09.jpg
"; arnews[1] += "\"MassEffect2 Date: Jan 26, 2010 3:03 PM Number of Comments on Photo:0 View Photo"; arnews[1] += "
"; arnews[2]="Fullscreen capture 5202010 24444 PM.jpg
"; arnews[2] += "\"Fullscreen Date: May 20, 2010 8:44 PM Number of Comments on Photo:0 View Photo"; arnews[2] += "
"; arnews[3]="13032010008.jpg
"; arnews[3] += "\"13032010008.jpg\"/ Date: Mar 13, 2010 5:09 AM Number of Comments on Photo:0 View Photo"; arnews[3] += "
"; arnews[4]="Mass Effect 2 PC - 1080p Parece Real!
"; arnews[4] += "\"06-05-10_0049.jpg\"/ Date: May 6, 2010 5:54 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("
");