var content = new Array(); content[0] = 'Pub'; var key = Math.floor(Math.random()*content.length); document.write(content[key]);