var login_mallid = 'funchoice'; var login_host = 'www.funchoice.com'; var login_sessionid = 'c65d8417e3bb54f3f4dc8c7273db4e6b'; try { document.login_f.onsubmit = function() { var frm = document.login_f; if (frm.is_ssl != undefined && frm.is_ssl.checked == true) { frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php'; // frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php?predomain=' + login_host + '&sessionid=' + login_sessionid + '&mall_id=' + login_mallid; //frm.action = 'https://login.simplexi.com/echosting/secure_login_a.php?predomain=www.funchoice.com&sessionid=c65d8417e3bb54f3f4dc8c7273db4e6b&mall_id=funchoice'; //frm.action = 'http://www.funchoice.com/front/php/ec_secure.php?return_url=http://www.funchoice.com/front/php/login/login_a.php?predomain=www.funchoice.com&sessionid=c65d8417e3bb54f3f4dc8c7273db4e6b'; // } else { // frm.action = 'http://funchoice.cafe24.com/front/php/login/login_a.php?predomain=www.funchoice.com&sessionid=c65d8417e3bb54f3f4dc8c7273db4e6b'; } return true; } } catch(e) {}