function punkz() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write(''); } // Punkz if (ranNum == 1){document.write('Click here to buy XXX gay DVDs from Homoactive'); } // Homoactive if (ranNum == 2){document.write('Click here to buy Punkz Gay DVDs from Simply Gay DVD'); } // SimplyPunkz if (ranNum == 3){document.write('Gay Video On Demand from GayDVDs.Tv'); } // GayDVDstv }