var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
");
document.write("![]() "); arnews[0]="Otis Bed OTIS Zone #3 Platform Bed Mattress Size: Twin "; arnews[0] += " Publ.Date : Fri, 27 Aug 2010 09:20:15 PDT"; arnews[0] += " "; arnews[1]="Otis Bed OTIS Zone #5 Platform Bed Mattress Size: Queen "; arnews[1] += " Publ.Date : Fri, 27 Aug 2010 09:20:18 PDT"; arnews[1] += " "; arnews[2]="Otis Bed OTIS Zone #2 Platform Bed Mattress Size: Queen "; arnews[2] += " Publ.Date : Fri, 27 Aug 2010 09:22:00 PDT"; arnews[2] += " "; arnews[3]="Otis Bed OTIS Zone #6 Platform Bed Mattress Size: Twin "; arnews[3] += " Publ.Date : Fri, 27 Aug 2010 09:22:03 PDT"; arnews[3] += " "; arnews[4]="Otis Bed OTIS Zone #9 Platform Bed Mattress Size: Queen "; arnews[4] += " Publ.Date : Fri, 27 Aug 2010 09:22:06 PDT"; 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(" |