var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="Marantz America NA7004 Network Audio Player
"; arnews[0] += "Internet radio and USB DAC for NAS computer audio."; arnews[0] += "
"; arnews[1]="Tributaries Cable T1A AC Line Protection
"; arnews[1] += "Small inexpensive unit provides surge suppression."; arnews[1] += "
"; arnews[2]="Grant Fidelity B283 MKII Tube Processor
"; arnews[2] += "Processing unit uses tubes to warm up the sound."; arnews[2] += "
"; arnews[3]="mbl 101 MK II Large Floorstanding Loudspeaker
"; arnews[3] += "Reference speaker benefits from many new improvements."; arnews[3] += "
"; arnews[4]="Roksan M2 Series Caspian Int Amp and CD Player
"; arnews[4] += "New M2 series features refinements to previous models."; 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]); } document.write("
");document.write("
");