function beaumec() { //2 var ranNum= Math.round(Math.random() * 2); if (ranNum == 0){document.write(''); } // Beaumec1 if (ranNum == 1){document.write(''); } // GayAdultShop if (ranNum == 2){document.write(''); } // SimplyBeaumec }