function random_content(){ var mycontent=new Array() mycontent[1]='Ameritas Life Insurance Corp.' mycontent[2]='Ameritas Life Insurance Corp.' mycontent[3]='Ameritas Life Insurance Corp.' mycontent[4]='Ameritas Life Insurance Corp.' mycontent[5]='Ameritas Life Insurance Corp.' mycontent[6]='Ameritas Life Insurance Corp.' var ry=Math.floor(Math.random()*mycontent.length) if (ry==0) ry=1 document.write(mycontent[ry]) } random_content()