function setAsBetaUser(){$.cookie('eqbeta_user', '1', { expires: 60, path: '/', domain: 'myembarq.com'});eqbetaPortalLoad();hide_verify();}function optUserIn(){$.cookie('eqbeta_user', '1', { expires: 60, path: '/', domain: 'myembarq.com'});$.cookie('default_embarq_portal', 'beta', { expires: 60, path: '/', domain: 'myembarq.com'});location.href = 'http://beta01.myembarq.com';}function optUserOut(){$.cookie('eqbeta_user', '3', { expires: 60, path: '/', domain: 'myembarq.com'});$.cookie('default_embarq_portal', 'classic', { expires: 60, path: '/', domain: 'myembarq.com'});location.href = 'http://www.myembarq.com';}function sendToPortal(current_portal, current_page){if (current_portal == 'beta'){$.cookie('default_embarq_portal', 'classic', { expires: 60, path: '/', domain: 'myembarq.com'});location.href = 'http://www.myembarq.com?sc_cid=from_betasite';}else if (current_portal == 'classic'){$.cookie('default_embarq_portal', 'beta', { expires: 60, path: '/', domain: 'myembarq.com'});location.href = 'http://beta01.myembarq.com?sc_cid=from_classicsite';}}function makeHome(a){if (document.all){a.style.behavior='url(#default#homepage)';a.setHomePage('http://beta01.myembarq.com');return false;}$.cookie('eqbeta_homepage', '1', { expires: 60, path: '/', domain: 'myembarq.com'});alert('To make MyEMBARQ Beta your homepage - \nGo to "Options" in the "Tools" Menu. Choose the "Main" Tab from the list on the top. Click on the "Use Current Page(s)" button.');return false;}function openPromo(which){$('#promo_bar'+which).slideToggle('normal');}function closePromo(which){$('#promo_bar'+which).slideToggle('normal');}
