div = new Array('','','','',''); n=Math.floor (Math.random() * 5); document.write (div[n]);
Log in