tagged.loadStringsDirect({"tagged.strings":{genericError:"Sorry, an error occurred. Please refresh the page and try again :(",locales:{ar_SA:"Arabic",az_AZ:"Azerbaijani",bn_IN:"Bengali",my_MM:"Burmese",zh_CN:"Simplified Chinese",zh_TW:"Traditional Chinese",cs_CZ:"Czech",nl_NL:"Dutch",en_US:"English",fr_FR:"French",de_DE:"German",el_GR:"Greek",hi_IN:"Hindi",he_IL:"Hebrew",hu_HU:"Hungarian",id_ID:"Indonesian",it_IT:"Italian",ja_JP:"Japanese",jv_ID:"Javanese",ko_KR:"Korean",ms_MY:"Malay",mr_IN:"Marathi",ne_NP:"Nepali",fa_IR:"Persian",pl_PL:"Polish",pt_PT:"Portugese",pa_IN:"Punjabi",ro_RO:"Romanian",ru_RU:"Russian",es_ES:"Spanish - Spain",es_MX:"Spanish - Mexico",es_CO:"Spanish - Latin America",su_ID:"Sundanese",tl_PH:"Tagalog",ta_IN:"Tamil",te_IN:"Telugu",th_TH:"Thai",tr_TR:"Turkish",uk_UA:"Ukranian",ur_PK:"Urdu",vi_VN:"Vietnamese",ruf_US:"Fake Russian",ebo_US:"Ebonics",zxx_XX:"XXX XXXX"}}});tagged.loadStringsDirect({"TAGGED.api.strings":{errorMethodMissing:"An error occurred. Please refresh the page and try again. Method is missing.",errorGeneral:"An error occurred. Please refresh the page and try again."}});tagged.loadStringsDirect({"tagged.header.alerts.strings":{newAlerts:"New Alerts"}});tagged.namespace("help.contact");tagged.help.contact={init:function(){D.get("email").focus();E.addListener(D.get("send"),"click",tagged.help.contact.validate)},validate:function(){var b=D.get("email");var c=D.get("problem");var d=D.get("message");var a={method:"tagged.help.validateInputs",email:b.value,problem:c.value,message:d.value,callback:"tagged.help.contact.validateResponse"};TAGGED.api.call(a)},validateResponse:function(e){var a=D.get("container");if(e.result){D.get("contact_form").submit()}else{if(e.error.code==100||e.error.code==101){alert(e.error.message);var b=D.get("email");b.value="";b.focus();return}else{if(e.error.code==102){alert(e.error.message);var c=D.get("problem");c.focus();return}else{if(e.error.code==103){alert(e.error.message);var d=D.get("message");d.value="";d.focus();return}else{alert("Error has occured, please resubmit your request.");return}}}}}};E.onDOMReady(tagged.help.contact.init);