var e=Math.round(Math.random()*3); if (e==0) document.write(""); else if (e==1) document.write(""); else if (e==2) document.write(""); else if (e==3) document.write("");