document.write('[refresh] '); theaam = new Array(' Blue effect!',' Purple effect!',' Red effect!',' White effect!',' Yellow effect!',''); n=Math.floor(Math.random() *5); document.write(theaam[n]);