/* * 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=ATG_ppss.mask_element=ATG_ppss.mask_css=null;if(typeof ATG_ppss.restricted==="undefined"){ATG_ppss.restricted=false;}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;ieStara_revision){eStara_revision=_20;}}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(_21){var _22;if(!eStara_ua.IE&&_21.contentDocument){_22=_21.contentDocument;}else{_22=_21.document;}return (typeof (_22)!=="undefined")?_22: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,_26){url+=(url.match(/\&$/)?"":"&")+"location="+eStara_location();if(!eStara_def(_26)||_26!==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 _28=document.getElementById("eStara_wrapper");if(_28){_28.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 _2a=document.createElement("script");_2a.setAttribute("type","text/javascript");_2a.setAttribute("src",str);_2a.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 _2b=function(){document.body.appendChild(_2a);};setTimeout(_2b,100);}else{var _2c=document.getElementsByTagName("head").item(0);if(!_2c){_2c=document.createElement("head");document.documentElement.insertBefore(_2c,document.documentElement.firstChild);}_2c.appendChild(_2a);}var _2d=function(){eStara_cleanup(_2a);};setTimeout(_2d,10000);}function eStara_getpageid(){if(typeof (eStara_pageid)=="undefined"){var d=new Date();var _2f="z"+d.getTime();if(eStara_isFrame(window)){try{_2f=eStara_getNameForFrame(window.parent.eStara_getpageid(),window);}catch(e){_2f=eStara_getNameForFrame(_2f,window);}}eStara_pageid=_2f;}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(_30){esconsole.log("eStara_create_iframe: called for "+_30);if(_30==="undefined"){return false;}var _31;var _32=function(){_31=document.createElement((eStara_ua.IE&&!eStara_ua.IE9&&!eStara_ua.IE10)?"