var qs_options = [["", "quick search index"], ["/what_to_do/activities/", "Activities "], ["/getting_here/airport/", "Airport "], ["/coast/", "Andaman coast"], ["/property/apartments/", "Apartments"], ["/shopping/art/", "Art"], ["/coast/", "Andaman coast"], ["/what_to_see/attractions/", "Attractions"], ["/beaches/bang_tao/", "Bang Tao beach"], ["/essential/banks/", "Banks"], ["/hospitality/bars/", "Bars"], ["/hospitality/go_go/", "Bar girls"], ["/beaches/", "Beaches"], ["/culture/buddhism/", "Buddhism"], ["/getting_here/bus/", "Bus timetable"], ["/essential/business/", "Business services"], ["/how_to/change/", "Changing money"], ["/about_phuket/children/", "Children"], ["/essential/commerce/", "Commercial associations"], ["/essential/consulates/", "Consulates"], ["/medical_tourism/cosmetic_surgery/", "Cosmetic surgery"], ["/culture/", "Culture"], ["/shopping/glossary_2/", "Clothing"], ["/essential/consulates/", "Consulates"], ["/what_to_do/courses/", "Courses"], ["/culture/art/", "Dance (Thai)"], ["/what_to_see/day_trips/", "Day Trips"], ["/about_phuket/health/", "Dengue fever"], ["/medical_tourism/dentists/", "Dentists"], ["/what_to_do/diving/", "Diving"], ["/what_to_do/dive_courses/", "Dive courses"], ["/what_to_do/dive_cruises/", "Dive live aboards"], ["/essential/emergency/", "Emergency services"], ["/culture/etiquette/", "Etiquette"], ["/how_to/", "Expats"], ["/beaches/kamala/", "FantaSea"], ["/culture/festivals/", "Festivals"], ["/getting_here/air/", "Flight timetable"], ["/hospitality/gays/", "Gay & Lesbian"], ["/what_to_do/golf/", "Golf"], ["/hospitality/go_go/", "Go Go bars"], ["/hospitality/guesthouses/", "Guest Houses"], ["/shopping/souvenirs/", "Handicrafts"], ["/about_phuket/health/", "Health"], ["/about_phuket/history/", "History"], ["/about_phuket/health/", "HIV"], ["/medical_tourism/hospitals/", "Hospitals"], ["/hotels/", "Hotels"], ["/beaches/kamala/", "Kamala beach"], ["/beaches/karon/", "Karon beach"], ["/beaches/kata/", "Kata beach"], ["/coast/khao_lak/", "Khao lak"], ["/about_phuket/children/", "Kids"], ["/coast/krabi/", "Krabi"], ["/what_to_do/activities/", "Kickboxing"], ["/coast/yao/", "Koh Yao"], ["/property/land/", "Land"], ["/coast/lanta/", "Lanta islands"], ["/beaches/bang_tao/#layan", "Layan beach"], ["/living/", "Living in phuket"], ["/about_phuket/health/", "Malaria"], ["/shopping/night_market/", "Markets"], ["/hospitality/massage/", "Massage"], ["/hospitality/massage/naughty/", "Massage parlours"], ["/how_to/meditate/", "Meditation"], ["/medical_tourism/", "Medical tourism"], ["/essential/medical/", "Medical services"], ["/how_to/connect/", "Mobile phones"], ["/culture/art/ ", "Music (Thai)"], ["/getting_here/get_around/#rental", "Motorcycle rental"], ["/culture/museums/", "Museums"], ["/beaches/rawai/#nai_harn", "Nai Harn beach"], ["/beaches/nai_yang/", "Nai Yang beach"], ["/about_phuket/children/#nature", "Nature parks"], ["/shopping/night_market/", "Night market"], ["/hospitality/night_life/", "Nightlife"], ["/beaches/patong/", "Patong beach"], ["/coast/phanga_bay/", "Pha nga bay"], ["/coast/phi_phi/", "Phi phi islands"], ["/gallery/", "Pictures"], ["/what_to_see/city/", "Phuket City"], ["/essential/police/", "Police stations"], ["/beaches/rawai/", "Promthep cape"], ["/property/", "Property"], ["/property/realestate_agents/", "Real estate agents"], ["/essential/religion/", "Religious institutions"], ["/property/villas/", "Renting"], ["/hospitality/restaurants/", "Restaurants"], ["/about_phuket/safety/", "Road safety"], ["/about_phuket/safety/", "Safety"], ["/what_to_do/sailing/", "Sailing & boating"], ["/culture/", "Sea gypsies"], ["/shopping/", "Shopping"], ["/what_to_do/guide/", "Sightseeing"], ["/shopping/silk/", "Silk"], ["/what_to_do/guide/", "Sightseeing"], ["/coast/similan/", "Similan islands"], ["/culture/festivals/", "Songkran"], ["/hospitality/spas/", "Spas"], ["/shopping/souvenirs/", "Souvenirs"], ["/coast/surin/", "Surin islands"], ["/about_phuket/children/#swimming", "Swimming pools"], ["/living/teach/", "Teaching"], ["/about_phuket/safety/", "Terrorism"], ["/getting_here/get_around/#taxis", "Taxis"], ["/what_to_do/", "Tourist information"], ["/speak_thai/", "Thai language guide"], ["/getting_here/train/", "Train timetable"], ["/getting_here/get_around/", "Transportation"], ["/gallery/tsunami/", "Tsunami"], ["/property/villa_rentals/", "Villa rentals"], ["/living/visa/", "Visas"], ["/about_phuket/weather_seasons/", "Weather"], ["/about_phuket/women/", "Women"], ["/what_to_do/watersports/", "Watersports"], ["/coast/yao/", "Yao Islands"]]

var select_tag = document.getElementById('qsselect');
for (i in qs_options) {
	var option_tag = document.createElement('option');
	option_tag.setAttribute('value', qs_options[i][0]);
	option_tag.innerHTML = qs_options[i][1];
	select_tag.appendChild(option_tag);
}



/* included here to avoid adding another file. Uses OneStop.insert_cool_thing_link in shared.js */ 
$(function() {
		var ctl = [
			["/t/1stopphuket/images/cool/phuket_james.jpg", "/articles/phuket_islands/"],
			["/t/1stopphuket/images/cool/phuket_kata.jpg", "/beaches/kata"],
			["/t/1stopphuket/images/cool/phuket_yao.jpg", "/coast/yao"],
			["/t/1stopphuket/images/cool/phuket_fantasea.jpg", "/what_to_see/fantasea"],
			["/t/1stopphuket/images/cool/phuket_dentists.jpg", "/medical_tourism/dentists"]
		]
		
		OneStop.insert_cool_thing_link(ctl, $("div#cool-thing"))	
})




