/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0;}}else{if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7");}catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");playerVersion=[6,0,21];a.AllowScriptAccess="always";}catch(e){if(playerVersion[0]==6){fp6Crash=true;}}if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX);}catch(e){}}}if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)];}}catch(e){}}}}var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,firefox=/firefox/.test(u)?parseFloat(u.replace(/^.*firefox\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u);
/*@cc_on
			ie = true;
			@if (@_win32)
				windows = true;
			@elif (@_mac)
				mac = true;
			@end
		@*/
return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,firefox:firefox,ie:ie,win:windows,mac:mac};}();var onDomLoad=function(){if(!ua.w3cdom){return ;}addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("<script id=__ie_ondomload defer=true src=//:><\/script>");script=getElementById("__ie_ondomload");if(script){addListener(script,"onreadystatechange",checkReadyState);}}catch(e){}}if(ua.webkit&&typeof doc.readyState!=UNDEF){timer=setInterval(function(){if(/loaded|complete/.test(doc.readyState)){callDomLoadFunctions();}},10);}if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,null);}addLoadEvent(callDomLoadFunctions);}();function checkReadyState(){if(script.readyState=="complete"){script.parentNode.removeChild(script);callDomLoadFunctions();}}function callDomLoadFunctions(){if(isDomLoaded){return ;}if(ua.ie&&ua.win){var s=createElement("span");try{var t=doc.getElementsByTagName("body")[0].appendChild(s);t.parentNode.removeChild(t);}catch(e){return ;}}isDomLoaded=true;if(timer){clearInterval(timer);timer=null;}var dl=domLoadFnArr.length;for(var i=0;i<dl;i++){domLoadFnArr[i]();}}function addDomLoadEvent(fn){if(isDomLoaded){fn();}else{domLoadFnArr[domLoadFnArr.length]=fn;}}function addLoadEvent(fn){if(typeof win.addEventListener!=UNDEF){win.addEventListener("load",fn,false);}else{if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("load",fn,false);}else{if(typeof win.attachEvent!=UNDEF){addListener(win,"onload",fn);}else{if(typeof win.onload=="function"){var fnOld=win.onload;win.onload=function(){fnOld();fn();};}else{win.onload=fn;}}}}}function main(){var rl=regObjArr.length;for(var i=0;i<rl;i++){var id=regObjArr[i].id;if(ua.pv[0]>0){var obj=getElementById(id);if(obj){regObjArr[i].width=obj.getAttribute("width")?obj.getAttribute("width"):"0";regObjArr[i].height=obj.getAttribute("height")?obj.getAttribute("height"):"0";if(hasPlayerVersion(regObjArr[i].swfVersion)){if(ua.webkit&&ua.webkit<312){fixParams(obj);}setVisibility(id,true);}else{if(regObjArr[i].expressInstall&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){showExpressInstall(regObjArr[i]);}else{displayAltContent(obj);}}}}else{setVisibility(id,true);}}}function fixParams(obj){var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var e=createElement("embed"),a=nestedObj.attributes;if(a){var al=a.length;for(var i=0;i<al;i++){if(a[i].nodeName=="DATA"){e.setAttribute("src",a[i].nodeValue);}else{e.setAttribute(a[i].nodeName,a[i].nodeValue);}}}var c=nestedObj.childNodes;if(c){var cl=c.length;for(var j=0;j<cl;j++){if(c[j].nodeType==1&&c[j].nodeName=="PARAM"){e.setAttribute(c[j].getAttribute("name"),c[j].getAttribute("value"));}}}obj.parentNode.replaceChild(e,obj);}}function showExpressInstall(regObj){isExpressInstallActive=true;var obj=getElementById(regObj.id);if(obj){if(regObj.altContentId){var ac=getElementById(regObj.altContentId);if(ac){storedAltContent=ac;storedAltContentId=regObj.altContentId;}}else{storedAltContent=abstractAltContent(obj);}if(!(/%$/.test(regObj.width))&&parseInt(regObj.width,10)<310){regObj.width="310";}if(!(/%$/.test(regObj.height))&&parseInt(regObj.height,10)<137){regObj.height="137";}doc.title=doc.title.slice(0,47)+" - Flash Player Installation";var pt=ua.ie&&ua.win?"ActiveX":"PlugIn",dt=doc.title,fv="MMredirectURL="+win.location+"&MMplayerType="+pt+"&MMdoctitle="+dt,replaceId=regObj.id;if(ua.ie&&ua.win&&obj.readyState!=4){var newObj=createElement("div");replaceId+="SWFObjectNew";newObj.setAttribute("id",replaceId);obj.parentNode.insertBefore(newObj,obj);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}createSWF({data:regObj.expressInstall,id:EXPRESS_INSTALL_ID,width:regObj.width,height:regObj.height},{flashvars:fv},replaceId);}}function displayAltContent(obj){if(ua.ie&&ua.win&&obj.readyState!=4){var el=createElement("div");obj.parentNode.insertBefore(el,obj);el.parentNode.replaceChild(abstractAltContent(obj),el);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}else{obj.parentNode.replaceChild(abstractAltContent(obj),obj);}}function abstractAltContent(obj){var ac=createElement("div");if(ua.win&&ua.ie){ac.innerHTML=obj.innerHTML;}else{var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var c=nestedObj.childNodes;if(c){var cl=c.length;for(var i=0;i<cl;i++){if(!(c[i].nodeType==1&&c[i].nodeName=="PARAM")&&!(c[i].nodeType==8)){ac.appendChild(c[i].cloneNode(true));}}}}}return ac;}function createSWF(attObj,parObj,id){var r,el=getElementById(id);if(el){if(typeof attObj.id==UNDEF){attObj.id=id;}if(ua.ie&&ua.win){var att="";for(var i in attObj){if(attObj[i]!=Object.prototype[i]){if(i.toLowerCase()=="data"){parObj.movie=attObj[i];}else{if(i.toLowerCase()=="styleclass"){att+=' class="'+attObj[i]+'"';}else{if(i.toLowerCase()!="classid"){att+=" "+i+'="'+attObj[i]+'"';}}}}}var par="";for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par+='<param name="'+j+'" value="'+parObj[j]+'" />';}}el.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+att+">"+par+"</object>";objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id);}else{if((ua.webkit&&ua.webkit<312)||(ua.mac&&ua.firefox&&ua.firefox<3.1)){var e=createElement("embed");e.setAttribute("type",FLASH_MIME_TYPE);for(var k in attObj){if(attObj[k]!=Object.prototype[k]){if(k.toLowerCase()=="data"){e.setAttribute("src",attObj[k]);}else{if(k.toLowerCase()=="styleclass"){e.setAttribute("class",attObj[k]);}else{if(k.toLowerCase()!="classid"){e.setAttribute(k,attObj[k]);}}}}}for(var l in parObj){if(parObj[l]!=Object.prototype[l]){if(l.toLowerCase()!="movie"){e.setAttribute(l,parObj[l]);}}}el.parentNode.replaceChild(e,el);r=e;}else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m]);}else{if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m]);}}}}for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n]);}}el.parentNode.replaceChild(o,el);r=o;}}}return r;}function createObjParam(el,pName,pValue){var p=createElement("param");p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p);}function removeSWF(id){var obj=getElementById(id);if(obj&&(obj.nodeName=="OBJECT"||obj.nodeName=="EMBED")){if(ua.ie&&ua.win){if(obj.readyState==4){removeObjectInIE(id);}else{win.attachEvent("onload",function(){removeObjectInIE(id);});}}else{obj.parentNode.removeChild(obj);}}}function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null;}}obj.parentNode.removeChild(obj);}}function getElementById(id){var el=null;try{el=doc.getElementById(id);}catch(e){}return el;}function createElement(el){return doc.createElement(el);}function addListener(target,eventType,fn){target.attachEvent(eventType,fn);listenersArr[listenersArr.length]=[target,eventType,fn];}function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false;}function createCSS(sel,decl){if(ua.ie&&ua.mac){return ;}var h=doc.getElementsByTagName("head")[0],s=createElement("style");s.setAttribute("type","text/css");s.setAttribute("media","screen");if(!(ua.ie&&ua.win)&&typeof doc.createTextNode!=UNDEF){s.appendChild(doc.createTextNode(sel+" {"+decl+"}"));}h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){var ls=doc.styleSheets[doc.styleSheets.length-1];if(typeof ls.addRule==OBJECT){ls.addRule(sel,decl);}}}function setVisibility(id,isVisible){var v=isVisible?"visible":"hidden";if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v;}else{createCSS("#"+id,"visibility:"+v);}}function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars?encodeURIComponent(s):s;}var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;for(var i=0;i<ll;i++){listenersArr[i][0].detachEvent(listenersArr[i][1],listenersArr[i][2]);}var il=objIdArr.length;for(var j=0;j<il;j++){removeSWF(objIdArr[j]);}for(var k in ua){ua[k]=null;}ua=null;for(var l in swfobject){swfobject[l]=null;}swfobject=null;});}}();return{registerObject:function(objectIdStr,swfVersionStr,xiSwfUrlStr){if(!ua.w3cdom||!objectIdStr||!swfVersionStr){return ;}var regObj={};regObj.id=objectIdStr;regObj.swfVersion=swfVersionStr;regObj.expressInstall=xiSwfUrlStr?xiSwfUrlStr:false;regObjArr[regObjArr.length]=regObj;setVisibility(objectIdStr,false);},getObjectById:function(objectIdStr){var r=null;if(ua.w3cdom){var o=getElementById(objectIdStr);if(o){var n=o.getElementsByTagName(OBJECT)[0];if(!n||(n&&typeof o.SetVariable!=UNDEF)){r=o;}else{if(typeof n.SetVariable!=UNDEF){r=n;}}}}return r;},embedSWF:function(swfUrlStr,replaceElemIdStr,widthStr,heightStr,swfVersionStr,xiSwfUrlStr,flashvarsObj,parObj,attObj){if(!ua.w3cdom||!swfUrlStr||!replaceElemIdStr||!widthStr||!heightStr||!swfVersionStr){return ;}widthStr+="";heightStr+="";if(hasPlayerVersion(swfVersionStr)){setVisibility(replaceElemIdStr,false);var att={};if(attObj&&typeof attObj===OBJECT){for(var i in attObj){if(attObj[i]!=Object.prototype[i]){att[i]=attObj[i];}}}att.data=swfUrlStr;att.width=widthStr;att.height=heightStr;var par={};if(parObj&&typeof parObj===OBJECT){for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par[j]=parObj[j];}}}if(flashvarsObj&&typeof flashvarsObj===OBJECT){for(var k in flashvarsObj){if(flashvarsObj[k]!=Object.prototype[k]){if(typeof par.flashvars!=UNDEF){par.flashvars+="&"+k+"="+flashvarsObj[k];}else{par.flashvars=k+"="+flashvarsObj[k];}}}}addDomLoadEvent(function(){createSWF(att,par,replaceElemIdStr);if(att.id==replaceElemIdStr){setVisibility(replaceElemIdStr,true);}});}else{if(xiSwfUrlStr&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){isExpressInstallActive=true;setVisibility(replaceElemIdStr,false);addDomLoadEvent(function(){var regObj={};regObj.id=regObj.altContentId=replaceElemIdStr;regObj.width=widthStr;regObj.height=heightStr;regObj.expressInstall=xiSwfUrlStr;showExpressInstall(regObj);});}}},getFlashPlayerVersion:function(){return{major:ua.pv[0],minor:ua.pv[1],release:ua.pv[2]};},hasFlashPlayerVersion:hasPlayerVersion,createSWF:function(attObj,parObj,replaceElemIdStr){if(ua.w3cdom){return createSWF(attObj,parObj,replaceElemIdStr);}else{return undefined;}},removeSWF:function(objElemIdStr){if(ua.w3cdom){removeSWF(objElemIdStr);}},createCSS:function(sel,decl){if(ua.w3cdom){createCSS(sel,decl);}},addDomLoadEvent:addDomLoadEvent,addLoadEvent:addLoadEvent,getQueryParamValue:function(param){var q=doc.location.search||doc.location.hash;if(param==null){return urlEncodeIfNecessary(q);}if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=")+1)));}}}return"";},expressInstallCallback:function(){if(isExpressInstallActive&&storedAltContent){var obj=getElementById(EXPRESS_INSTALL_ID);if(obj){obj.parentNode.replaceChild(storedAltContent,obj);if(storedAltContentId){setVisibility(storedAltContentId,true);if(ua.ie&&ua.win){storedAltContent.style.display="block";}}storedAltContent=null;storedAltContentId=null;isExpressInstallActive=false;}}}};}();var SessionProxy={UpdateSessionCallback:function(){},clearSession:function(){this.setCookie("SMSession","",-1);this.setCookie("SMPersist","",-1);delete this.sessionInfo;},setCookie:function(C,D,B){var A="";if(B!==undefined){var E=new Date();E.setTime(E.getTime()+(B*86400000));A=" expires="+E.toUTCString();}var F=C+"="+D+"; path=/;"+A;document.cookie=F;},getCookie:function(A){A+="=";var D=document.cookie;var B=D.indexOf(A);if(B===-1){return null;}var C=D.indexOf(";",B);C=C===-1?D.length:C;return D.substring(B+A.length,C);},getSessionInfo:function(){if(!this.sessionInfo){var A={};var D=this.getCC();if(D!==""){A.cc=D;}var C=this.getCookie("SMSession");var B="N";if(C!==null){C=decodeURIComponent(C).split("|");if(C.length>3){B=C[3];}if(B!=="Y"){A.mark=C[0];A.uusername=C[1];A.community=C[2];}}if(this.getCookie("SMPersist")==="Y"){B="Y";}A.persist=B;this.sessionInfo=A;}return this.sessionInfo;},getCC:function(){if(!this.cc){var E="";var C=window.location.search.toLowerCase();var D=C.indexOf("cc");var B=this.getCookie("SMCC");if(D!==-1){D+=3;var A=C.indexOf("&",D);if(A===-1){A=C.length;}E=C.substring(D,A);if(E!==""){this.setCookie("SMCC",E,90);}}else{if(B!==null){E=B;}}this.cc=E;}return this.cc;},getProxyID:function(){if(!this.proxyID){var A=new Date();this.proxyID="_"+A.getTime();}return this.proxyID;},register:function(A){if(!this.modules){this.modules=[A];}else{this.modules.push(A);}},updateModules:function(G,F,B,E){for(var C=0;C<this.modules.length;C+=1){var D=document.getElementById(this.modules[C]);var A=D.updateSession(G,F,B,E);}},shouldEstablish:function(){if(this.established){return false;}else{this.established=true;return true;}},updateSession:function(D,C,A,B){this.setCookie("SMSession",D+"|"+C+"|"+A);if(B){this.setCookie("SMPersist","Y",30);}else{this.setCookie("SMPersist","",-1);}this.sessionInfo=null;this.updateModules(D,C,A,B);this.UpdateSessionCallback();},getSession:function(){var A=this.getSessionInfo();if(!A.uusername){return 0;}return{mark:A.mark,username:A.uusername,community:A.community,persist:A.persist==="Y"?true:false};},trackEvent:function(A){if(typeof urchinTracker=="function"){urchinTracker(A);return ;}else{if(typeof pageTracker=="undefined"){return ;}}if(typeof pageTracker._trackPageview=="function"){pageTracker._trackPageview(A);}}};var SIZES={BuildModule:{width:500,height:550},AccountModule:{width:500,height:730},TourModule:{width:500,height:630},SupportModule:{width:500,height:630},SearchModule:{width:500,height:570},PricingModule:{width:500,height:890},DomainsModule:{width:500,height:670},DEFAULT:{width:500,height:600}};var SOConfig=function(){this.attributes={};this.flashvars={apivn:2};this.params={};this.swf="PortalContainer.swf";this.height=null;this.width=null;this.addAttribute=function(A,B){this.attributes[A]=B;};this.addVariable=function(A,B){this.flashvars[A]=encodeURIComponent(B);};this.addParam=function(A,B){this.params[A]=B;};};var SMPortal={init:function(){if(this.checkForLoginToken()){this.doLogin();}var B=document.getElementsByTagName("script");var E;for(var D=0;D<B.length;D+=1){if(B[D].src.indexOf("smportal-v2.js")>1){E=B[D].src.split("/");break;}}this.base="http://"+E[2];for(var C=0;C<E.length;C+=1){if(E[C]==="partner"){this.partnerCode=E[C+1];var A=E[C+2];this.locale=A==="js"?"en":A;break;}}},getBase:function(){return this.base;},isGuest:function(){var A=SessionProxy.getSessionInfo().uusername;var B=SessionProxy.getSessionInfo().persist;if(A!==undefined){return A==="guest";}else{if(B==="Y"){return false;}else{return true;}}},getModulePath:function(){var A="/"+this.locale+"/resources/portal/";return this.getBase()+A;},getHost:function(){return window.location.protocol+"//"+window.location.host;},getLocationHash:function(){return window.location.hash.substring(1);},addVars:function(C,B){for(var A in B){if(B.hasOwnProperty(A)){C.addVariable(A,B[A]);}}},addSessionVars:function(B){var A=SessionProxy.getSessionInfo();this.addVars(B,A);B.addVariable("proxyID",SessionProxy.getProxyID());},createModule:function(E,B){E.addParam("allowScriptAccess","always");E.addVariable("module",B);E.addParam("base",this.getBase());E.addVariable("host",this.getHost());E.addVariable("locale",this.locale);E.addVariable("partnerCode",this.partnerCode);this.addSessionVars(E);var D=E.width||(SIZES[B]!==undefined?SIZES[B].width:SIZES.DEFAULT.width);var A=E.height||(SIZES[B]!==undefined?SIZES[B].height:SIZES.DEFAULT.height);var C=this.getModulePath()+E.swf;swfobject.embedSWF(C,"SM_"+B,D,A,"8",null,E.flashvars,E.params,E.attributes);SessionProxy.register("SM_"+B);},insertModule:function(C,A){var B=this.setupSOConfig(A);B.addVariable("locationHash",this.getLocationHash());this.createModule(B,C);},insertLiteModule:function(C,A){if(this.isGuest()){var B=this.setupSOConfig(A);B.swf=C+"Lite.swf";this.insertModule(C,B);}else{this.insertModule(C,A);}},insertFlexPreload:function(A){var B=this;setTimeout(function(){var C=B.getModulePath()+"libraryPreloader/libraryPreloader.swf";swfobject.embedSWF(C,A,1,1,"10",null);},45000);},setupSOConfig:function(A){var B=new SOConfig();if(A===undefined){return B;}if(A instanceof SOConfig){return A;}if(A.height!==undefined){B.height=A.height;delete A.height;}if(A.width!==undefined){B.width=A.width;delete A.width;}if(A.bgcolor!==undefined){B.addAttribute("bgcolor",A.bgcolor);B.addParam("bgcolor",A.bgcolor);delete A.bgcolor;}if(A.swf!==undefined){B.swf=A.swf;delete A.swf;}this.addVars(B,A);return B;},login:function(C){var B=new Date();B.setTime(B.getTime()+(30*60*1000));var A="; expires="+B.toGMTString();document.cookie="SMSession="+C+A+"; path=/";},checkForLoginToken:function(){if(location.search.indexOf("session")>-1){return true;}return false;},doLogin:function(){var A=location.search.replace("?","");var B=A.split("&");var E;for(var C in B){var D=B[C].split("=");if(D[0]==="session"&&D[1]){E=D[1];}}if(E){this.login(E);}}};SMPortal.init();