function randomContent() { var chosenImage=new Array(); // filenames of images in this array chosenImage[1]="/1_decision.swf"; chosenImage[2]="/2_difference.swf"; chosenImage[3]="/3_pro.swf"; chosenImage[4]="/4_done.swf"; flag = 0; var getRan=Math.floor(Math.random()*chosenImage.length); if (getRan==0) getRan=1; if (getRan>4) getRan=4; document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); }