var myarray=['copywriter, ride or dier',
'copywriter, pasty person',
'copywriter, coping barely',
'copywriter, wichita lineman',
'copywriter, health halo',
'copywriter, dog person, person person',
'copywriter, prizefighter',
'copywriter, apple bobber',
'copywriter, Emmy Award watcher',
'copywriter, ctrl + v user',
'copywriter, website coder (this one)',];
var elem=document.getElementById('myid');
window.onload=function(){
elem.innerHTML=myarray[Math.floor(Math.random()*10)];}