/* * Creates an empty debug console * * This file is only pulled in on production systems. It creates a empty * version of the window.consol.log() method */ if (window.esconsole==null || typeof(window.esconsole)=="undefined") { (function() { window.esconsole = { log: function(message) { // Do nothing }, emptyConsole: function() { // Do nothing } }; })(); } /* * Catch any window.console.log calls that may have been missed, they should all * be using esconsole.log. Once we have changed them all we can remove this or * just leave this here as it will protect IE and Wincare. */ if (window.console==null || typeof(window.console)=="undefined") { (function() { window.console = { log: function(message) { // Do nothing }, emptyConsole: function() { // Do nothing } }; })(); }var eStara_interval=5000;var eStara_restriction={};var eStara_obscuration={};if(typeof (eStara_debug_level)==="undefined"){eStara_debug_level=0;}var eStara_tmp_iframe=0;var eStara_fd_iframe=0;var eStara_fs_level=0;var eStara_urids_to_log=[],eStara_urids_to_cookie=[];var eStara_max_forms_to_check=10;var eStara_debug_str="",eStara_highlight_s="",eStara_highlight_e="";var eStara_scroll=0,eStara_clear=0;var eStara_ButtonJSFunctions=[],eStara_GuiJSFunctions=[],eStara_LinkMap=[],eStara_ButtonMap=[];var g_buttonJSRun=false,g_guiJSRun=false;if(!window.ATG_ppss){var ATG_ppss={active:false};}ATG_ppss.processed=false;ATG_ppss.master=false;ATG_ppss.master_frame_id=null;ATG_ppss.mask_element=null;ATG_ppss.mask_css=null;ATG_ppss.is_pp_frame=function(_1){try{return (typeof (_1.ATG_ppss)==="object"&&_1.ATG_ppss.active);}catch(e){esconsole.log("ATG_ppss.is_pp_frame error:"+e.message);return false;}};ATG_ppss.all_pp_frames=function(_2){if(typeof (_2)==="undefined"){_2=[];}var _3=window.frames;for(var i=0,len=_3.length;i\n"+_f+"\n";}return _b;};ATG_ppss.start_pp_in_frames=function(){var _10=eStara_getpageid();esconsole.log("ATG_ppss.start_pp_in_frames["+_10+"]: entered");this.set_mask_css();var _11=this.all_pp_frames();for(var i=0,len=_11.length;i1){_20=unescape(_22[1].replace(/^\s+|\s+$/g,""));}return _20;}}return null;};var eStara_ua={lc:navigator.userAgent.toLowerCase()};eStara_ua.IE=eStara_ua.lc.indexOf("msie")!==-1&&eStara_ua.lc.indexOf("chrome")===-1;eStara_ua.IE8=eStara_ua.lc.indexOf("msie 8")!==-1;eStara_ua.IE9=eStara_ua.lc.indexOf("msie 9")!==-1;eStara_ua.FF=eStara_ua.lc.indexOf("gecko")!==-1;eStara_ua.Chrome=eStara_ua.lc.indexOf("chrome")!==-1;eStara_ua.pre_IE8=eStara_ua.IE&&!eStara_ua.IE8&&!eStara_ua.IE9;var eStara_CoBrowseSession=null;var eStara_revision=0;function eStara_set_revision(_24){if(typeof (_24)==="number"&&isFinite(_24)&&_24>eStara_revision){eStara_revision=_24;}}var eStara_init_form_data=function(){eStara_form_data={sent:"",current:"",outOfSync:function(){return (this.sent!==this.current)&&(this.current!=="");}};}();function eStara_get_dom_document(_25){var _26;if(!eStara_ua.IE&&_25.contentDocument){_26=_25.contentDocument;}else{_26=_25.document;}return (typeof (_26)!=="undefined")?_26:false;}function eStara_urlencode(val){return (typeof (encodeURIComponent)==="function")?encodeURIComponent(val):escape(val);}function eStara_urldecode(val){return (typeof (decodeURIComponent)==="function")?decodeURIComponent(val):unescape(val);}function eStara_add_include(url,_2a){url+=(url.match(/\&$/)?"":"&")+"location="+eStara_location();if(!eStara_def(_2a)||_2a!==0){url+="&revision="+eStara_revision;}url+="&dnc="+(new Date()).getTime()+Math.round(Math.random()*1000000);eStara_append(url);}function eStara_cleanup(c){try{if(eStara_ua.IE){try{document.body.removeChild(c);}catch(err){var _2c=document.getElementById("eStara_wrapper");if(_2c){_2c.removeChild(c);}else{throw err;}}}else{document.getElementsByTagName("head").item(0).removeChild(c);}c=null;}catch(err){if(typeof (eStara_logerr)=="function"){eStara_logerr("eStara_cleanup for ",err);}}}function eStara_append(str){var _2e=document.createElement("script");_2e.setAttribute("type","text/javascript");_2e.setAttribute("src",str);_2e.setAttribute("charset","UTF-8");if(!eStara_def(document.body)||typeof (document.body)!=="object"||document.body===null){setTimeout("eStara_append('"+str+"');",1000);return;}if(eStara_ua.IE){var _2f=function(){document.body.appendChild(_2e);};setTimeout(_2f,100);}else{var _30=document.getElementsByTagName("head").item(0);if(!_30){_30=document.createElement("head");document.documentElement.insertBefore(_30,document.documentElement.firstChild);}_30.appendChild(_2e);}var _31=function(){eStara_cleanup(_2e);};setTimeout(_31,10000);}function eStara_getpageid(){if(typeof (eStara_pageid)=="undefined"){var d=new Date();var _33="z"+d.getTime();if(eStara_isFrame(window)){try{_33=eStara_getNameForFrame(window.parent.eStara_getpageid(),window);}catch(e){_33=eStara_getNameForFrame(_33,window);}}eStara_pageid=_33;}return eStara_pageid;}function eStara_getCobrowseSession(){if(eStara_CoBrowseSession===null){eStara_CoBrowseSession={startFunction:null,startParamsList:null,watchIframesIntervalID:null};}return eStara_CoBrowseSession;}function eStara_create_iframe(_34){esconsole.log("eStara_create_iframe: called for "+_34);if(_34==="undefined"){return false;}var _35;var _36=function(){if(eStara_ua.IE){_35=document.createElement("