function gayguide() { //3 var ranNum= Math.round(Math.random() * 3); if (ranNum == 0){document.write('Click here to UK Gay Hotel and Travel Guide'); } // Gaytravel if (ranNum == 1){document.write('The Index - UK Gay Search Engine'); } // GayIndex if (ranNum == 2){document.write('UK Gay Shopping Directory'); } // GayShopping if (ranNum == 3){document.write('UK Gay Chat Rooms'); } // GayChat }