function WriteAd(){ var ads=[1,2,3,4,5,6,7,8]; var id=ads[Math.floor(Math.random()*ads.length)]; document.write('
'); document.write('Your Ad Here? · '); document.write('See All'); }