//alert('width:250px; height:200px;'); function launch_embedded_dingochat(){ var wsa_loginquestion = document.getElementById('wsa_loginquestion').value; if (wsa_loginquestion == 'Enter Your Question...'){ wsa_loginquestion = ''; }else{ wsa_loginquestion = escape(wsa_loginquestion); } var chaturl = 'https://a1.dingochat.com/110/rRouter.asp?groupid=110&departmentid=0&websiteid=0&loginname=&loginquestion=' + wsa_loginquestion; //alert(chaturl); window.open(chaturl,'guest','width=500,height=500,resizable=1'); } document.write(""); document.write("
"); document.write(""); document.write("
"); document.write("
"); document.write("
"); document.write(""); function wsa_include_js(){ var wsa_host = (("https:" == document.location.protocol) ? "https://" : "http://"); var js = document.createElement('script'); js.setAttribute('language', 'javascript'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src',wsa_host + 'a1.dingochat.com/110/Visitor/vTracker_v2.asp?websiteid=0&groupid=110'); document.getElementsByTagName('head').item(0).appendChild(js); } if (window.attachEvent) {window.attachEvent('onload', wsa_include_js);} else if (window.addEventListener) {window.addEventListener('load', wsa_include_js, false);} else {document.addEventListener('load', wsa_include_js, false);}