function travel() { //5 var ranNum= Math.round(Math.random() * 5); if (ranNum == 0){document.write(''); } // Talkpromo if (ranNum == 1){document.write(''); } // GayMen if (ranNum == 2){document.write(''); } // LateRooms if (ranNum == 3){document.write(''); } // ClubMancha if (ranNum == 4){document.write(''); } // travelodge if (ranNum == 5){document.write(''); } // Banglads }