function GetUrlValue(VarSearch){ var SearchString = window.location.search.substring(1).toLowerCase(); var VariableArray = SearchString.split('&'); for(var i = 0; i < VariableArray.length; i++){ var KeyValuePair = VariableArray[i].split('='); if(KeyValuePair[0] == VarSearch){ return KeyValuePair[1]; } } } function cc_vendors() { document.write(''); } function cc_dest() { document.write(''); } function vv_vendors() { document.write(''); } function vv_dest() { document.write(''); } function hh_countries() { document.write(''); } function hh_states() { document.write(''); } function hh_cities() { document.write(''); } function vv_length() { document.write(''); } function vv_options() { if (GetUrlValue('air') == "1") document.write(' Air-Inclusive Specials only
'); else document.write(' Air-Inclusive Specials only
'); if (GetUrlValue('escorted') == "1") document.write(' Escorted Tours only
'); else document.write(' Escorted Tours only
'); if (GetUrlValue('landonly') == "1") document.write(' Land Only tours'); else document.write(' Land Only tours'); } function mm_date() { document.write(''); } function yy_date() { document.write(''); }