function em24_openPopup( url, name, widgets, openerUrl ) { // Validate the 'Other' answer var elements = document.getElementsByTagName("input"); for (var i = 0; i < elements.length; i++) { if (elements[i].type == "radio" && elements[i].checked) { var ftas = document.getElementById("em24_ftas" + elements[i].value); var ftai = document.getElementById("em24_ftai" + elements[i].value); if ((ftas != null && typeof(ftas) != 'undefined') || (ftai != null && typeof(ftai) != 'undefined')) { if ((ftas.selectedIndex == 0 || ftas.selectedIndex == 1) && ftai.value == "") { alert("Please select or enter your answer..."); return false; } } } } var host = location.hostname; window.top.name = "opener"; var popupWin = window.open( url, name, widgets ); if ( popupWin && popupWin.opener ) { if ( openerUrl ) { popupWin.opener.location = openerUrl; } } if ( popupWin) { popupWin.focus(); } } function em24_otherSelected( idSelect, idInput ) { var objSelect = document.getElementById(idSelect); var val = objSelect.options[objSelect.selectedIndex].value; if (val == "+") em24_otherDisplay ('i', idSelect, idInput); } function em24_otherDisplay ( type, idSelect, idInput ) { if (type == 'i') { document.getElementById("em24_fts").style.display = 'none'; document.getElementById("em24_fti").style.display = 'block'; document.getElementById(idInput).focus(); } else { document.getElementById("em24_fts").style.display = 'block'; document.getElementById("em24_fti").style.display = 'none'; document.getElementById(idSelect).selectedIndex = 0; document.getElementById(idInput).value = ""; } } document.write('window.em24_survey_base_url = "http://my.surveypopups.com/show/"; window.em24_survey_x = "b046c5b0-cba4-4c3f-aca9-8b76f63fd686"; '); document.write(''); document.write('
Ok so we give out all this great information, and we link all these great resources but our website just doesn't have enough room. Would you as listens be interested in a Roleplay Wiki? Setup like wowwiki.com? Would you be interested in helping support that site by donating? Also if you don't see your answer listed feel free to use the drop down and add your own answer!
'); try { if (typeof('document.em24_sf.em24_page_url.value') != 'undefined') document.em24_sf.em24_page_url.value = document.location; if (typeof('document.em24_sf.em24_page_referrer.value') != 'undefined') document.em24_sf.em24_page_referrer.value = document.referrer; } catch (e) {}