function gayguide() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write(''); } // Gaytravel if (ranNum == 1){document.write(''); } // GayIndex if (ranNum == 2){document.write(''); } // GayShopping if (ranNum == 3){document.write(''); } // GayChat }