var qs_options = [["", "quick search index"], ["/what_to_do/activities/", "Activities"], ["/getting_here/airport/", "Airport"], ["/hospitality/bargirls/", "Bar girls"], ["/hospitality/bars/", "Bars"], ["/what_to_see/beaches/", "Beaches"], ["/about_pattaya/health/", "Bird flu"], ["/blogs/", "Blogs"], ["/getting_here/get_around/", "Bus"], ["/medical_tourism/cosmetic_surgery/", "Cosmetic surgery"], ["/culture/", "Culture"], ["/how_to/change/", "Currency exchange"], ["/what_to_see/day_trips/", "Daytrips"], ["/about_pattaya/health/", "Dehydration"], ["/about_pattaya/health/", "Dengue fever"], ["/medical_tourism/dentists/", "Dentists"], ["/about_pattaya/health/", "Diarrhoea"], ["/essential/", "Directory of contacts"], ["/what_to_do/diving/", "Diving"], ["/how_to/driving_license/", "Drivers licence"], ["/what_to_see/day_trips/", "Elephant village"], ["/culture/etiquette/", "Etiquette"], ["/about_pattaya/expats/", "Expats"], ["/about_pattaya/", "Facts"], ["/culture/festivals/", "Festivals"], ["/what_to_do/fishing/", "Fishing"], ["/hospitality/gays/", "Gays"], ["/hospitality/go_go/", "Go go bars"], ["/what_to_do/golf/", "Golf"], ["/about_pattaya/health/", "Health"], ["/what_to_see/", "Highlights"], ["/getting_here/get_around/", "Hire vehicles"], ["/about_pattaya/history/", "History"], ["/about_pattaya/health/", "HIV"], ["/hospitality/", "Hospitality"], ["/hotels/", "Hotels"], ["/how_to/connect/", "Internet"], ["/what_to_see/beaches/", "Jomtien Beach"], ["/what_to_see/koh_larn/", "Koh Larn"], ["/about_pattaya/health/", "Malaria"], ["/shopping/", "Markets"], ["/hospitality/massage/", "Massage"], ["/medical_tourism/", "Medical tourism"], ["/how_to/connect/", "Mobile phones"], ["/getting_here/get_around/", "Motorcycle taxis"], ["/what_to_see/night_life/", "Nightlife"], ["/what_to_do/watersports/", "Parasailing"], ["/what_to_see/beaches/", "Pattaya Beach"], ["/gallery/", "Pictures"], ["/living/property/", "Property"], ["/property/realestate_agents/", "Real estate agents"], ["/living/property/", "Rent property"], ["/property/renting_apartments_condos/", "Renting"], ["/hospitality/restaurants/", "Restaurants"], ["/living/visa/", "Retirement visa"], [" /what_to_see/attractions/", "Sanctuary of Truth"], ["/what_to_do/watersports/", "Sailing"], ["/about_pattaya/safety/", "Scams"], ["/hospitality/soapy/", "Sex massage"], ["/shopping/", "Shopping"], ["/what_to_do/guide/", "Sightseeing"], ["/culture/festivals/", "Songkran"], ["/hospitality/spas/", "Spas"], ["/what_to_do/activities/", "Sports"], ["/getting_here/sun/", "Suvarnabhumi"], ["/getting_here/get_around/", "Taxis"], ["/speak_thai/", "Thai language"], ["/how_to/find_wife/", "Thai wife"], ["/about_pattaya/safety/", "Theft"], ["/what_to_see/day_trips/", "Tiger Zoo"], ["/what_to_do/", "Tourist guide"], ["/what_to_see/city_tours/", "Tours"], ["/about_pattaya/safety/", "Touts"], ["/getting_here/", "Transportation"], ["/what_to_see/day_trips/", "Underwater world"], ["/living/visa/", "Visas"], ["/what_to_do/watersports/", "Water sports"], ["/about_pattaya/seasons/", "Weather"], ["/living/visa/", "Work permit"]]

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/1stoppattaya/images/cool/pattaya_gibbon.jpg", "/what_to_see/day_trips"],
			["/t/1stoppattaya/images/cool/pattaya_larn.jpg", "/what_to_see/koh_larn/"],
			["/t/1stoppattaya/images/cool/pattaya_ladyboy.jpg", "/hospitality/night_life"],
			["/t/1stoppattaya/images/cool/pattaya_siam.jpg", "/articles/pattaya_top10"],
			["/t/1stoppattaya/images/cool/pattaya_truth.jpg", "/what_to_do/guide"]
		]
		
		OneStop.insert_cool_thing_link(ctl, $("div#cool-thing"))	
})




