Rotator from http://simplebizzz.blogspot.com */ function rotateEvery(sec) { var Quotation=new Array() // QUOTATIONS Quotation[0] = 'fvSsf'; Quotation[1] = 'srbsrrfgdrgh'; Quotation[2] = 'vfsbsfdsfdbsdf'; Quotation[3] = 'sbsfbfbdsbd'; Quotation[4] = 'vsdgswgwsg;' var which = Math.round(Math.random()*(Quotation.length - 1)); document.getElementById('textrotator').innerHTML = Quotation[which]; setTimeout('rotateEvery('+sec+')', sec*5000); }