(function(b){b.browserTest=function(a,d){var f=function(c,h){for(var k=0;k<h.length;k+=1)c=c.replace(h[k][0],h[k][1]);return c},e=function(c,h,k,g){h={name:f((h.exec(c)||["unknown","unknown"])[1],k)};h[h.name]=true;h.version=(g.exec(c)||["X","X","X","X"])[3];if(h.name.match(/safari/)&&h.version>400)h.version="2.0";if(h.name==="presto")h.version=b.browser.version>9.27?"futhark":"linear_b";h.versionNumber=parseFloat(h.version,10)||0;h.versionX=h.version!=="X"?(h.version+"").substr(0,1):"X";h.className=
h.name+h.versionX;return h};a=(a.match(/Opera|Navigator|Minefield|KHTML|Chrome/)?f(a,[[/(Firefox|MSIE|KHTML,\slike\sGecko|Konqueror)/,""],["Chrome Safari","Chrome"],["KHTML","Konqueror"],["Minefield","Firefox"],["Navigator","Netscape"]]):a).toLowerCase();b.browser=b.extend(!d?b.browser:{},e(a,/(camino|chrome|firefox|netscape|konqueror|lynx|msie|opera|safari)/,[],/(camino|chrome|firefox|netscape|netscape6|opera|version|konqueror|lynx|msie|safari)(\/|\s)([a-z0-9\.\+]*?)(\;|dev|rel|\s|$)/));b.layout=
e(a,/(gecko|konqueror|msie|opera|webkit)/,[["konqueror","khtml"],["msie","trident"],["opera","presto"]],/(applewebkit|rv|konqueror|msie)(\:|\/|\s)([a-z0-9\.]*?)(\;|\)|\s)/);b.os={name:(/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase())||["unknown"])[0].replace("sunos","solaris")};d||b("html").addClass([b.os.name,b.browser.name,b.browser.className,b.layout.name,b.layout.className].join(" "))};b.browserTest(navigator.userAgent)})(jQuery);window.DF=window.DF||{};
DF.namespace=function(b){if(!b||!b.length)return null;b=b.split(".");for(var a=DF,d=b[0]==="DF"?1:0;d<b.length;++d){a[b[d]]=a[b[d]]||{};a=a[b[d]]}return a};DF.convertPixelToInt=function(b){b=b.replace("px","");return parseInt(b,10)};DF.mouseX=function(b){if(document.layers)return document.body.scrollLeft+b.pageX;else if(document.all)return window.event.clientX+document.documentElement.scrollLeft;else if(document.getElementById)return document.body.scrollLeft+b.pageX};
DF.mouseY=function(b){if(document.layers)return document.body.scrollTop+b.pageY;else if(document.all)return window.event.clientY+document.documentElement.scrollTop;else if(document.getElementById)return document.body.scrollTop+b.pageY};DF.mouseYRelative=function(b){if(document.layers)return b.layerY;else if(document.all)return window.event.offsetY;else if(document.getElementById)return b.layerY};
DF.mouseXRelative=function(b){if(document.layers)return b.layerX;else if(document.all)return window.event.offsetX;else if(document.getElementById)return b.layerX};DF.parseDate24=function(b){var a=new Date;b=b.split(" ");var d=b[0].split("/"),f=b[1].split(":");b=parseInt(d[0],10)-1;var e=parseInt(d[1],10);d=parseInt(d[2],10);var c=parseInt(f[0],10);f=parseInt(f[1],10);a.setFullYear(d,b,e);a.setHours(c,f,0,0);return a};
DF.parseDate=function(b){var a=new Date,d=b.split(" "),f=d[0].split("/"),e=d[1].split(":");d=parseInt(f[0],10)-1;var c=parseInt(f[1],10);f=parseInt(f[2],10);var h=parseInt(e[0],10);h=h===12?h-12:h;e=parseInt(e[1],10);if(b.indexOf("PM")>-1)h=h<12?(h+=12):12;a.setFullYear(f,d,c);a.setHours(h,e,0,0);return a};DF.getYYYYMMDD=function(b,a){var d=true;if(a===true)d=false;a=b.getFullYear();var f=b.getMonth()+1;b=b.getDate();var e=f<10?"0":"";e+=f;f=b<10?"0":"";f+=b;a=""+a+e+f;return d?parseInt(a,10):a};
DF.parseISODate=function(b){b+="";if(typeof b!=="string"||b.length===0)return null;b=b.match(/(\d{4,})(?:-(\d{1,2})(?:-(\d{1,2})(?:[T ](\d{1,2}):(\d{1,2})(?::(\d{1,2})(?:\.(\d+))?)?(?:(Z)|([+\-])(\d{1,2})(?::(\d{1,2}))?)?)?)?)?/);if(typeof b==="undefined"||b===null)return null;var a,d,f,e,c,h,k;a=parseInt(b[1],10);if(typeof b[2]==="undefined"||b[2]==="")return new Date(a);d=parseInt(b[2],10)-1;f=parseInt(b[3],10);if(typeof b[4]==="undefined"||b[4]==="")return new Date(a,d,f);e=parseInt(b[4],10);c=
parseInt(b[5],10);h=typeof b[6]!=="undefined"&&b[6]!==""?parseInt(b[6],10):0;k=typeof b[7]!=="undefined"&&b[7]!==""?Math.round(1E3*parseFloat("0."+b[7])):0;if((typeof b[8]==="undefined"||b[8]==="")&&(typeof b[9]==="undefined"||b[9]===""))return new Date(a,d,f,e,c,h,k);var g;if(typeof b[9]!=="undefined"&&b[9]!==""){g=parseInt(b[10],10)*36E5;if(typeof b[11]!=="undefined"&&b[11]!=="")g+=parseInt(b[11],10)*6E4;if(b[9]==="-")g=-g}else g=0;return new Date(Date.UTC(a,d,f,e,c,h,k)-g)};
DF.$=function(b){if(b)return typeof b==="string"?document.getElementById(b):b;return null};DF.daysOfWeek=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];DF.monthAbrevLiterals=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];DF.monthLiterals=["January","February","March","April","May","June","July","August","September","October","November","December"];DF.evalJson=function(b){return eval("("+b+")")};
DF.makeXmlDoc=function(b){var a;try{a=new ActiveXObject("Microsoft.XMLDOM");a.async="false";a.loadXML(b)}catch(d){try{a=(new DOMParser).parseFromString(b,"text/xml")}catch(f){a=null}}return a};DF.convDateToDir=function(b){return b.getFullYear()+(b.getMonth()+1<10?"0":"")+(b.getMonth()+1)+(b.getDate()<10?"0":"")+b.getDate()};
DF.elementScreenPosition=function(b){var a=window.event?0:8,d=a;if(b.offsetParent){d+=b.offsetLeft;for(a+=b.offsetTop;b=b.offsetParent;){d+=b.offsetLeft;a+=b.offsetTop}}return{offsetX:d,offsetY:a}};DF.setOpacity=function(b,a){a=a<0?0:a;a=a>99?100:a;b.style.opacity=a/100;b.style.filter="alpha(opacity="+a+")"};DF.namespace("DF.pguide.styles");
DF.pguide.styles.styleController=function(){this.sSheet=null;this.styleRules=[];this.safariDeprecated=(this.safari=DF.browserInformation.getBrowser().id==="Safari")&&DF.browserInformation.getVersion()<1.3};
DF.pguide.styles.styleController.prototype={init:function(){this.getSheet();if(document.all)for(var b=0;b<this.sSheet.rules.length;b++){var a=this.sSheet.rules[b];if(a.selectorText!==null)this.styleRules[a.selectorText.toLowerCase()]=a}else for(b=0;b<this.sSheet.cssRules.length;b++){a=this.sSheet.cssRules[b];if(a.selectorText!==null)this.styleRules[a.selectorText.toLowerCase()]=a}},getSheet:function(){if(this.safari)this.sSheet=document.styleSheets[0];else{for(var b=0;b<document.styleSheets.length;b++){var a=
document.styleSheets[b];if(this.isController(a.ownerNode)){this.sSheet=a;break}else if(this.isController(a.owningElement)){this.sSheet=a;break}}if(!this.sSheet)this.sSheet=document.styleSheets[0]}},setStyle:function(b,a,d){if(!this.styleRules[b.toLowerCase()])if(!this.createRule(b,a,d))return;this.styleRules[b.toLowerCase()].style.cssText=a},createRule:function(b,a,d){if(document.all){d=d!==null&&d>=0?d:this.sSheet.rules.length-1;this.sSheet.addRule(b,"{"+a+"}",d);this.styleRules[b.toLowerCase()]=
this.sSheet.rules[d]}else{a=this.sSheet.insertRule(b+"{"+a+"}",d!==null&&d>=0?d:this.sSheet.cssRules.length);this.styleRules[b.toLowerCase()]=this.sSheet.cssRules[a]}return this.safari},flush:function(){this.sSheet=null;delete this.styleRules;this.styleRules=[]},isController:function(b){if(typeof b==="undefined"||b===null)return false;return b.getAttribute("name")==="DFStyleController"||b.id==="DFStyleController"}};DF.namespace("DF.styles");
DF.styles.findSheet=function(b){for(var a=function(e){if(typeof e==="undefined"||e===null)return false;return(e.getAttribute("href")+"").endsWith(b)},d=0;d<document.styleSheets.length;d++){var f=document.styleSheets[d];if(a(f.ownerNode))return f;else if(a(f.owningElement))return f}return null};DF.isIE6=function(){return window.navigator.appVersion.indexOf("MSIE 6")>-1};
DF.forceSSL=function(){if(window.location.protocol==="http:")window.location="https://"+window.location.hostname+window.location.pathname+window.location.search};DF.forceNoSSL=function(){if(window.location.protocol==="https:")window.location="http://"+window.location.hostname+window.location.pathname+window.location.search};DF.clearSSL=function(b){if(window.location.protocol==="https:")window.location="http://"+window.location.hostname+b};
DF.makeJavascriptLink=function(b,a){var d=[];d.push("javascript");d.push(":");if(b){d.push(b);d.push("(");a&&d.push(a.join(", "));d.push(")")}d.push(";");return d.join("")};
(function(){function b(a,d,f){for(;a.indexOf(d)!==-1;)a=a.replace(d,f);return a}DF.namespace("DF.Window");DF.Window.openNewWindow=function(a,d,f,e){d=d.replace(/[^a-zA-Z0-9]/g,"");window.open(a,d,"toolbar=no, location=no, status=no, menubar=no, resizable=yes, width="+f+", height="+e+", scrollbars=yes, top=30, left=30").focus()};DF.Window.openNewWindowWithData=function(a,d,f,e,c){d=d.replace(/[^a-zA-Z0-9]/g,"");d=window.open(a,d,"toolbar=no, location=no, status=no, menubar=no, resizable=yes, width="+
f+", height="+e+", scrollbars=yes, top=30, left=30");DF.connection.asyncConnect("POST",a,null,true,c);d.focus()};DF.Window.openProgramGuide=function(a,d){d=b(d," ","");window.open(a,d,"toolbar=yes, location=yes, status=no, menubar=yes, resizable=yes, scrollbars=yes, width=1024, height=768, scrollbars=yes, top=30, left=30").focus()};DF.Window.openBusinessWindow=function(a,d,f,e){d=b(d," ","");window.open(a,d,"toolbar=yes, location=yes, status=yes, menubar=yes, resizable=yes, scrollbars=yes, width="+
f+", height="+e+" ").focus()}})();
(function(){var b=DF.namespace("Form");b.staticText_en={requiredField:" is a required field.\n",missingCheckbox:"Please choose at least one option from ",missingRadio:"Please choose an option from ",missingZIP:"Please enter a 5-digit ZIP Code.\n",invalidZIP:"Please enter a valid 5-digit ZIP Code.\n",invalidPhoneNumber:"Please enter Phone Number in the format: 555-555-1234\n",invalidEmail:"Invalid E-mail Address.\n"};b.staticText_es={requiredField:" es un campo requerido.\n",missingCheckbox:"Por favor selecciona una opci\u00f3n al menos de ",
missingRadio:"Por favor selecciona una opci\u00f3n de ",missingZIP:"Por favor ingresa un c\u00f3digo postal de 5 d\u00edgitos.\n",invalidZIP:"Por favor ingresa tu c\u00f3digo postal correctamente, son de 5 d\u00edgitos.\n",invalidPhoneNumber:"Por favor ingresa un N\u00famero de Tel\u00e9fono en el siguiente formato: 555-555-1234.\n",invalidEmail:"La direcci\u00f3n de email es inv\u00e1lida.\n"};b.formRequired=function(a){a=DF.$(a);var d;d=DF.PageInfo.language==="en-us"?b.staticText_en:b.staticText_es;
if(a.type==="checkbox"||a.type==="radio"){if(!a.checked)return a.name+d.requiredField}else if(a[0]&&(a[0].type==="checkbox"||a[0].type==="radio")){for(var f=false,e=a[0].name,c=0;c<a.length;c++)if(a[c].checked)f=true;if(!f)return(a[0].type==="checkbox"?d.missingCheckbox:d.missingRadio)+e+"\n"}else if(a.type==="select-one"||a.type==="select-multiple"){if(a.options[a.selectedIndex].value==="")return a.name+d.requiredField}else if(a.length===0||a.value==="")return a.name+d.requiredField;return""};b.autoformatPhone=
function(a){a=DF.$(a);var d=a.value;d=d.replace(new RegExp(/[^\d]/g),"");if(d.length!==10)return false;a.value=d.substr(0,3)+"-"+d.substr(3,3)+"-"+d.substr(6,4)};b.validatePhone=function(a,d){a=DF.$(a);b.autoformatPhone(a);if(d===false&&a.value==="")return"";if(!a.value.match(new RegExp(/^[1-9]\d{2}\-\d{3}\-\d{4}$/)))return DF.PageInfo.language==="en-us"?b.staticText_en.invalidPhoneNumber:b.staticText_es.invalidPhoneNumber;return""};b.validateEmail=function(a,d){a=DF.$(a);if(d===false&&a.value===
"")return"";d=a.value;d=d.replace(/</g,"");d=d.replace(/>/g,"");a.value=d;a=DF.PageInfo.language==="en-us"?b.staticText_en.invalidEmail:b.staticText_es.invalidEmail;var f=d.indexOf("@"),e=d.length,c=d.indexOf(".");if(f===-1||f===0||f===e)return a;if(c===-1||c===0||c===e)return a;if(d.indexOf("@",f+1)!==-1)return a;if(d.substring(f-1,f)==="."||d.substring(f+1,f+2)==="."||d.substring(e-1,e)==="."||d.substring(e-2,e-1)===".")return a;if(d.indexOf(".",f+2)===-1)return a;if(d.indexOf(" ")!==-1)return a;
return""};b.validateZIP=function(a,d){a=DF.$(a);var f;f=DF.PageInfo.language==="en-us"?b.staticText_en:b.staticText_es;if(d===false&&a.value==="")return"";a=a.value;if(a.length!==5)return f.missingZIP;if(a==="00000")return f.missingZIP;if(!a.match(/^\d{5}$/))return f.invalidZIP;return""}})();
(function(){Function.prototype.createCallback=function(){var b=arguments,a=this;return function(){return a.apply(window,b)}};Function.prototype.createDelegate=function(b,a){var d=this;return function(){return d.apply(b,a||arguments)}};Function.prototype.createChain=function(b,a){if(typeof b!=="function")return this;var d=this;return function(){var f=d.apply(this||window,arguments);b.apply(a||this||window,arguments);return f}};Function.prototype.defer=function(){var b=this.createDelegate(this,arguments);
return window.setTimeout(b,10)}})();DF.namespace("DF.evt");DF.evt.DomLoadEvents=[];DF.evt.AddDomLoadEvent=function(b){$(document).ready(b)};DF.evt.AddLoadEvent=function(b){$(document).ready(b)};DF.evt.AddUnloadEvent=function(b){var a=window.onunload;window.onunload=typeof window.onunload!=="function"?b:function(){a();b()}};
DF.evt.CancelEvent=function(b){if(typeof b.preventDefault==="function")b.preventDefault();else b.preventDefault=true;if(typeof b.cancelBubble==="function")b.cancelBubble();else b.cancelBubble=true;if(typeof b.cancelEvent==="function")b.cancelEvent();else b.cancelEvent=true;if(typeof b.stopPropagation==="function")b.stopPropagation();else b.stopPropagation=true;return b.returnValue=false};DF.evt.PreventDefault=function(b){if(b.preventDefault)b.preventDefault();else b.returnValue=false};
DF.evt.CustomEvent=function(b){this.type=b;this.scope=window;this.subscribers=[]};
DF.evt.CustomEvent.prototype={subscribe:function(b){this.subscribers.push(new DF.evt.Subscriber(b))},unsubscribe:function(b){for(var a=false,d=0,f=this.subscribers.length;d<f;++d){var e=this.subscribers[d];if(e&&e.contains(b)){this._delete(d);a=true}}return a},fire:function(){var b=this.subscribers.length;if(b){for(var a=[],d=0;d<arguments.length;++d)a.push(arguments[d]);for(d=0;d<b;++d){var f=this.subscribers[d];f&&f.fn.call(window,this.type,a)}}},unsubscribeAll:function(){for(var b=0,a=this.subscribers.length;b<
a;++b)this._delete(a-1-b)},_delete:function(b){var a=this.subscribers[b];a&&delete a.fn;this.subscribers.splice(b,1)}};DF.evt.Subscriber=function(b){this.fn=b;this.obj=null;this.override=false};DF.evt.Subscriber.prototype.contains=function(b){return this.fn===b};
if(!DF.evt.Event)DF.evt.Event=function(){var b=[];return{EL:0,TYPE:1,FN:2,addListener:function(a,d,f){if(DF.Detect.isArray(a))for(var e=0;e<a.length;e++)DF.evt.Event.addListener(a[e],d,f);else{if(!f||!f.call)return false;if(typeof a==="string")a=document.getElementById(a);if(!a)return false;b[b.length]=[a,d,f];if(a.addEventListener)a.addEventListener(d,f,false);else a.attachEvent&&a.attachEvent("on"+d,f);return true}},removeListener:function(a,d,f,e){if(!f||!f.call)return false;if(typeof a==="string")a=
document.getElementById(a);var c=null;if("undefined"===typeof e)e=this._getListenerIndex(a,d,f);if(e>=0)c=b[e];if(!a||!c)return false;if(a.removeEventListener)a.removeEventListener(d,c[this.FN],false);else a.detachEvent&&a.detachEvent("on"+d,c[this.FN]);delete b[e][this.FN];b.splice(e,1);return true},_getListenerIndex:function(a,d,f){for(var e=0,c=b.length;e<c;++e){var h=b[e];if(h&&h[this.FN]===f&&h[this.EL]===a&&h[this.TYPE]===d)return e}return-1},_unload:function(){if(b&&b.length>0)for(var a=b.length;a;){var d=
a-1,f=b[d];f&&this.removeListener(f[this.EL],f[this.TYPE],f[this.FN],d);a-=1}}}}();DF.namespace("DF.connection");
DF.connection={_xmlReqType:["MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],_connect:function(b,a,d,f,e,c){var h=null;try{h=new XMLHttpRequest}catch(k){for(var g=0;g<this._xmlReqType.length;g++)try{if(h=new ActiveXObject(this._xmlReqType[g]))break}catch(i){h=null}}if(h){if(f)a=a.indexOf("?")>-1?a+"&randDC="+Math.random():a+"?randDC="+Math.random();f=true;if(c)f=false;if(d)h.onreadystatechange=this.connectionUpdateHandler.createDelegate(this,[h,d]);h.open(b,a,f);if(e){h.setRequestHeader("Content-length",
e.length);h.setRequestHeader("Content-type","application/x-www-form-urlencoded");h.setRequestHeader("Connection","close")}h.send(e?e:null)}return h},connectionUpdateHandler:function(b,a){try{if(b.readyState===4){b.status!==200&&DF.Twc&&DF.Twc.OmnitureHelper&&DF.Twc.OmnitureHelper.setPropAndSubmit("prop10","twc.com > error > Ajax Error ("+b.status+")");var d;d=b.status===200?{status:b.status,ok:true,responseText:b.responseText,argument:a?a.argument:null,responseXML:b.responseXML}:{status:b.status,
ok:false,responseText:null,argument:a?a.argument:null,responseXML:null};a&&a.delegate&&a.delegate(d);return d}}catch(f){}},asyncConnect:function(b,a,d,f,e,c){return this._connect(b,a,d,f,e,c)},syncConnect:function(b,a,d,f){return this.connectionUpdateHandler(this._connect(b,a,null,d,f,true),null)},swapContentByName:function(b,a,d){DF.connection.asyncConnect(b,a,{delegate:function(f){if(f.ok)for(var e=document.getElementsByName(d),c=0;c<e.length;c++){DF.Dom.SetInnerHtml(e[c],f.responseText,true);for(var h=
e[c].getElementsByTagName("script"),k=0;k<h.length;k++){var g=document.createElement("script");g.text=h[k].text;e[c].appendChild(g);k++}}}})}};
(function(){DF.namespace("DF.Dom");DF.Dom=function(){var b=function(g,i){if(!g)return false;g=DF.$(g);if(g.className){g=g.className.split(" ");for(var j=0;j<g.length;j++)if(g[j]===i)return true}return false},a=function(g,i){if(g=DF.$(g)){DF.Detect.isArray(i)||(i=[i]);for(var j=[],t=0;t<i.length;t++)DF.Dom.hasClass(g,i[t])||j.push(i[t]);g.className=g.className+" "+j.join(" ")}},d=function(g,i){if(g=DF.$(g)){DF.Detect.isArray(i)||(i=[i]);if(g.className){for(var j=g.className.split(" "),t=[],l=0;l<j.length;l++)i.contains(j[l])||
t.push(j[l]);g.className=t.join(" ")}}},f=function(g,i,j){if(typeof j==="undefined"||j===null||j===window)j=document;var t=[];if(DF.Detect.isArray(g))for(var l=0;l<g.length;l++)t.pushNotEmpty(j.getElementsByTagName(g[l]));else t.pushNotEmpty(j.getElementsByTagName(g));g=[];for(j=0;j<t.length;j++)if(i===null||i(t[j]))g.push(t[j]);return g},e=function(g,i,j){if(document.getElementsByClassName){if(typeof j==="undefined"||j===null||j===window)j=document;return j.getElementsByClassName(i)}return f(g,function(t){return b(t,
i)},j)},c=function(g,i){g=document.getElementsByName(g);for(var j=0;j<g.length;j++)g[j].style.display=i},h=function(g){if(DF.Detect.isString(g))return g.split("&").join("&amp;").split("<").join("&lt;").split(">").join("&gt;")},k=function(g,i,j){if(g!==null){g=DF.$(g);g.innerHTML=j?i:h(i)}};return{hasClass:function(g,i){return b(g,i)},addClass:function(g,i){a(g,i)},removeClass:function(g,i){d(g,i)},findElements:function(g,i,j){return f(g,i,j)},findElementsWithClassName:function(g,i,j){return e(g,i,
j)},SetDisplayByName:function(g,i){c(g,i)},EscapeHtml:function(g){return h(g)},SetInnerHtml:function(g,i,j){k(g,i,j)}}}()})();
(function(){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};String.prototype.capitalizeFirst=function(){return this.length>1?this.substring(0,1).toUpperCase()+this.substring(1):this};String.prototype.regexEscape=function(){return this.replace(/([\[\\\^\$\.\|\?\*\+\(\)\{\}])/g,"\\$1")};String.prototype.startsWith=function(b){return this.indexOf(b)===0};String.prototype.endsWith=function(b){return this.lastIndexOf(b)+b.length===this.length};String.prototype.isNumeric=function(){return this.search(/^\d+$/)===
0};String.prototype.isFloat=function(){return this.search(/^\d*\.\d+$/)===0};String.prototype.padLeft=function(b,a){if(a<=this.length)return this;else{for(var d="",f=0;f<a-this.length;f++)d+=b;return d+this}};String.prototype.padRight=function(b,a){if(a<=this.length)return this;else{for(var d="",f=0;f<a-this.length;f++)d+=b;return this+d}};String.format=function(b,a){b=(" "+b).replace(/%7E/gi,"~").split("~");for(var d=0;d<b.length;d++)if(d%2){var f=b[d]===""?"~":a[b[d]];if(f===undefined)f="~"+b[d]+
"~";b[d]=f}return b.join("").substr(1)};String.prototype.format=function(b){return String.format(this,b)}})();DF.namespace("Level");DF.Level=function(b,a,d,f){this.Number=b;this.Id=a;this.Name=d;this.ShortName=f};
DF.Level.prototype={string:function(){return this.Number+"|"+this.Id},fileSafeString:function(){return this.Number+"_"+this.Id},sameAs:function(b){if(DF.Detect.isUndefined(b.Number)||DF.Detect.isUndefined(b.Id))return false;return this.Number===b.Number&&this.Id===b.Id},isCorporate:function(){return this.Number===1&&this.Id===1},ID:function(){return this.Id},Number:function(){return this.Number}};
(function(){Array.prototype.size=function(){var b=0;for(var a in this)typeof this[a]!=="undefined"&&b++;return b};Array.prototype.contains=function(b){for(var a in this)if(this[a]===b)return true;return false};Array.prototype.binarySearchContains=function(b,a,d){a=a>-1?a:0;d=d>-2?d:this.length;d=d<a?a:d;var f=Math.floor((d-a)/2+a);return this[f]===b?true:a===d?false:this[f]<b?this.binarySearchContains(b,f+1,d):this.binarySearchContains(b,a,f-1)};Array.prototype.pushNotEmpty=function(b){if(!b)return this.length;
if(b.length===0)return this.length;if(typeof b.length==="number"&&typeof b[0]!=="undefined"){for(var a=0;a<b.length;a++)this.push(b[a]);return this.length}return this.push(b)}})();DF.namespace("Cookies");
DF.Cookies=function(){var b=function(c){if(DF.Detect.isString(c)){if(c.isNumeric())return parseInt(c,10);if(c.isFloat())return parseFloat(c)}return c},a=function(c){if(c.indexOf("=")===-1)return b(c);c=c.split("&");for(var h={},k=0;k<c.length;k++){var g=c[k].split("=");h[g[0]]=g.length===2?b(g[1]):true}return h},d=function(){for(var c={},h=document.cookie.split(";"),k=0;k<h.length;k++){var g=h[k].trim()+"",i=g.indexOf("=");if(i>0){var j=a(g.substr(i+1));c[g.substr(0,i)]=j}}return c},f=function(c){if(DF.Detect.isString(c))return c;
if(DF.Detect.isNumber(c))return c+"";var h=[];for(var k in c)c.hasOwnProperty(k)&&h.push(k+"="+c[k]);return h.join("&")},e=function(c,h,k,g,i){var j="";if(k){j=new Date;j.setTime(j.getTime()+k*24*60*60*1E3);j="; expires="+j.toGMTString()}g||(g="/");h=f(h);document.cookie=c+"="+h+j+"; path="+g+(i?"; domain="+i:"")};return{Get:function(c){var h=d();return DF.Detect.isUndefined(h[c])?null:h[c]},Set:function(c,h,k,g,i){e(c,h,k,g,i)},Remove:function(c){e(c,"",-1)}}}();
(function(){DF.namespace("DF.browserInformation");(DF.browserInformation=function(){var b,a,d,f=[{string:navigator.vendor,searchStr:"Apple",id:"Safari",versionStr:"Version",versMin:1.3},{string:navigator.userAgent,searchStr:"Firefox",id:"Firefox",versMin:1.1},{string:navigator.userAgent,searchStr:"MSIE",id:"Explorer",versionStr:"MSIE",versMin:6},{string:navigator.userAgent,searchStr:"Chrome",id:"Chrome",versMin:9},{string:navigator.userAgent,searchStr:"Opera",id:"Opera",versMin:99}],e=function(){for(var i=
0;i<f.length;i++){var j=f[i].string;if(j)if(j.indexOf(f[i].searchStr)!==-1)return f[i]}},c=function(){if(!b||b.os&&b.os!==$.os.name)return-1;a=navigator.userAgent;var i=a.indexOf(b.versionStr||b.id),j=null;if(i!==-1)if(j=parseFloat(a.substring(i+(b.versionStr||b.id).length+1)))return j;a=navigator.appVersion;i=a.indexOf(b.versionStr||b.id);if(i!==-1)if(j=parseFloat(a.substring(i+(b.versionStr||b.id).length+1)))return j;return-1},h=function(){return a},k=function(){return b},g=function(){return d};
return{init:function(){b=e();a=c(b);d=b&&a?b.versMin<=a:false},getBrowser:function(){return k()},getVersion:function(){return h()},isSupported:function(){return g()},isIE:function(){return b.id==="Explorer"},isiPad:function(){return navigator.userAgent.match(/iPad/i)}}}()).init()})();DF.namespace("DF.Util");
DF.Util.getQueryParam=function(b,a){var d=document.location.search.replace("?","");d=d.split("&");for(var f=0;f<d.length;f++)if(d[f].toLowerCase().split("=")[0]===b.toLowerCase())return a?d[f].split("=")[1]:d[f].toLowerCase().split("=")[1];return""};DF.Util.Textbox=function(b){this.el=DF.$(b);this.init()};
DF.Util.Textbox.prototype={init:function(){if(this.el){this.defaultText=unescape(this.el.className.match(/DefaultText_([^\s]*)/i)[1]);if(this.el.value==="")this.el.value=this.defaultText;DF.evt.Event.addListener(this.el,"focus",this.onfocusEventHandler.createDelegate(this));DF.evt.Event.addListener(this.el,"blur",this.onblurEventHandler.createDelegate(this))}},onfocusEventHandler:function(){if(this.el.value===this.defaultText)this.el.value=""},onblurEventHandler:function(){if(this.el.value==="")this.el.value=
this.defaultText}};DF.Util.Textbox.setTextBoxesWithDefaultTextEvents=function(){for(var b=DF.Dom.findElements("input",function(f){f=DF.$(f);f=f.className.split(" ");for(var e=0;e<f.length;e++)if(f[e].match(/DefaultText_([^\s]*)/i))return true;return false}),a=[],d=0;d<b.length;d++)a[d]=new DF.Util.Textbox(b[d])};DF.Util.ScrollElementIntoView=function(b){if(b){b=b.offset().top-50;b=b<0?0:b;$("html,body").scrollTop(b)}};DF.evt.AddDomLoadEvent(DF.Util.Textbox.setTextBoxesWithDefaultTextEvents);
DF.evt.AddDomLoadEvent(function(){setTimeout(function(){try{if(DF.isIE6()){var b=window;setTimeout(function(){try{!window.MARKUP_WINDOW&&window.parent&&window.parent.MARKUP_WINDOW&&b.parent.IE6Initialize(document.body.scrollWidth,document.body.scrollHeight)}catch(d){}},200)}}catch(a){}},0)});
DF.evt.AddLoadEvent(function(){setTimeout(function(){try{if(DF.isIE6()){var b=window;setTimeout(function(){try{!window.MARKUP_WINDOW&&window.parent&&window.parent.MARKUP_WINDOW&&b.parent.IE6Initialize(document.body.scrollWidth,document.body.scrollHeight)}catch(d){}},200)}}catch(a){}},0)});DF.namespace("Detect");DF.Detect.isBoolean=function(b){return typeof b==="boolean"};DF.Detect.isfunction=function(b){return typeof b==="function"};DF.Detect.isNull=function(b){return b===null};
DF.Detect.isNumber=function(b){return typeof b==="number"&&isFinite(b)};DF.Detect.isObject=function(b){return b&&typeof b==="object"||DF.Detect.isfunction(b)};DF.Detect.isArray=function(b){return DF.Detect.isObject(b)&&b.constructor===Array};DF.Detect.isString=function(b){return typeof b==="string"};DF.Detect.isUndefined=function(b){return typeof b==="undefined"};DF.Detect.isUndefinedOrNull=function(b){return DF.Detect.isUndefined(b)||DF.Detect.isNull(b)};
DF.Detect.isNullOrEmpty=function(b){return b===null||b===""};DF.namespace("DF.Sort");DF.Sort.integeter=function(b,a){return b-a};(function(){DF.Console=function(b){return DF.PageInfo&&DF.PageInfo.Debug&&console&&console[b]?console[b]:function(){}}})();var lns=DF.namespace("Twc.Localization");
lns.staticText={selectState:"Please select your state.",selectRegion:"Please select your region.",selectSubMarket:"Please select your area.",theZip:"Your ZIP ",coversLargeArea:" covers a large area. Please select an exact location from the pull-down menus.",simpleZipValidation:"Please enter a valid 5-digit ZIP Code."};
(function(){function b(p,v,A,D){var H=document.createElement("option"),I=v.attributes[1]?v.attributes[1].nodeValue:null,O=v.attributes[2]?v.attributes[2].nodeValue:null;$(p).removeAttr("disabled");H.value=v.attributes[0].nodeValue;H.value+=I!==null?"|"+I:"";H.value+=O!==null?"|"+O:"";H.innerText=v.childNodes[0].nodeValue;H.text=v.childNodes[0].nodeValue;H.defaultSelected=A;H.selected=A;if(D&&A)$(p).attr("disabled","true");else if(!D){v="";if(document.LocState){v=document.LocState.State.options;v=
v[v.selectedIndex].text}else if(document.State){v=document.State.State.options;v=v[v.selectedIndex].text}H.defaultselected=A||H.text===v;H.selected=A||H.text===v}p.appendChild(H)}function a(p,v,A){var D=document.createElement("option");D.value=v.attributes[0].nodeValue+"|"+v.attributes[2].nodeValue+"|"+v.attributes[4].nodeValue;D.innerText=v.attributes[1].nodeValue;D.text=v.attributes[1].nodeValue;D.defaultSelected=A;D.selected=A;p.appendChild(D)}function d(p,v){if($.browser.msie&&$.browser.versionNumber<=
v){p=$("#"+p);p.hide();p.show()}}function f(p){p=p.getElementsByTagName("Locale");if(p.length>0){q.style.display="none";for(var v=0;v<p.length;v++)a(q,p[v],p.length===1);q.style.display="inline";if(q.length>2){DF.Twc.LocalizationOverlay.splitZip();d("locSplitZip",8)}try{DF.Twc.Localization.selectMarketAndZip(document.SplitZip.Locale.value.split("|")[0],document.SplitZip.zipCode.value,document.SplitZip.Submarket)}catch(A){}}else{DF.Twc.LocalizationOverlay.noZipFound();w.unsubscribeAll()}}function e(p){p.getElementsByTagName("Locale");
p.getElementsByTagName("Submarket");p=p.getElementsByTagName("Zip");if(p.length>0){p=$(p[0]).text();DF.Twc.LocalizationOverlay.callZipOverlay(p)}}function c(p){var v=p.getElementsByTagName("Market");if(v.length>0){o.style.display="none";for(p=0;p<v.length;p++)b(o,v[p],v.length===1,true);o.style.display="inline";v=o.onchange;try{v()}catch(A){}}else{v=p.getElementsByTagName("Submarket");for(p=0;p<v.length;p++)b(n,v[p],v.length===1,false);DF.Dom.findElementsWithClassName("div","LocalizationOverlay_Input_Go_SelectLocation");
if(n.length>1){n.style.display="inline";if(n.parentNode.className==="selectorBox")n.parentNode.style.display="inline";m.css("bottom","-93px")}else{n.style.display="none";if(n.parentNode.className==="selectorBox")n.parentNode.style.display="none";m.css("bottom","-60px")}w.fire()}}function h(p){if(p.ok){c(p.responseXML);d("localizationOverlay_ZIP",7)}}function k(){w.unsubscribeAll();var p=$("#ZipLocalizationOverlayZip"),v=$("#localizationZipLookup").find("#localizationOverlay_ZIP")[0].value;if(!v)v=
p.find("#localizationOverlay_ZIP")[0].value;DF.$("localizationOverlay_ZIP");var A=DF.$("localizationOverlay_Submarket");if(q.length>2||q.length===2&&A.length>2)DF.Twc.LocalizationOverlay.splitZip();else if(q.length===2){if(A===null||A.length<4){p=q.value.split("|")[0];var D="/"+q.value.split("|")[1],H=q.value.split("|")[2]==="2"?"es-us":"en-us",I=DF.Twc.LocalizationOverlay.attemptedTarget,O=q.options[q.selectedIndex].text;DF.Twc.Cookie.SetZip(v);if(DF.PageInfo.language==="en-us"){DF.Twc.Cookie.Session.AddSessionCookie("EnglishZip",
v);DF.Twc.Cookie.Session.RemoveSessionCookie("SpanishZip")}else{DF.Twc.Cookie.Session.AddSessionCookie("SpanishZip",v);DF.Twc.Cookie.Session.RemoveSessionCookie("EnglishZip")}if(A&&A.selectedIndex>0){A=A.options[A.selectedIndex].value;var L=A.indexOf("|");v=A.substring(0,L);A=A.substring(L+1,A.length);DF.Twc.Cookie.SetLevel({Number:4,Id:p,SubMarketID:v,SubMarketName:A,MarketName:O})}else DF.Twc.Cookie.SetLevel({Number:4,Id:p,MarketName:O});DF.Twc.LocalizationOverlay.LocOverlay.hideOverlay();if(I&&
(I.toUpperCase().indexOf("PROGRAMYOURREMOTE")!==-1||I.toUpperCase().indexOf("MOVETRANSFER")!==-1)){I=I.replace(/^\/%5BMarketShortName%5D/,"/corporate");window.location=I}else if(DF.Twc.PressRelease&&DF.Twc.PressRelease.RefreshedItnLocalization&&I&&I.toUpperCase().indexOf("INTHENEWS")!==-1)if(H===DF.PageInfo.language)DF.Twc.PressRelease.LocalizeReleases();else{I=D+"/sobrenosotros/enlasnoticias.ashx";window.location=I}else if(I&&I.toUpperCase().indexOf("JAVASCRIPT")===-1){I=I.replace(/^\/%5BMarketShortName%5D/,
D);window.location=I}else window.location=D}}else DF.Twc.LocalizationOverlay.noZipFound()}function g(p){if(p.ok){p=p.responseXML;var v=$("#ZipLocalizationOverlayZip"),A=$("#localizationZipLookup").find("#localizationOverlay_ZIP")[0].value;if(!A)A=v.find("#localizationOverlay_ZIP")[0].value;v=DF.$("splitZipHeader");var D=DF.$("SplitZipZipCode");v.innerHTML=lns.staticText.theZip+A+lns.staticText.coversLargeArea;D.value=A;w.unsubscribeAll();w.subscribe(k);f(p)}}function i(p){p.ok&&e(p.responseXML)}function j(p){DF.connection.asyncConnect("GET",
p,{delegate:h})}function t(p){DF.connection.asyncConnect("GET",p,{delegate:g})}function l(p){DF.connection.asyncConnect("GET",p,{delegate:i})}var n,o,q,m=$("#popupContainer #loginBox #glow_mid #box #formContent #form .rightGoBtn");lns.languageToLocalizeTo="en-us";var w=new DF.evt.CustomEvent("load");lns.sendCableRequest=function(){var p="http://cablemover.com/find?address=&zip="+DF.$("localizationOverlay_ZIP").value+"&apt=&c=9093";window.location.href=p};lns.selectState=function(p,v){if(!(p<1)){p=
"/Localization/DivisionList.ashx?state="+p;v.length=1;o=v;j(p);$("#localizationOverlay_Region").focus()}};lns.selectMarket=function(p,v,A){v.length=1;n=v;lns.languageToLocalizeTo=A==="2"?"es-us":"en-us";if(p<1){n.style.display="none";m.css("bottom","-60px");d("localizationOverlay_ZIP",7)}else{j("/Localization/DivisionList.ashx?market="+p);$("#localizationOverlay_Area").focus()}};lns.selectMarketAndZip=function(p,v,A){A.length=1;n=A;if(p<1){n.style.display="none";m.css("bottom","-60px");p=DF.Dom.findElementsWithClassName("div",
"LocalizationOverlay_Input_Go_SelectLocation");if(p.length>0)p[0].style.marginLeft="127px"}else j("/Localization/DivisionList.ashx?market="+p+"&zip="+v)};lns.selectZip=function(p,v){v.length=1;q=v;p.length<5||t("/Localization/DivisionList.ashx?zip="+p)};lns.checkZip=function(p){p.length<5||l("/Localization/DivisionList.ashx?zip="+p)};lns.validateRegion=function(p,v,A){if(p.value==="-1"){alert(lns.staticText.selectState);p.focus();return false}if(v.value==="-1"){alert(lns.staticText.selectRegion);
v.focus();return false}else if(A.options.length>1&&A.value==="-1"){alert(lns.staticText.selectSubMarket);A.focus();return false}else $(v).removeAttr("disabled");return true};lns.validateZipRegion=function(p,v){if(p.value==="-1"){alert(lns.staticText.selectRegion);p.focus();return false}if(v.style.display.toLowerCase()!=="none"&&v.value==="-1"){alert(lns.staticText.selectSubMarket);v.focus();return false}return true};lns.RedirectToLink=function(p){window.location="/Localization/"+p.options[p.selectedIndex].value};
lns.RedirectToCreatedLink=function(p,v,A,D){p=p.options[p.selectedIndex].value.split("|")[0];v="Corporate.ashx?tid="+document.SplitZip.tid.value+"&Zip="+document.SplitZip.zipCode.value+"&Market="+p+"&Submarket="+v.options[v.selectedIndex].value;if(A)v+=A;if(D)v=v+"&PostUrlRefer="+D;window.location="/Localization/"+v};var x=function(){var p=$(".relocalizeSelector #localizationOverlay_Location");if(p)if((p=p[0])&&p.options.length===2){p.options.selectedIndex=1;p.onchange()}};$(document).ready(function(){$(".zipBox").hintInput();
x()})})();
(function(){DF.namespace("DF.Twc.Menus");var b,a,d=function(e,c){if(e.isHidden!==1)if(!(e.submarkets.length>0&&(!c||$.inArray(c,e.submarkets)<0))){var h=['<td><div class="MegaMenus_Category-wpr">'],k=false,g=0;h.push('<div class="MegaMenus_Category-hd">');if(e.icon||e.iconCSSClass){h.push('<div class="MegaMenus_CategoryImage-wpr">');if(e.iconCSSClass){e.headerUrl?h.push('<a href="'+e.headerUrl+'" title="'+e.header+'">'):h.push('<a title="'+e.header+'" title="'+e.header+'">');h.push('<div class="'+e.iconCSSClass+
'"></div>');h.push("</a>")}else{e.headerUrl&&h.push('<a href="'+e.headerUrl+'">');h.push('<img hspace="0" align="bottom" src="'+e.icon+'" alt="'+e.header+'" title="'+e.header+'"/>');e.headerUrl&&h.push("</a>")}h.push("</div>")}h.push("<h4>");if(e.headerUrl)h.push('<a href="'+e.headerUrl+'"'+(e.headerNewWindowEnabled===1?' target="_blank"':"")+">");h.push(e.header);e.headerUrl&&h.push("</a>");h.push("</h4>");h.push("</div><div>");if(e.text){h.push("<p>"+e.text+"</p>");k=true}else{h.push("<ul>");var i=
0;for(g=0;i<5&&g<e.links.length;g++)if(e.links[g].submarkets.length===0||c&&$.inArray(c,e.links[g].submarkets)>=0){h.push('<li><a href="'+e.links[g].url+'"'+(e.links[g].newWindowEnabled===1?' target="_blank"':"")+">"+e.links[g].name+"</a></li>");i++;k=true}h.push("</ul>")}if(e.footer){c=e.footerNewWindowEnabled===1?' target="_blank"':"";if(e.footerIconEnabled===1&&(e.footerImageIcon||e.footerImageCSSClass)){h.push('<div class="MegaMenus_Category-ft">');if(e.footerImageCSSClass){h.push('<a href="'+
e.footerUrl+'"'+c+' title="'+e.footer+'">');h.push('<div class="'+e.footerImageCSSClass+'"></div>')}else{h.push('<a href="'+e.footerUrl+'"'+c+">");h.push('<img hspace="0" align="bottom" src="'+e.footerImageIcon+'" alt="'+e.footer+'" title="'+e.footer+'"/>')}h.push("</a></div>")}else h.push('<a href="'+e.footerUrl+'"'+c+">"+e.footer+"</a>")}h.push("</div></div></td>");if(k===true)e.html=h.join("")}},f=function(e,c,h){if(!e&&!c&&!h)return"";var k=["<table><tr>"],g=0,i=DF.Cookies.Get("Level").SubMarketID,
j=[];for(g=0;j.length<6&&g<e.length;g++){d(e[g],i);e[g].html&&j.push(e[g].html)}e=[];for(g=0;e.length<2&&g<c.length;g++){d(c[g],i);c[g].html&&e.push(c[g].html)}g=0;c=j.length;var t=e.length;g=c+t===0?0:c===2&&t===0||c<2&&t<2?1:2;var l=0;switch(g){case 0:break;case 1:for(g=0;g<c;g++){k.push(j[g]);l++}for(g=0;g<t;g++){k.push(e[g]);l++}break;case 2:for(g=0;g<c;g+=2){k.push(j[g]);l++}for(g=0;g<t;g+=2){k.push(e[g]);l++}k.push("</tr><tr>");for(g=1;g<c;g+=2)k.push(j[g]);c%2===1&&k.push("<td/>");for(g=1;g<
t;g+=2)k.push(e[g]);t%2===1&&k.push("<td/>");break}k.push("</tr>");if(h&&(h.submarkets.length===0||i&&$.inArray(i,h.submarkets)>=0)){k.push('<tr><td colspan="'+l+'">');k.push('<div class="MegaMenu_Menu_Banner">');if(h.ImageURL||h.ImageCSSClass){k.push('<div class="MegaMenu_Menu_Banner-img">');if(h.ImageCSSClass){k.push('<a title="'+h.ImageLabel+'">');k.push('<div class="'+h.ImageCSSClass+'"></div>')}else k.push('<img src="'+h.ImageURL+'" alt="'+h.ImageLabel+'" title="'+h.ImageLabel+'" />');k.push("</a></div>")}k.push('<div class="MegaMenu_Menu_Banner-text">'+
h.Text+'</div><div class="MegaMenu_Menu_Banner-link"><a href="'+h.LinkURL+'">'+h.LinkLabel+"</a></div></div>");k.push("</td></tr>")}if(k.length!==2){k.push("</table>");return k.join("")}};DF.Twc.Menus.TopMenu=function(e,c){this.el=DF.$(e);this.menu=c.menu;this.menuId=c.menu.id;this.menuIndex=c.menuIndex;this.hasElement=!!this.el;this.text=c.menu.text;this.href=c.menu.dest;this.hasDrop=c.hasDrop;this.isMegaMenu=c.isMegaMenu;if(this.hasElement){if(c.isSelected){DF.Dom.addClass(this.el,"masthead_selected");
DF.Dom.addClass("masthead_box",this.el.id+"_selected")}if(c.isMegaMenu){DF.evt.Event.addListener(this.el,"click",this.nav.createDelegate(this));if((this.children=DF.$(e+"_drop"))&&!DF.Detect.isNull(this.menu.children)){if(e=f(this.menu.children.leftCategories,this.menu.children.rightCategories,this.menu.children.banner)){c=['<div class="Masthead_MegaMenu-arrow"></div>'];c.push('<div class="Masthead_MegaMenu-wpr" id="Masthead_Menu'+this.menuIndex+'Mega">');c.push('<div class="Masthead_MegaMenu-bd-wpr">');
c.push('<div class="Masthead_MegaMenu-left"></div>');c.push('<div class="Masthead_MegaMenu-right"></div>');c.push('<div class="Masthead_MegaMenu-bd">'+e+"</div>");c.push("</div>");c.push('<div class="Masthead_MegaMenu-bottom-wpr">');c.push('<div class="Masthead_MegaMenu-bottom-middle"></div>');c.push('<div class="Masthead_MegaMenu-bottom-left"></div>');c.push('<div class="Masthead_MegaMenu-bottom-right"></div>');c.push("</div>");c.push("</div>");c=c.join("").replace(/id="Menu_\d+"/gi,"");DF.Dom.SetInnerHtml(this.children,
c,true);if(navigator.appVersion.indexOf("MSIE 7.")!==-1){e=$("#Masthead_Menu"+this.menuIndex+"Mega");$("#Masthead_Menu"+this.menuIndex+"Mega .Masthead_MegaMenu-bottom-middle").width(e.width()-31)}this.iframe=DF.$(this.el.id+"_ifr");if(!DF.Detect.isNull(this.iframe)){this.iframe.style.width=this.children.offsetWidth;this.iframe.style.height=this.children.offsetHeight}}}else this.hasDrop=false}else if(c.hasDrop){DF.evt.Event.addListener(this.el,"click",this.nav.createDelegate(this));if((this.children=
DF.$(e+"_drop"))&&!DF.Detect.isNull(this.menu.children)){e='<div class="MenuItemWrap"><div class="MenuItem">'+this.menu.children.html+'</div></div><div class="Menu_DropDownLeftShadow"></div><div class="Menu_DropDownRightShadow"></div><div class="MenuBot MenuBotDropDn"><div class="Menu_DropDownBottomLeftShadow"></div><div class="Menu_DropDownBottomRightShadow"></div><div class="Menu_DropDownBottomHorizShadowWrap"><div class="Menu_DropDownBottomHorizShadow"></div></div></div>';e=e.replace(/id="Menu_\d+"/gi,
"");if(DF.browserInformation.isIE()&&0)e+='<iframe src="about:blank" id="'+this.el.id+'_ifr"></iframe>';DF.Dom.SetInnerHtml(this.children,e,true);$(this.children).find(".MenuNode:last-child").hover(function(){$(this).parent().parent().parent().addClass("Menu_LastItemHover")},function(){$(this).parent().parent().parent().removeClass("Menu_LastItemHover")});this.iframe=DF.$(this.el.id+"_ifr");if(!DF.Detect.isNull(this.iframe)){this.iframe.style.width=this.children.offsetWidth;this.iframe.style.height=
this.children.offsetHeight}}else this.hasDrop=false}e=DF.$(this.el.id+"Wrap");DF.evt.Event.addListener(e,"mouseover",this._onMouseOver.createDelegate(this));DF.evt.Event.addListener(e,"mouseout",this._onMouseOut.createDelegate(this))}};DF.Twc.Menus.TopMenu.prototype={nav:function(){if(this.href.startsWith("http")||this.href.startsWith("/"))location.href=this.href;else DF.evalJson(this.href)},_onMouseOver:function(){b&&b!==this&&b.hideChildren();if(this.hasDrop)if(this===b&&a){clearTimeout(a);a=null}else this.showChildren()},
_onMouseOut:function(){if(this.hasDrop)if($.browser.msie&&$.browser.versionNumber<8)this.hideChildren();else a=setTimeout(this.hideChildren.createDelegate(this),300)},showChildren:function(){b&&b!==this&&b.hideChildren();b=this;this.children.style.display="block";if(this.isMegaMenu){var e=$("#Masthead_Menu"+this.menuIndex+"Mega"),c=$("#Masthead_Menu"+this.menuIndex+"Wrap").position().left,h=parseInt(e.css("max-width"),10),k=$("#Masthead_MenuBar").width(),g=2+(k-h)/2,i=e.width();if(i===h)e.css("left",
g-c);else i+c>k&&e.css("left",k-(i+c))}else{if(document.all)this.children.style.width="500px";e=DF.Dom.findElementsWithClassName("span","MenuText",this.children);for(h=c=0;h<e.length;h++)c=Math.max(c,e[h].offsetWidth);e=Math.max(162,c+2);this.children.style.width=e+"px";DF.Dom.findElementsWithClassName("div","MenuBotDropDn",this.el.parentNode)[0].style.width=e+2+6+"px"}DF.Dom.addClass(this.children,"Menu_topDropdown-hover");this.children.style.visibility="visible"},hideChildren:function(){DF.Dom.removeClass(this.children,
"Menu_topDropdown-hover");this.children.style.visibility="hidden";if(b===this)b=null}};DF.Twc.Menus.MenuManager=function(){var e=function(){var k=$("#secondnav_display");if(k.length!==0){k.css("visibility","hidden");var g=k.width(),i=0;for($("#secondnav_ul li").each(function(){i+=$(this).width()});i>g&&$("#secondnav_ul li").size()>1;){i-=$("#secondnav_ul").children("li:last").width();$("#secondnav_ul").children("li:last").remove()}k.css("visibility","visible")}},c=function(k){var g=DF.$("thirdnav_box");
if(!(DF.Detect.isUndefinedOrNull(g)||DF.Detect.isNull(k.secondary)||DF.Detect.isNull(k.secondary.children))){DF.Dom.SetInnerHtml(g,'<span id="thirdnav_selected"></span>'+k.secondary.children.html,true);g=DF.$("thirdnav_selected");if(DF.Detect.isNull(k.tertiary))g.style.display="none";else{k=DF.$("Menu_"+k.tertiary.id);g.style.top=k.offsetTop-5+"px";DF.Dom.addClass(k,"MenuNode_selected")}}},h=function(k){for(var g={primary:null,secondary:null,tertiary:null},i=0;i<k.length;i++){if(k[i].id===DF.PageInfo.MenuId){g.primary=
k[i];break}if(!DF.Detect.isNull(k[i].children))for(var j=k[i].children.menus,t=0;t<j.length;t++){if(j[t].id===DF.PageInfo.MenuId){g.primary=k[i];g.secondary=j[t];break}if(!DF.Detect.isNull(j[t].children))for(var l=j[t].children.menus,n=0;n<l.length;n++)if(l[n].id===DF.PageInfo.MenuId){g.primary=k[i];g.secondary=j[t];g.tertiary=l[n];break}if(!DF.Detect.isNull(g.secondary))break}if(!DF.Detect.isNull(g.primary))break}return g};$(document).ready(function(){DF.Twc.Menus.CSSURL&&$("body").ready(function(){var l=
document.createElement("link");l.rel="stylesheet";l.type="text/css";l.href=DF.Twc.Menus.CSSURL;document.getElementsByTagName("head")[0].appendChild(l)});DF.PageInfo&&DF.PageInfo.isHomePage&&DF.Dom.addClass("masthead_box","Masthead_EndCap_selected");if(DF.Twc.Menus.MenuArray){var k=DF.Twc.Menus.MenuArray,g;if(DF.PageInfo.MenuId>-1){g=h(k);e(g);c(g)}for(var i=[],j=0;j<k.length;j++){var t={menu:k[j],menuIndex:j,hasDrop:!DF.PageInfo.disableDrop&&(j<=4||j===6||j===7),isImage:j<=5,isSelected:g&&g.primary&&
k[j].id===g.primary.id,isMegaMenu:j<=2&&DF.Twc.Menus.MegaMenuArray&&DF.Twc.Menus.MegaMenuArray[j]};if(t.isMegaMenu)t.menu.children=DF.Twc.Menus.MegaMenuArray[j].leftCategories.length>0||DF.Twc.Menus.MegaMenuArray[j].rightCategories.length>0?{menus:[],leftCategories:DF.Twc.Menus.MegaMenuArray[j].leftCategories,rightCategories:DF.Twc.Menus.MegaMenuArray[j].rightCategories,banner:DF.Twc.Menus.MegaMenuArray[j].banner}:null;i.push(new DF.Twc.Menus.TopMenu("Masthead_Menu"+j,t))}if(g=DF.$("Masthead_Go"))g.href=
k[5].dest}});return{}}()})();
(function(){var b=DF.namespace("DF.Twc.Cookie");DF.Twc.Cookie.getDomainName=function(){var a=document.domain.split(".");return a.length>2?a[a.length-2]+"."+a[a.length-1]:""};DF.Twc.Cookie.SetLevel=function(a){DF.Cookies.Set("Level",a,365,"/",b.getDomainName())};DF.Twc.Cookie.SetZip=function(a){DF.Cookies.Set("Zip",a,365,"/",b.getDomainName())};DF.Twc.Cookie.GetZip=function(){var a=DF.Cookies.Get("Zip");if(a)for(a=DF.Cookies.Get("Zip")+"";a.length<5;)a="0"+a;return a};DF.Twc.Cookie.RemoveZip=function(){DF.Cookies.Set("Zip",
"",-10,"/",b.getDomainName())};DF.Twc.Cookie.ResetZip=function(){var a,d;DF.Twc.Cookie.Session.AddSessionCookie("ZipReset","true");if(DF.PageInfo&&DF.PageInfo.Level)d=DF.PageInfo.Level.Id;if(d){if(DF.PageInfo.language==="es-us"){a=DF.Twc.Cookie.Session.GetSessionCookie("EnglishZip")+"";if(a==="null")a=DF.Twc.Cookie.Session.GetSessionCookie("SpanishZip")+""}else{a=DF.Twc.Cookie.Session.GetSessionCookie("SpanishZip")+"";if(a==="null")a=DF.Twc.Cookie.Session.GetSessionCookie("EnglishZip")+""}if(a!==
"null"){for(;a.length<5;)a="0"+a;$.ajax({url:"/Localization/DivisionList.ashx?zip="+a+"&unfiltered=true",success:function(f){f=f.getElementsByTagName("Locale");for(var e=false,c=0;c<f.length;c++)if($(f[c]).attr("id")===d.toString())e=true;if(e){DF.Twc.Cookie.SetZip(a);new DF.Twc.Masthead.Localizer("Masthead_LocalizedState");DF.PageInfo.language==="es-us"?DF.Twc.Cookie.Session.AddSessionCookie("SpanishZip",a):DF.Twc.Cookie.Session.AddSessionCookie("EnglishZip",a)}DF.Twc.Cookie.Session.GetSessionCookie("ZipModuleCheck")?
DF.Twc.ZipOverlay.checkZipOpt():DF.Twc.Cookie.Session.RemoveSessionCookie("ZipReset")}})}else DF.Twc.Cookie.Session.RemoveSessionCookie("ZipModuleCheck")}else DF.Twc.Cookie.Session.RemoveSessionCookie("ZipModuleCheck")}})();
(function(){DF.namespace("DF.Twc.Cookie");var b=DF.Twc.Cookie.IdSession=function(){var a=function(c,h){c=DF.Cookies.Get(c+"Session");if(!c)return null;if(!DF.Detect.isObject(c))return null;return(h=c[h])||h===0?decodeURIComponent(h):null},d=function(c,h,k){c=c+"Session";var g=DF.Cookies.Get(c);if(!g||!DF.Detect.isObject(g))g={};g[h]=encodeURIComponent(k);DF.Cookies.Set(c,g)},f=function(c,h){c=c+"Session";var k=DF.Cookies.Get(c);if(k&&DF.Detect.isObject(k))if(k[h]){var g={};for(var i in k)if(k.hasOwnProperty(i))if(i!==
h)g[i]=k[i];DF.Cookies.Set(c,g)}},e=function(c,h){c=DF.Cookies.Get(c+"Session");if(!c||!DF.Detect.isObject(c))return false;return c[h]?true:false};return{AddSessionCookie:function(c,h,k){d(c,h,k)},GetSessionCookie:function(c,h){return a(c,h)},RemoveSessionCookie:function(c,h){f(c,h)},IsCookieSet:function(c,h){return e(c,h)}}}();DF.namespace("DF.Twc.Cookie");DF.Twc.Cookie.Session=function(){return{AddSessionCookie:function(a,d){b.AddSessionCookie("",a,d)},GetSessionCookie:function(a){return b.GetSessionCookie("",
a)},RemoveSessionCookie:function(a){b.RemoveSessionCookie("",a)},IsCookieSet:function(a){return b.IsCookieSet("",a)}}}()})();
(function(){DF.namespace("DF.Twc");DF.Twc.EnglishContentOverlay=function(){var b=function(){history.back(-1);DF.Twc.OverlayController.hideOverlay()},a=function(d){if(DF.PageInfo.language!=="en-us"){var f=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/englishcontentlink.ashx",{standardLayout:true,dynamic:true});DF.Twc.OverlayController.showOverlay(f);$("#EnglishContentOverlayContent").html(d);$(".EnglishContentLinkOverlayGo").click(function(){DF.Twc.OverlayController.hideOverlay()});
$(".EnglishContentCloseButton").click(b);window.scrollTo(0,0)}};return{show:function(d){a(d)}}}()})();
(function(){DF.namespace("DF.Twc");DF.Twc.OverlayController=function(){var b=false,a=[],d=function(g){if(g&&DF.$(g.elt())){DF.Dom.addClass(g.elt(),"gbl_hidden");g.origParent()&&DF.$(g.origParent()).appendChild(DF.$(g.elt()))}$("#OverlayShadowMask").removeClass("Overlay_Shadow-Mask-Transparent");DF.$("OverlayContent").innerHTML=""},f=function(){for(var g=DF.Dom.findElements("select",null,DF.$("OverlayContent")),i=document.documentElement.getElementsByTagName("select"),j=0;j<i.length;j++){for(var t=
false,l=0;l<g.length;l++)if(i[j]===g[l]){t=true;break}t||DF.Dom.addClass(i[j],"Overlay_Hide-DropDown")}},e=function(){for(var g=document.documentElement.getElementsByTagName("select"),i=0;i<g.length;i++)DF.Dom.removeClass(g[i],"Overlay_Hide-DropDown")},c=function(g){var i=$("#OverlayContent"),j=$(window),t=$(document),l=j.width(),n=j.height(),o=i.innerWidth(),q=i.innerHeight();if(o<=0&&q<=0){q=i.find(".Overlay_Background_Logo");o=q.width();q=q.height()}t.width();t.height();var m=o>l,w=q>n;t=m||w;
var x=i.css("position");t?i.css("position","absolute"):i.css("position","fixed");g=g||i.css("position")!==x;if(m)g&&i.css("left",j.scrollLeft());else{l=(l-o)/2;if(t)l+=j.scrollLeft();i.css("left",l)}if(w)g&&i.css("top",j.scrollTop());else{n=(n-q)/2;if(t)n+=j.scrollTop();i.css("top",n)}},h=function(){c(true)},k=function(){c(false)};$("body").bind("showOverlayEvent",function(g,i){if((g=i._config)&&g.additionalJs&&!i._scriptTag){var j=document.createElement("script");j.type="text/javascript";j.src=g.additionalJs;
i._scriptTag=j;$("body").append(j)}g&&g.overlayShowCb&&g.overlayShowCb.call()});$("body").bind("hideOverlayEvent",function(g,i){if(i._scriptTag)i._scriptTag=null});return{showOverlayEvent:new DF.evt.CustomEvent("showOverlay"),hideOverlayEvent:new DF.evt.CustomEvent("hideOverlay"),showOverlay:function(g){if(b===true){var i=a.pop();d(i);a.push(i);i&&$("body").trigger("hideOverlayEvent",i)}else{DF.$("OverlayShadowMask").style.display="block";$(window).resize(h).scroll(k)}g.config().transparentMask&&
$("#OverlayShadowMask").addClass("Overlay_Shadow-Mask-Transparent");a.push(g);if(g.elt()&&DF.$(g.elt())){DF.$("OverlayContent").appendChild(DF.$(g.elt()));DF.Dom.removeClass(g.elt(),"gbl_hidden")}else DF.Dom.SetInnerHtml("OverlayContent",g.innerHtml(),true);f();DF.Dom.removeClass(DF.$("OverlayContent"),"gbl_hidden");b=true;g&&$("body").trigger("showOverlayEvent",g);var j=1,t=function(){c();j<<=1;j<1023&&setTimeout(t,j)};t()},hideOverlay:function(){var g=a.pop();d(g);e();g&&$("body").trigger("hideOverlayEvent",
g);if(g=a.pop()){if(g.elt()&&DF.$(g.elt())){DF.$("OverlayContent").appendChild(DF.$(g.elt()));DF.Dom.removeClass(g.elt(),"gbl_hidden")}else DF.Dom.SetInnerHtml("OverlayContent",g.innerHtml(),true);a.push(g);g&&$("body").trigger("showOverlayEvent",g)}else{$("#OverlayShadowMask").removeClass("Overlay_Shadow-Mask-Transparent");DF.$("OverlayShadowMask").style.display="none";DF.Dom.addClass(DF.$("OverlayContent"),"gbl_hidden");b=false;$(window).unbind("resize",h).unbind("scroll",k)}},updateOverlayPosition:function(){c(true)},
editOverlayElement:function(g,i,j){if(g)if(g=document.getElementById(i))g.innerHTML=j}}}()})();DF.namespace("DF.Twc");
DF.Twc.Overlay2=function(b,a){this._innerHtml=this._elt=this._origParent=null;this._config=a;this._scriptTag=null;if(this._config.dynamic){a=null;a=this._config.postData?DF.connection.syncConnect("POST",b,false,this._config.postData):DF.connection.syncConnect("GET",b,false,null);if(a.ok)this._innerHtml=a.responseText}else if(DF.$(b)&&DF.$(b).nodeType&&DF.$(b).tagName){this._origParent=DF.$(b).parentNode;this._elt=b}else this._innerHtml=b};
DF.Twc.Overlay2.prototype={elt:function(){return this._elt},innerHtml:function(){return this._innerHtml},origParent:function(){return this._origParent},config:function(){return this._config}};
DF.Twc.Overlay=function(b){var a,d,f,e,c,h,k,g,i=720,j=600,t=function(l,n){l=(new RegExp("[\\?&]"+l+"=([^&#']*)")).exec(n);return l===null?"":l[1]};(function(l){l=/\?.+/i.exec(l.href);e=t("height",l);f=t("width",l);c=t("autoplay",l);h=t("loop",l);k=t("source",l);g=t("longDescrip",l);j=e;i=f})(b);(function(){var l=/\.(\w+)$/.exec(k.toLowerCase());if(l[1]==="wmv"){j=e*1+120;a='<OBJECT alt="'+g+'" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" id="MediaPlayer" standby="Loading Microsoft\ufffd Windows\ufffd Media Player components..." type="application/x-oleobject" width="'+
f+'" height="'+j+'"><PARAM NAME="FILENAME" VALUE="'+k+'"/><PARAM NAME="AUTOSTART" VALUE="'+c+'"/><PARAM NAME="SHOWCONTROLS" VALUE="true"/><PARAM NAME="SHOWSTATUSBAR" VALUE="false"/><PARAM NAME="AUTOREWIND" VALUE="true"/><PARAM NAME="ShowDisplay" VALUE="true"/><EMBED SRC="'+k+'" WIDTH="'+f+'" HEIGHT="'+e+'" TYPE="video/x-ms-wmv" NAME="wmplayer" AUTOSTART="'+c+'" SHOWCONTROLS="1" SHOWSTATUSBAR="1" AUTOREWIND="1" SHOWDISPLAY="0"/></OBJECT>'}else if(l[1]==="mov"){j=e*1+16;a='<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="'+
f+'" HEIGHT="'+j+'"><PARAM NAME="controller" VALUE="TRUE" /><PARAM NAME="type" VALUE="video/quicktime" /><PARAM NAME="autoplay" VALUE="'+c+'" /><PARAM NAME="loop" VALUE="'+h+'" /><PARAM NAME="target" VALUE="myself" /><PARAM NAME="src" VALUE="'+k+'" /><PARAM NAME="SCALE" VALUE="tofit" /><PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html" /><EMBED SRC="'+k+'" WIDTH="'+f+'" HEIGHT="'+e+'" SCALE="tofit" AUTOPLAY="'+c+'" LOOP="'+h+'" CONTROLLER="TRUE" TARGET="myself" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"/></OBJECT>'}else if(l[1]===
"rm")a='<OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH="'+f+'" HEIGHT="'+e+'"><PARAM NAME="SRC" VALUE="'+k+'"/><PARAM NAME="AUTOSTART" VALUE="'+c+'"/><PARAM NAME="LOOP" VALUE="'+h+'"/><PARAM NAME="CONTROLS" VALUE="ImageWindow"/><PARAM NAME="CONSOLE" VALUE="v1"/><EMBED SRC="'+k+'" WIDTH="'+f+'" HEIGHT="'+e+'" AUTOSTART="'+c+'" LOOP="'+h+'" CONSOLE="v1" CONTROLS="ImageWindow" NOJAVA="true"/></OBJECT><BR/><OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH="'+f+'" HEIGHT="36"><PARAM NAME="SRC" VALUE="'+
k+'"/><PARAM NAME="CONTROLS" VALUE="ControlPanel"/><PARAM NAME="CONSOLE" VALUE="v1"/><EMBED SRC="'+k+'" WIDTH="'+f+'" HEIGHT="36" CONSOLE="v1" CONTROLS="ControlPanel" NOJAVA="true"/></OBJECT>';d='<div style="overflowY:visible; zIndex:200; height='+e+";width="+f+';top=0px;left=0px;"><table style="position: relative; z-index: 201; table-layout: fixed;" cellpadding="0" cellspacing="0"><colgroup><col style="width: 2px;"><col style="width: 5px;"><col style="width: '+(i*1-22)+'px;"><col style="width: 5px;"><col style="width: 2px;"></colgroup><tbody><tr><td colspan=2><div id="Overlay_Media_CornerTL"/></td><td id="Overlay_Media_Top"><div class="Overlay_Media_CloseButton" id="OverlayCloseButton"/></td><td colspan=2><div id="Overlay_Media_CornerTR"/></td></tr><tr><td id="Overlay_Media_Side"></td><td colspan=3 bgcolor="#000000"><div style="background-color: rgb(0, 0, 0);" id="contentSection">'+
a+'</div></td><td id="Overlay_Media_Side"></td></tr><tr><td colspan=2><div id="Overlay_Media_CornerBL"/></td><td id="Overlay_Media_Bottom"/><td colspan=2><div id="Overlay_Media_CornerBR"/></td></tr></tbody></table></div>'})();return{showOverlay:function(){DF.Twc.OmnitureHelper.mediaOverlayPost(k);var l={};l.widthFn=this.getInterstitialWidth;l=new DF.Twc.Overlay2(d,l);DF.Twc.OverlayController.showOverlay(l);l=DF.$("OverlayCloseButton");l.onclick=null;l.onclick=this.hideOverlay.createDelegate(this)},
hideOverlay:function(){DF.$("OverlayCloseButton").onclick=null;DF.Twc.OverlayController.hideOverlay()},getInterstitialWidth:function(){var l=0,n=DF.$("OverlayContent").getElementsByTagName("colGroup")[0].getElementsByTagName("col"),o;for(o=0;o<n.length;o++)l+=parseInt(n[o].style.width.replace("px",""),10);return l}}};
DF.Twc.MediaOverlay=function(){var b,a,d=500,f=400;return{setContentWidth:function(e){d=e},setContentHeight:function(e){f=e},setContent:function(e){b=e},setContentBoxHeight:function(e){$("#Overlay_Media_Flash_Body").css("height",e+"px")},showOverlay:function(){a='<div style="overflowY:visible; top:0px; left: 0px;"><table style="position: relative; z-index: 201; table-layout: fixed;" cellpadding="0" cellspacing="0"><colgroup><col style="width: 11px;"><col style="width: 19px;"><col id="Overlay_Media_Width" style="width: '+
(d*1-38)+'px;"><col style="width: 19px;"><col style="width: 11px;"></colgroup><tbody><tr class="Overlay_Header_white"><td colspan=2 class="overlay_left"/></td><td class="overlay_center"><div class="Overlay_CloseButton-gray" id="OverlayCloseButton"/></td><td colspan=2 class="overlay_right"></td></tr><tr><td class="Overlay_Shadow_left"></td><td colspan=3 bgcolor="#000000"><div style="background-color: rgb(0, 0, 0);" id="contentSection">'+b+'</div></td><td class="Overlay_Shadow_right"></td></tr><tr class="Overlay_Bottom_white"><td colspan=2 class="overlay_left"></td><td class="overlay_center"/><td colspan=2 class="overlay_right"></td></tr></tbody></table></div>';
var e={};e.widthFn=this.getInterstitialWidth;e=new DF.Twc.Overlay2(a,e);DF.Twc.OverlayController.showOverlay(e);e=DF.$("OverlayCloseButton");e.onclick=null;e.onclick=this.hideOverlay.createDelegate(this)},hideOverlay:function(){DF.$("OverlayCloseButton").onclick=null;DF.Twc.OverlayController.hideOverlay()},getInterstitialWidth:function(){var e=0,c=DF.$("OverlayContent").getElementsByTagName("colGroup")[0].getElementsByTagName("col"),h;for(h=0;h<c.length;h++)e+=parseInt(c[h].style.width.replace("px",
""),10);return e}}};
DF.Twc.BlueWhiteOverlay=function(){var b,a,d=500,f=400;return{setContentWidth:function(e){d=e},setContentHeight:function(e){f=e},setContent:function(e){b=e},showOverlay:function(){a='<div style="overflowY:visible; top:0px; left: 0px;"><table style="position: relative; z-index: 201;" cellpadding="0" cellspacing="0"><colgroup><col style="width: 23px;"><col id="Overlay_Media_Width" style="width: '+(d*1-46)+'px;"><col style="width: 23px;"></colgroup><tbody><tr class="Overlay_Header_blue"><td><div class="overlay_left"/></td><td class="overlay_center"><div class="Overlay_CloseButton-white" style="cursor: pointer; position: absolute; right: 35px; top: 23px; _overflow: hidden;" id="OverlayCloseButton"/></td><td><div class="overlay_right"/></td></tr><tr class="Overlay_Middle"><td class="overlay_left"></td><td bgcolor="#ffffff" style="padding:20px; text-align:left;"><div>'+b+
'</div></td><td class="overlay_right"></td></tr><tr class="Overlay_Bottom_plain"><td><div class="overlay_left"/></td><td class="overlay_center"/><td><div class="overlay_right"/></td></tr></tbody></table></div>';var e={};e.widthFn=this.getInterstitialWidth;e=new DF.Twc.Overlay2(a,e);DF.Twc.OverlayController.showOverlay(e);e=DF.$("OverlayCloseButton");e.onclick=null;e.onclick=this.hideOverlay.createDelegate(this)},hideOverlay:function(){DF.$("OverlayCloseButton").onclick=null;DF.Twc.OverlayController.hideOverlay()},
getInterstitialWidth:function(){var e=0,c=DF.$("OverlayContent").getElementsByTagName("colGroup")[0].getElementsByTagName("col"),h;for(h=0;h<c.length;h++)e+=parseInt(c[h].style.width.replace("px",""),10);return e}}};
var SetupMediaOverlayHandler=function(){var b=function(a){var d=a=a?a:window.event?window.event:null;if(a.target)d=a.target;else if(a.srcElement)d=a.srcElement;(new DF.Twc.Overlay(d)).showOverlay();DF.evt.PreventDefault(a);return false};DF.evt.AddDomLoadEvent(function(){document.getElementsByTagName("a");$("a.dfMovie").live("click",b)})}();
(function(){var b=DF.namespace("Twc.LocalizationOverlay");b.attemptedTarget=null;b.LocOverlay=function(){var a,d=function(){$("#locOverZipNotFound").hasClass("MoveTransfer")&&DF.Twc.OmnitureHelper.setPageNameAndSubmit("support > movetransfer > overview > overlay")};return{overlay:a,showOverlay:function(f,e){if(!a){var c="/"+DF.PageInfo.Level.ShortName+"/overlay/localization.ashx";if(e)c=c+"?"+e;a=new DF.Twc.Overlay2(c,{standardLayout:true,dynamic:true})}this.swapLocOverlayView(f);DF.Twc.OverlayController.showOverlay(a);
$("#localizationOverlay_ZIP").hintInput();$("#OverlayContent1 .Overlay_CloseButton").click(this.hideOverlay);$("#Overlay_CloseButton").click(this.hideOverlay)},showZipOverlay:function(f,e){if(!a){e||(e="");a=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/localization.ashx?zipOverlay=true"+e,{standardLayout:true,dynamic:true})}this.swapLocOverlayView("empty");DF.Twc.OverlayController.showOverlay(a);this.swapLocOverlayView("empty");$("#ZipLocalizationOverlayZip").find("#localizationOverlay_ZIP").hintInput();
$("#OverlayContent1").find(".Overlay_CloseButton").click(this.hideOverlay);$("#Overlay_CloseButton").click(this.hideOverlay);if(f){$("#ZipLocalizationOverlayZip").find("#localizationOverlay_ZIP").val(f);$("#ZipLocalizationOverlayZip").find("#GoButton1").click()}else this.swapLocOverlayView("zip")},showChatOverlay:function(){a||(a=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/localization.ashx?zipOverlay=chat",{standardLayout:true,dynamic:true}))},hideOverlay:function(){DF.evt.Event.removeListener("localizationOverlay_ZIP",
"focus",b.clearZipFieldHelper);DF.Twc.OverlayController.hideOverlay()},swapLocOverlayView:function(f){$("#OverlayContent").show();DF.Dom.addClass(DF.$("locOverSelectRegion"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverSplitZip"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverZipNotFound"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverEnterZip"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverEnterZipSelectRegionHeader"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverZip"),
"localizationContentHide");f=f?f.split(" "):[];for(var e=0;e<f.length;e++)switch(f[e]){case "selectRegion":DF.Dom.removeClass(DF.$("locOverSelectRegion"),"localizationContentHide");break;case "splitZip":DF.Dom.removeClass(DF.$("locOverSplitZip"),"localizationContentHide");break;case "noZipFound":d();DF.Dom.removeClass(DF.$("locOverZipNotFound"),"localizationContentHide");break;case "zipRegionHeader":DF.Dom.removeClass(DF.$("locOverEnterZipSelectRegionHeader"),"localizationContentHide");break;case "zip":DF.Dom.removeClass(DF.$("locOverZip"),
"localizationContentHide");break;case "empty":$("#OverlayContent").hide();break;default:DF.Dom.removeClass(DF.$("locOverEnterZip"),"localizationContentHide");$("#localizationOverlay_ZIP").focus();break}document.body.focus()},updateMaskPosition:function(){DF.Twc.OverlayController.updateOverlayPosition(469)},setZipField:function(f){DF.$("localizationOverlay_ZIP").value=f},overlayClosed:new DF.evt.CustomEvent("overlayClosed")}}();b.clearZipFieldHelper=function(){var a=DF.$("localizationOverlay_ZIP");
if(a)if(a.value==="Enter ZIP Code"){a.value="";a.maxLength=5}};b.callOverlay=function(a,d){b.LocOverlay.showOverlay(a,d)};b.callZipOverlay=function(a,d){b.LocOverlay.showZipOverlay(a,d)};b.overlayValidateZipOverlayZip=function(a){validateZIP(a)&&DF.Twc.Localization.selectZip(document.ZipLocalizationOverlayZip.localizationOverlay_ZIP.value,document.SplitZip.Locale);return false};b.overlayValidateZIP=function(a){if(validateZIP(a)){DF.Twc.Localization.selectZip(document.localizationZipLookup.localizationOverlay_ZIP.value,
document.SplitZip.Locale);return false}return false};b.overlayValidateRegion=function(a,d,f){var e=DF.Twc.Localization.validateRegion(a,d,f);a=d.value.split("|")[0];var c="/"+d.value.split("|")[1];d=d.options[d.selectedIndex].text;if(e===false)return false;DF.Twc.Cookie.RemoveZip();DF.Twc.Cookie.Session.RemoveSessionCookie("EnglishZip");DF.Twc.Cookie.Session.RemoveSessionCookie("SpanishZip");if(f&&f.selectedIndex>0){e=f.options[f.selectedIndex].value;var h=e.indexOf("|");f=e.substring(0,h);e=e.substring(h+
1,e.length);DF.Detect.isNullOrEmpty(f)||DF.Detect.isNullOrEmpty(e)?DF.Twc.Cookie.SetLevel({Number:4,Id:a,MarketName:d}):DF.Twc.Cookie.SetLevel({Number:4,Id:a,SubMarketID:f,SubMarketName:e,MarketName:d})}else DF.Twc.Cookie.SetLevel({Number:4,Id:a,MarketName:d});b.LocOverlay.hideOverlay();b.redirectFromOverlay(c);return false};b.redirectFromOverlay=function(a){if(b.attemptedTarget&&(b.attemptedTarget.toUpperCase().indexOf("PROGRAMYOURREMOTE")!==-1||b.attemptedTarget.toUpperCase().indexOf("MOVETRANSFER")!==
-1)){b.attemptedTarget=b.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,"/corporate");window.location=b.attemptedTarget}else if(DF.Twc.PressRelease&&DF.Twc.PressRelease.RefreshedItnLocalization&&b.attemptedTarget&&b.attemptedTarget.toUpperCase().indexOf("INTHENEWS")!==-1)if(DF.Twc.Localization.languageToLocalizeTo===DF.PageInfo.language){b.attemptedTarget=b.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,"/corporate");DF.Twc.PressRelease.LocalizeReleases()}else{b.attemptedTarget=a+"/sobrenosotros/enlasnoticias.ashx";
window.location=b.attemptedTarget}else if(b.attemptedTarget&&b.attemptedTarget.toUpperCase().indexOf("JAVASCRIPT")===-1){b.attemptedTarget=b.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,a);window.location=b.attemptedTarget}else window.location=a};b.overlayValidateZipRegion=function(a,d){var f=DF.Twc.Localization.validateZipRegion(a,d),e=a.value.split("|")[0],c="/"+a.value.split("|")[1],h=a.options[a.selectedIndex].text;a=a.value.split("|")[2];DF.Twc.Localization.languageToLocalizeTo=a==="2"?
"es-us":"en-us";if(f===false)return false;f=DF.$("SplitZipZipCode");DF.Twc.Cookie.SetZip(f.value);if(DF.PageInfo.language==="en-us"){DF.Twc.Cookie.Session.AddSessionCookie("EnglishZip",f.value);DF.Twc.Cookie.Session.RemoveSessionCookie("SpanishZip")}else{DF.Twc.Cookie.Session.AddSessionCookie("SpanishZip",f.value);DF.Twc.Cookie.Session.RemoveSessionCookie("EnglishZip")}if(d&&d.selectedIndex>0){f=d.options[d.selectedIndex].value;a=f.indexOf("|");f=f.substring(0,a);d=d.options[d.selectedIndex].text;
DF.Detect.isNullOrEmpty(f)||DF.Detect.isNullOrEmpty(d)?DF.Twc.Cookie.SetLevel({Number:4,Id:e,MarketName:h}):DF.Twc.Cookie.SetLevel({Number:4,Id:e,SubMarketID:f,SubMarketName:d,MarketName:h})}else DF.Twc.Cookie.SetLevel({Number:4,Id:e,MarketName:h});b.LocOverlay.hideOverlay();b.redirectFromOverlay(c);return false};b.doZipFormSubmit=function(a,d){a=DF.$(a).value;this.attemptedTarget=d;this.callOverlay();d=DF.$("localizationOverlay_ZIP");this.LocOverlay.setZipField(a);this.overlayValidateZIP(d)};b.callZipFormSubmit=
function(a,d){setTimeout(this.doZipFormSubmit.createDelegate(this,[a,d]),0)};b.localizeSplitZip=function(){var a=DF.$("localizationOverlay_Location"),d=a.options[a.selectedIndex].value.split("|")[0];a="/"+a.options[a.selectedIndex].value.split("|")[1];DF.Twc.Cookie.SetLevel({Number:4,Id:d});b.LocOverlay.hideOverlay();b.redirectFromOverlay(a);return false};b.stateChangeRequestTargets=function(a){var d=a.argument.href,f=document.location.href;a=a.responseText;var e=/^http[s]?:\/\/(.*?)\/(.*?\/)?(.*)[?]?/,
c=d.match(e);f=f.match(e);if(c&&c.length>1&&c[1]===f[1])c[2]!==undefined&&a.replace(/\{ShortName\}/g,c[2].substring(0,c[2].length-1));else a.replace(/\{ShortName\}/g,d.substring(1,d.indexOf("/",1)));b.attemptedTarget=d;window.location=d};b.determineLocalizedLinks=function(a){var d,f=false,e=document.location.href;if(!(e.toUpperCase().indexOf("/CORPORATE/")===-1&&e.toUpperCase().indexOf("/ESPANOL/")===-1)){if(a)d=a.target||a.srcElement;if(d)if(d.tagName==="A")f=true;else if(d.tagName==="IMG"&&d.parentNode&&
d.parentNode.tagName==="A"){f=true;d=d.parentNode}if(f)if(!d.href.toUpperCase().startsWith("JAVASCRIPT")){f=d.href;if(f.toUpperCase().indexOf("/LOCALIZATION/")!==-1){e=DF.Cookies.Get("Level");if(!e||e.Number===1&&e.Id===1||e.Number===4&&e.Id===146)if(!(d.id&&d.id==="Masthead_LocalizedState_Anchor")){b.attemptedTarget=f;b.callOverlay();DF.evt.PreventDefault(a);return false}}else{d={};d.argument={};d.argument.href=f;d.delegate=b.stateChangeRequestTargets;DF.connection.asyncConnect("GET","/Localization/RequestTargets.xml",
d,true,null);DF.evt.PreventDefault(a);return false}}}};b.searchByStateRegion=function(){b.LocOverlay.swapLocOverlayView("selectRegion");b.LocOverlay.updateMaskPosition()};b.searchByZipCode=function(){b.LocOverlay.swapLocOverlayView("enterZip");b.LocOverlay.updateMaskPosition()};b.searchByZipCodeAndStateRegion=function(){b.LocOverlay.swapLocOverlayView("zipRegionHeader enterZip selectRegion");b.LocOverlay.updateMaskPosition()};b.splitZip=function(){b.LocOverlay.swapLocOverlayView("splitZip");b.LocOverlay.updateMaskPosition()};
b.noZipFound=function(){b.LocOverlay.swapLocOverlayView("noZipFound");b.LocOverlay.updateMaskPosition()};b.Zip=function(){b.LocOverlay.swapLocOverlayView("zip");b.LocOverlay.updateMaskPosition()};DF.evt.Event.addListener(document.body,"click",DF.Twc.LocalizationOverlay.determineLocalizedLinks)})();(function(){DF.evt.AddLoadEvent(function(){var b=$(".copyHeavyTable p:first-child");b&&b.addClass("firstChild");(b=$(".copyHeavyTable p:last-child"))&&b.addClass("lastChild")}.createDelegate(this))})();
(function(){var b=DF.Detect.isNull;DF.namespace("Twc.Masthead");DF.Twc.Masthead=function(){var a=null,d=null,f=function(c){if(DF.browserInformation.isIE())return typeof c.pathname==="string"&&c.pathname==="";return c.pathname&&c.pathname==="/"},e=function(){var c=DF.Cookies.Get("Level")||{Number:1,Id:1},h=DF.PageInfo.Level;if(!h.sameAs(c)&&!h.sameAs({Number:1,Id:1})){c=DF.PageInfo.DisplayName;if(c==="")c=h.Name;DF.Twc.Cookie.RemoveZip();DF.Twc.Cookie.SetLevel({Number:h.Number,Id:h.Id,MarketName:c})}d=
new DF.Twc.Masthead.Localizer("Masthead_LocalizedState");if(!h.isCorporate()){c=DF.$("Masthead_Home");var k=DF.$("Masthead_LogoWrapper");k=DF.Dom.findElements("a",f,k);c!==null&&k.push(c);for(c=0;c<k.length;c++)k[c].href="/"+h.ShortName+"/"}DF.Twc.Cookie.ResetZip()};return{init:function(c){a=DF.$(c);e()},onLocalizationClick:function(c){c=c||window.event;DF.Twc.LocalizationOverlay.callOverlay();$("#localizationOverlay_ZIP").focus();return DF.evt.PreventDefault(c)},staticText:{cluUrl:"clu/clu.ashx",
localizedCorporateMessage:"See What's Available in Your Area",localizedDivisionMessage:"(Change)"}}}();DF.Twc.Masthead.Localizer=function(a){this.ele=DF.$(a);this.init()};DF.Twc.Masthead.Localizer.prototype={init:function(){this.convertOldCookies();var a=DF.Cookies.Get("Level")||{Number:1,Id:1},d=DF.PageInfo.Level,f=this.getpath();DF.Twc.LocalizationOverlay.attemptedTarget=f;if(a.Number===1&&a.Id===1)DF.Dom.SetInnerHtml(this.ele,'<a id="Masthead_LocalizedState_Anchor" href="/Localization/Corporate.ashx?returnURL='+
f+'">'+DF.Twc.Masthead.staticText.localizedCorporateMessage+"</a>",true);else{var e=DF.PageInfo.DisplayName;if(e==="")e=d.Name;if(a.MarketName)e=a.MarketName;if(a.SubMarketName)e=a.SubMarketName;a=DF.Cookies.Get("Zip");if(!b(a)){a=a.toString();a=a.length<5?a.padLeft("0",5):a;e+=", "+a}DF.Dom.SetInnerHtml(this.ele,e+' <a id="Masthead_LocalizedState_Anchor" href="/Localization/Corporate.ashx?returnURL='+f+'">'+DF.Twc.Masthead.staticText.localizedDivisionMessage+"</a>",true)}DF.evt.Event.addListener(DF.$("Masthead_LocalizedState_Anchor"),
"click",DF.Twc.Masthead.onLocalizationClick)},getpath:function(){var a=window.location.href.toLowerCase(),d=window.location.hostname.toLowerCase(),f=DF.PageInfo.Level.ShortName.toLowerCase(),e=a.match(/^http[s]?:\/\/.*?\/(.*?\/)?(.*)/);a=a.match("http:")?a.replace("http://",""):a.replace("https://","");a=a.replace(d,"");a=a.replace(f+"/","");a=a.replace("//","/");if(a.indexOf(DF.Twc.Masthead.staticText.cluUrl)>0&&a.indexOf("?")!==-1)a=a.substring(0,a.indexOf("?"));if(a.length<0)a="/";if(e[1]!==undefined)if(e[1].substring(0,
e[1].length-1).toLowerCase()===f.toLowerCase())a="/%5BMarketShortName%5D"+a;return a},convertOldCookies:function(){var a=DF.Cookies,d=a.Get("LevelNumber"),f=a.Get("LevelID"),e=a.Get("SubMarketID"),c=a.Get("SubMarketHeaderText");a.Remove("LevelNumber");a.Remove("LevelID");a.Remove("SubMarketID");a.Remove("SubMarketHeaderText");if(!(DF.Detect.isNull(d)||DF.Detect.isNull(f)||!DF.Detect.isNull(a.Get("Level")))){d={Number:d,Id:f};if(!b(e)&&!b(c)){d.SubMarketID=e;d.SubMarketName=c}a.Set("Level",d)}}}})();
(function(){DF.namespace("DF.Twc.Menu.SearchBar");DF.Twc.Menu.SearchBar=function(){var b=[],a=function(d,f){this.el=DF.$(d);this.inputEl=DF.$(f.inputEl);DF.evt.Event.addListener(this.el,"click",this._onRadioBtnClick.createDelegate(this));f.isChecked&&this.check()};a.prototype={_onRadioBtnClick:function(){this.check()},check:function(){this.inputEl&&this.inputEl.click()}};DF.evt.AddDomLoadEvent(function(){b.push(new a("Masthead_SearchSiteRadioBtn",{inputEl:"Masthead_SearchSiteInput",isChecked:true}));
b.push(new a("Masthead_SearchWebRadioBtn",{inputEl:"Masthead_SearchWebInput"}));$("#Masthead_SearchBox_googleLogo").hide();$("#Masthead_SearchSiteRadio").click(function(){$("#Masthead_SearchBox_googleLogo").hide();$(".autocomplete_masthead").show()});$("#Masthead_SearchWebRadio").click(function(){$("#Masthead_SearchBox_googleLogo").show();$(".autocomplete_masthead").hide()})}.createDelegate())}()})();
(function(){DF.namespace("DF.Twc.Search");var b=DF.Twc.Search=function(){var a=function(h){$("#Masthead").hasClass("Masthead_SiteSearch_Select")&&$(h.target).parents("#Masthead_SearchBox").length===0&&$("#Masthead").removeClass("Masthead_SiteSearch_Select")},d=function(){var h=$("#SearchInput")[0];if(h.value===h.title||h.value===""){alert(b.errorMessages.searchInput);h.focus();return false}if($("#Masthead").hasClass("Masthead_SiteSearch_WebSrch")){DF.Twc.OmnitureHelper.trackLink(this,"e","google search");
window.open("http://search.rr.com/search?qs="+h.value+"&clientId=aol-twc","RoadRunnerSearchWindow");return false}},f=function(){$("#Masthead_searchSubmit").addClass("Masthead_searchSubmit_hover")},e=function(){$("#Masthead_searchSubmit").removeClass("Masthead_searchSubmit_hover")},c=function(){$("#Masthead_searchSubmit").hover(f,e);$("#SearchInput").focus(function(){$("#Masthead").addClass("Masthead_SiteSearch_Select")});$("#Masthead_SearchSiteRadio").click(function(){$("#Masthead").removeClass("Masthead_SiteSearch_WebSrch")});
$("#Masthead_SearchWebRadio").click(function(){$("#Masthead").addClass("Masthead_SiteSearch_WebSrch")});$("body").click(a);$("#SearchInput").hintInput();$("#Masthead_SiteSearch").submit(d);$("#Search_SiteRadio").click(function(){$(".autocomplete_searchPage").show()});$("#Search_GoogleRadio").click(function(){$(".autocomplete_searchPage").hide()})};return{errorMessages:{searchInput:"Please enter at least one word to search for."},init:function(){c()}}}();DF.evt.AddDomLoadEvent(b.init)})();
(function(){var b=DF.namespace("Twc.Modules"),a=DF.namespace("Twc.Modules.BuyNow"),d=function(i){i=DF.Dom.findElementsWithClassName("div","Modules_AccordionItem",i);this.items=[];this.openItem=null;for(var j=0;j<i.length;j++){var t=DF.Dom.findElementsWithClassName("div","Modules_AccordionQuestion",i[j])[0],l=DF.Dom.findElementsWithClassName("div","Modules_AccordionAnswer",i[j])[0];t={ele:i[j],question:t,answer:l};this.items.push(t);t.ele.style.height="44px";DF.evt.Event.addListener(t.ele,"click",
this.itemClick.createDelegate(this,[t]));DF.evt.Event.addListener(t.ele,"mouseover",this.itemHover.createDelegate(this,[t]));DF.evt.Event.addListener(t.ele,"mouseout",this.itemOut.createDelegate(this,[t]))}};d.prototype={itemClick:function(i){if(this.openItem===null){this.openItem=i;DF.Dom.addClass(i.question,"Modules_AccordionExpanded");i.ele.style.height="144px"}else if(this.openItem===i){DF.Dom.removeClass(i.question,"Modules_AccordionExpanded");i.ele.style.height="44px";this.openItem=null}else{DF.Dom.addClass(i.question,
"Modules_AccordionExpanded");DF.Dom.removeClass(this.openItem.question,"Modules_AccordionExpanded");i.ele.style.height="144px";this.openItem.ele.style.height="44px";this.openItem=i}},itemHover:function(i){DF.Dom.addClass(i.question,"Modules_AccordionHover")},itemOut:function(i){DF.Dom.removeClass(i.question,"Modules_AccordionHover")}};var f=function(i){this.images=DF.Dom.findElementsWithClassName("span","Modules_flipImage",i);this.selectedImage=0;this.imageHolder=DF.Dom.findElementsWithClassName("div",
"Modules_flipImageHolder",i)[0];var j=DF.Dom.findElementsWithClassName("a","Modules_flipPrevious",i)[0];i=DF.Dom.findElementsWithClassName("a","Modules_flipNext",i)[0];DF.evt.Event.addListener(j,"click",this.prevImage.createDelegate(this));DF.evt.Event.addListener(i,"click",this.nextImage.createDelegate(this));for(j=0;j<this.images.length;j++)DF.evt.Event.addListener(this.images[j],"click",this.gotoImage.createDelegate(this,[j]));this.gotoImage(0)};f.prototype={gotoImage:function(i){DF.Dom.removeClass(this.images[this.selectedImage],
"Modules_flipImageCurrent");var j=this.images[i];DF.Dom.addClass(j,"Modules_flipImageCurrent");DF.Dom.SetInnerHtml(this.imageHolder,j.innerHTML,true);this.selectedImage=i},nextImage:function(){var i=this.selectedImage+1;if(i>=this.images.length)i=0;this.gotoImage(i)},prevImage:function(){var i=this.selectedImage-1;if(i<0)i=this.images.length-1;this.gotoImage(i)}};var e=[{className:"Modules_AccordionWrapper",makeIt:d,holderDepth:1},{className:"Modules_flipHolder",makeIt:f,holderDepth:1}],c=function(i){for(var j=
0;j<e.length;j++)DF.Dom.findElementsWithClassName("div",e[j].className,i).length>0&&new e[j].makeIt(i)},h=function(){for(var i=0;i<e.length;i++)for(var j=DF.Dom.findElementsWithClassName("div",e[i].className),t=0;t<j.length;t++){for(var l=j[t],n=0;n<e[i].holderDepth;n++)l=l.parentNode;new e[i].makeIt(l)}},k=function(i,j){if(i.ok){j=document.getElementsByName(j);for(var t=0;t<j.length;t++){DF.Dom.SetInnerHtml(j[t],i.responseText,true);var l=j[t].getElementsByTagName("script");l=jQuery.extend({},l);
for(var n=0;n<l.length;n++){var o=document.createElement("script");o.text=l[n].text;j[t].appendChild(o)}c(j[t]);$(".dfmi.dfmod").each(function(){var q=$(this);$(document).ready(function(){q.find("'[onload]'").each(function(){var m=$(this)[0].onload.toString();eval(m)})})});$(document).load(function(){DF.FObject.LoadFlashObjects()})}}};b.SetUpModule=function(i,j,t){if(t){j+="&type="+t;if(t==="2")if(t=DF.Cookies.Get("Zip"))j+="&Zip="+t}if((t=DF.Cookies.Get("Level"))&&t.SubMarketID)j+="&rand="+t.SubMarketID;
DF.Dom.SetDisplayByName(i,"block");DF.connection.asyncConnect("GET",j,{delegate:function(l){k(l,i)}})};(function(){if(!(typeof DFModuleList==="undefined"||!DFModuleList))if(DFModuleList.length===0)h();else for(var i=0;i<DFModuleList.length;i++)b.SetUpModule(DFModuleList[i].htmlId,DFModuleList[i].url,DFModuleList[i].type)})();a.HandleQueryString=function(){var i=window.location.search.substring(1),j=DF.$("LinkButton1"),t=DF.$("LinkButton2");if(j)if(i)j.href=j.href+"?"+i;if(t)if(i)t.href=t.href+"?"+
i};var g=function(){a.HandleQueryString()};$(document).ready(function(){g()})})();
(function(){DF.namespace("DF.Twc");var b=DF.Twc.Banner=function(){var a=function(d,f){var e=DF.Twc.OmnitureHelper;e.getLinkTrackVars();d=d+"_"+f;e.setLinkTrackVars("pev2,prop42");e.setProp("prop42",d);e.trackLink(true,"o",d);e.setLinkTrackVars("None")};return{init:function(){if(DF.PageInfo.isHomePage){$("#ton_left_box").click(function(){a(1,$(this).find("a").attr("href"))});$("#ton_middle_box").click(function(){a(2,$(this).find("a").attr("href"))});$("#ton_right_box1").click(function(){a(3,$(this).find("a").attr("href"))});
$("#ton_right_box2").click(function(){a(4,$(this).find("a").attr("href"))})}}}}();$(document).ready(b.init)})();window.TWC=window.TWC||{};
(function(){TWC.ChatPop=function(){var b,a,d,f=function(){DF.Twc.OverlayController.hideOverlay(d)},e=function(){$("#ChatPromptOverlayContent .Overlay_CloseButton").click(f);$("#ChatPromptOverlayContent .Chat_CloseButton").click(f)},c=function(){var n=DF.Twc.Cookie.Session.GetSessionCookie("ShowChat");if(n===null||n===true)return true;return false},h=function(){DF.Twc.Cookie.Session.AddSessionCookie("ShowChat",false)},k=function(n){var o=DF.Twc.OmnitureHelper,q="Click to Chat Now";if(n)q=q+" Contact Us > "+
n;else q+="_Idle";n=DF.Twc.OmnitureHelper.getProp("pev1");var m=DF.Twc.OmnitureHelper.getProp("prop19");o.setProp("pev1",q);o.setProp("prop19",q);o.setLinkTrackVars("events,pev1,prop19");o.setLinkTrackEvents("event81");o.setEvent("event81");o.trackLink(true,"o",q);o.setLinkTrackVars("None");o.setLinkTrackEvents("None");o.setProp("pev1",n);o.setProp("prop19",m)},g=function(n,o){var q;if(o==="trigger")q="chatpop_abandon contact us "+n.substring(n.indexOf("contact us")+10+3);else if(o==="emailTrigger")q=
n.substring(n.indexOf("contact us")+10);k(q);DF.Twc.Cookie.Session.AddSessionCookie("chatTrigger",q)},i=function(n,o){var q=DF.Twc.OmnitureHelper;if($("#OverlayContent").hasClass("gbl_hidden")){if(!DF.Twc.ChatPop.suspendChat){var m="en-us";if(DF&&DF.PageInfo&&DF.PageInfo.language)m=DF.PageInfo.language;m="/"+DF.PageInfo.Level.ShortName+"/Content/ChatPop/OverlayContent.ashx?Language="+m;var w=q.getPageName();d=new DF.Twc.Overlay2(m,{standardLayout:true,dynamic:true});if(d._innerHtml!==""){DF.Twc.OverlayController.showOverlay(d);
if(o==="trigger"||o==="emailTrigger")$("#ChatPromptContent2").find("a").click(function(){g(n,o)});else{n="chatpop_idle";q.setProp("eVar50",n+" > "+w);$("#ChatPromptContent2").find("a").click(function(){k()})}q.setPageNameAndSubmit(n);e();h();$(document.activeElement).blur()}}}else b=$("#OverlayCloseButton").click(setTimeout(i.createDelegate(this),a.delay*6E4))},j=function(n){if(n.ok){a=DF.evalJson(n.responseText);if(a.showChat)b=setTimeout(i.createDelegate(this),a.delay*1E3)}},t=function(){if(DF.Twc.ChatPop&&
DF.Twc.ChatPop.enabled&&c()&&!DF.Twc.ChatPop.suspendChat){var n=window.location.pathname;if(DF.Twc.ChatPop.pagePath)n=DF.Twc.ChatPop.pagePath;DF.connection.asyncConnect("GET","/Content/ChatPop/ChatSettings.ashx?u="+n,{delegate:j.createDelegate(this)},true,null)}},l=function(){clearTimeout(b);t()};return{onLoad:function(){t()},reset:function(){l()},forcePop:function(n){if(c()){a={delay:n};setTimeout(i.createDelegate(this),n*1E3)}},pop:function(n,o){a={delay:0};i(n,o)}}}();DF.evt.AddLoadEvent(TWC.ChatPop.onLoad)})();
(function(){function b(){return self.innerHeight||document.documentElement.clientHeight||document.body.clientHeight}function a(o){return o.scrollHeight||o.clientHeight}function d(o){for(var q=0;o!==null&&o.tagName!=="BODY"&&o.tagName!=="HTML";){q+=o.offsetTop;o=o.offsetParent}return q}function f(){window.onkeypress=c;window.onmousescroll=c;window.onscroll=c;window.onresize=c;navigator.userAgent.indexOf("Netscape")>-1&&window.addEventListener("DOMMouseScroll",c,false)}function e(){var o=navigator.userAgent;
if(o.indexOf("Safari")!==-1&&parseFloat(o.substring(o.indexOf("Safari/")+7,o.length))<87)l=false;else if(!n){n=true;o=null;if(i!==null&&i!=="")if(o=document.getElementById(i)){f();o.style.position="relative";o.style.top="0px";k=d(o);if(h==="Safari")k+=document.body.offsetTop;if(j)t=d(document.getElementById(j));c()}}}function c(){n||e();if(j)t=d(document.getElementById(j));var o=document.getElementById(i),q=document.body,m=q.scrollTop;if(document.documentElement&&document.documentElement.scrollTop>
m)m=document.documentElement.scrollTop;var w=b(),x=a(o),p=0,v=0,A=false;if(w<x+2*g){if(m+w>k+x+g){p=w-x-g;v=m+p;A=true}}else if(m>k-g){p=g;v=m+g;A=true}if(t){m=t-g-x;if(v>m&&m>=0)p+=m-v}if(A)if(navigator.userAgent.toLowerCase().indexOf("msie 7")===-1&&h==="Msie"||h==="Msie55Up"){o.style.position="relative";o.style.top=q.scrollTop-k+p+"px"}else{o.style.position="fixed";o.style.top=p+"px"}else if(h==="Safari"){o.style.position="absolute";o.style.top=k+"px"}else{o.style.position="relative";o.style.top=
"0px"}}DF.namespace("DF.Twc.Float");var h=DF.browserInformation.getBrowser(),k,g,i,j,t,l=true,n=false;DF.Twc.Float.setFloatVars=function(o,q,m){i=o;j=q;g=m?m:20};DF.evt.AddLoadEvent(e)})();
(function(){DF.namespace("DF.Twc");var b=DF.Twc.Validation=function(){var a,d,f=function(l){if(a=l){d=$("#"+l);if(d.length===0){a="chatForm";d=$("#"+a)}if(d.length===0)d=a=undefined}else d=undefined},e=function(l){return d?d.find("#"+l)[0]:DF.$(l)},c=function(l){return d?d.find(l):$(l)},h=function(l){DF.Dom.addClass(e(l),"form_display_none")},k=function(l){DF.Dom.removeClass(e(l),"form_display_none")},g=function(l){h("item_error_"+l);e(l).style.backgroundColor=""},i=function(l,n,o){var q=e(l).className;
if(-1<q.indexOf("phone1-field")||-1<q.indexOf("phone2-field")||-1<q.indexOf("phone3-field")){q=l.substring(0,l.length-1)+"1";e(l).style.backgroundColor="#FAFE8D";if(n)n.errorStr=n.errorStr===""?q+"-"+o:n.errorStr+","+q+"-"+o;if(o)e("item_error_"+q+"_text").innerHTML=o;k("item_error_"+q)}else{e(l).style.backgroundColor="#FAFE8D";if(n)n.errorStr=n.errorStr===""?l+"-"+o:n.errorStr+","+l+"-"+o;if(o)e("item_error_"+l+"_text").innerHTML=o;k("item_error_"+l)}},j=function(l,n){var o=true,q=l.id,m=l.className,
w=-1<m.indexOf("required-field"),x=-1<m.indexOf("validate-if-set");if(!q)return true;g(q);if(l.offsetWidth<1)return true;if(w)if(""===l.value){if(-1<m.indexOf("email-statement-of-problem-field"))i(q,n,DF.Twc.Validation.errorMessages.pleaseEnterQuesCom);else if(-1<m.indexOf("phone1-field")||-1<m.indexOf("phone2-field")||-1<m.indexOf("phone3-field"))i(q,n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);else{i(q,n,DF.Twc.Validation.errorMessages.requiredField);q==="E-mailAddress"&&c("#item_error_E-mailAddress_text").removeClass("email_error_height").addClass("standard_error_height")}o=
false}else if(-1<m.indexOf("name-field")){if(/[0-9<>!\"$%\^&\*\(\)\'\"\/]/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.onlyLetters);o=false}}else if(-1<m.indexOf("email-field")){if(!/^(([^<>()\[\]\\.,;:\s@\"]+(\.[^<>()\[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.emailFormat);c("#item_error_E-mailAddress_text").removeClass("standard_error_height").addClass("email_error_height");
o=false}}else if(-1<m.indexOf("zip-code-field")){if(!DF.Twc.Validation.checkZipFive(l,w,"")){i(q,n,DF.Twc.Validation.errorMessages.invalidZip);o=false}}else if(-1<m.indexOf("phone-field")){if(!DF.Twc.Validation.localcheckPhone(l)){i(q,n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);o=false}}else if(-1<m.indexOf("phone1-field")||-1<m.indexOf("phone2-field")){if(!/\d{3}/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);o=false}}else{if(-1<m.indexOf("phone3-field"))if(!/^\d{4}/.test(l.value)){i(q,
n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);o=false}}else if(x&&""!==l.value)if(-1<m.indexOf("pin-field")){if(!/^[0-9]{4}$/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.fourDigitPin);o=false}}else if(-1<m.indexOf("secnum-field")){if(!/^[0-9]{4}$/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.fourDigitSecNum);o=false}}else if(-1<m.indexOf("phone1-field")||-1<m.indexOf("phone2-field")){if(!/^\d{3}$/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);o=
false}}else if(-1<m.indexOf("phone3-field"))if(!/^\d{4}$/.test(l.value)){i(q,n,DF.Twc.Validation.errorMessages.invalidPhoneNumber);o=false}if(-1<m.indexOf("drop-down-required"))if("-1"===l.value){i(q);o=false}return o},t=function(l){f(l);var n={};n.errorStr="";var o=true,q=document.forms[l];if(q)for(l=0;l<q.length;l++)o&=j(q[l],n);else o=j(e(l),n);n.isValid=o;return n};return{errorMessages:{requiredField:"Required Field",onlyLetters:"Please enter only letters",emailFormat:"Email address should be in the format of xxxxx@xxxxx.xxx",
invalidPhoneNumber:"Please enter a valid Phone Number",invalidTopic:"Please select a topic",invalidZip:"Invalid ZIP code",fourDigitPin:"PIN should be a 4-digit number",fourDigitSecNum:"Security number should be a 4-digit number",pleaseEnterQuesCom:"Please enter a question/comment",enterSamePassTwice:"- Please enter the same value in both password boxes\n",passMinChar1:"- Please edit your password so that it contains from ",passMinChar2:" to 12 characters\n",passMinNumbers1:"- Please edit your password so that it contains at least ",
passMinNumbers2:" number(s)\n",passMinLetters1:"- Please edit your password so that it contains at least ",passMinLetters2:" letter(s)\n",emailValidFormat:"- Please check your e-mail address for '@' and '.' characters\n",emailInvalidChars:"- Please check your e-mail address for invalid characters\n",emailCheckDomainChars:"- Please check the domain name of your e-mail address for invalid characters\n",emailCheckUser:"- Please check your e-mail user name\n",emailCheckIp:"- Please check your e-mail destination IP address\n",
emailCheckDomain:"- Please check your e-mail domain name\n",emailCheckTopDomain:"The e-mail address must end in a well-known domain or two letter country\n",emailCheckHostName:"- Please check your e-mail address for the host name\n",zipIsFiveDigits1:"- 5-digit ",zipIsFiveDigits2:" Code\n",phoneIsTenDigits:" (10-digits in any format)\n",phone555Error:": (555) 555-xxxx is not a valid phone number\n"},showFormEl:function(l){k(l)},hideFormEl:function(l){h(l)},clearError:function(l){g(l)},validateFields:function(l){return t(l)},
hasErrors:function(){return!this.bSetFocus},getErrorMessage:function(){return this.sErrorMessage},checkRequired:function(l,n){if(l.value===""){this.sErrorMessage+="- "+n+"\n";this.bSetFocus&&l.focus();return this.bSetFocus=false}return true},checkCheckbox:function(l,n){if(l.checked===false){this.sErrorMessage+="- "+n+"\n";this.bSetFocus&&l.focus();return this.bSetFocus=false}},stripChars:function(l){return l.replace(/\d/gi,"")},stripNumber:function(l){return l.replace(/\D/gi,"")},rightTrim:function(){return this.replace(/\s+$/gi,
"")},leftTrim:function(){return this.replace(/^\s*/gi,"")},trim:function(){return this.replace(/^\s+/,"").replace(/\s+$/,"")},checkPasswords:function(l,n,o,q,m){var w=b.stripNumber(l.value),x=b.stripChars(l.value);if(l.value!==n.value){this.sErrorMessage+=this.errorMessages.enterSamePassTwice;this.bSetFocus&&l.focus();return this.bSetFocus=false}else if(w.length>12||l.value.trim().length<m){this.sErrorMessage+=this.errorMessages.passMinChar1+m+this.errorMessages.passMinChar2;this.bSetFocus&&l.focus();
return this.bSetFocus=false}else if(o>0&&w<o){this.sErrorMessage+=this.errorMessages.passMinNumbers1+o+this.errorMessages.passMinNumbers2;this.bSetFocus&&l.focus();return this.bSetFocus=false}else if(q>0&&x<q){this.sErrorMessage+=this.errorMessages.passMinLetters1+q+this.errorMessages.passMinLetters2;this.bSetFocus&&l.focus();return this.bSetFocus=false}return true},checkEmailFormat:function(l,n){var o=l.value;if(o===""&&!n)return true;n=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;
var q=new RegExp('^(\\[^\\s\\(\\) `~!#$%^&\\*\\+=\\|\\/\\}\'\\? ><@,;:\\\\\\\\\\"\\\\.\\\\[\\\\]\\]+|("[^"]*"))(\\.(\\[^\\s\\(\\) `~!#$%^&\\*\\+=\\|\\/\\}\'\\? ><@,;:\\\\\\\\\\"\\\\.\\\\[\\\\]\\]+|("[^"]*")))*$');o=o.match(/^(.+)@(.+)$/);if(o===null){this.sErrorMessage+=this.errorMessages.emailValidFormat;this.bSetFocus&&l.focus();return this.bSetFocus=false}var m=o[1],w=o[2];for(o=0;o<m.length;o++)if(m.charCodeAt(o)>127){this.sErrorMessage+=this.errorMessages.emailInvalidChars;this.bSetFocus&&l.focus();
return this.bSetFocus=false}for(var x=0;x<w.length;x++)if(w.charCodeAt(x)>127){this.sErrorMessage+=this.errorMessages.emailCheckDomainChars;this.bSetFocus&&l.focus();return this.bSetFocus=false}if(m.match(q)===null){this.sErrorMessage+=this.errorMessages.emailCheckUser;this.bSetFocus&&l.focus();return this.bSetFocus=false}q=w.match(/^\[(\d{1, 3})\.(\d{1, 3})\.(\d{1, 3})\.(\d{1, 3})\]$/);if(q!==null){for(n=1;n<=4;n++)if(q[n]>255){this.sErrorMessage+=this.errorMessages.emailCheckIp;this.bSetFocus&&
l.focus();return this.bSetFocus=false}return true}q=/^\[^\s\(\) `~!#$%^&\*\+=\|\/\}'\? ><@,;:\\\\\"\\.\\[\\]\]+$/;w=w.split(".");m=w.length;for(x=0;o<m;x++)if(w[x].search(q)===-1){this.sErrorMessage+=this.errorMessages.emailCheckDomain;this.bSetFocus&&l.focus();return this.bSetFocus=false}if(w[w.length-1].length!==2&&w[w.length-1].search(n).ignoreCase===-1){this.sErrorMessage+=this.errorMessages.emailCheckTopDomain;this.bSetFocus&&l.focus();return this.bSetFocus=false}if(m<2){this.sErrorMessage+=
this.errorMessages.emailCheckHostName;this.bSetFocus&&l.focus();return this.bSetFocus=false}return true},checkZipFive:function(l,n,o){var q=l.value;if(q===""&&!n)return true;else if(q.match(/^[0-9]{5}$/)===null){this.sErrorMessage+=this.errorMessages.zipIsFiveDigits1+o+this.errorMessages.zipIsFiveDigits2;this.bSetFocus&&l.focus();return this.bSetFocus=false}else return true},checkPhoneDigits:function(l,n,o){n=b.stripNumber(l.value);if(n.length<10||n.length>10){this.sErrorMessage+="- "+o+this.errorMessages.phoneIsTenDigits;
this.bSetFocus&&l.focus();return this.bSetFocus=false}if(n.length===10){var q=n+"";o=q.substr(0,3);n=q.substr(3,3);q=q.substr(6,4);l.value=o+"-"+n+"-"+q;return true}},localcheckPhone:function(l){var n=/^\d{3}-\d{3}-\d{4}$/,o=/^\d{3}-\d{3}-\d{4}x\d+$/,q=/^\d{10}$/;if(l.value>""&&!(n.test(l.value)||o.test(l.value)||q.test(l.value)))return false;return true},checkLength:function(l,n,o){if(l.value.length<n){this.sErrorMessage+="- "+o+"\n";this.bSetFocus&&l.focus();return this.bSetFocus=false}return true},
checkPhoneEx:function(l,n,o,q,m,w){var x=l.value,p=n.value,v=o.value,A="";if(q)A=q.value;if(x===""&&p===""&&v===""&&A===""&&!m)return true;else{m=/^[0-9]{3}$/;var D=/^[0-9]{4}$/,H=/^[0-9]{0,10}$/;if(m.test(x)&&m.test(p)&&D.test(v)&&H.test(A)){o=/555/;if(o.test(x)||o.test(p)){this.sErrorMessage+="- "+w+this.errorMessages.phone555Error;if(this.bSetFocus&&o.test(x)){l.focus();this.bSetFocus=false}else if(this.bSetFocus&&o.test(p)){n.focus();this.bSetFocus=false}return false}return true}else{this.sErrorMessage+=
"- "+w+": (123) 123-1234\n";if(this.bSetFocus&&!m.test(x)){l.focus();this.bSetFocus=false}else if(this.bSetFocus&&!m.test(p)){n.focus();this.bSetFocus=false}else if(this.bSetFocus&&!D.test(v)){o.focus();this.bSetFocus=false}else if(this.bSetFocus&&!H.test(A)){q&&q.focus();this.bSetFocus=false}return false}}},validator:function(l){this.sErrorMessage=l;this.bSetFocus=true;this.hasErrors=b.hasErrors;this.getErrorMessage=b.getErrorMessage;this.checkZipFive=b.checkZipFive;this.checkRequired=b.checkRequired;
this.checkLength=b.checkLength;this.checkPhoneEx=b.checkPhoneEx;this.checkEmailFormat=b.checkEmailFormat;this.checkCheckbox=b.checkCheckbox;this.checkPasswords=b.checkPasswords;this.checkPhoneDigits=b.checkPhoneDigits}}}();String.prototype.rightTrim=b.rightTrim;String.prototype.leftTrim=b.leftTrim;String.prototype.trim=b.trim})();
function validateZIP(b){var a=b.value,d=0;if(a.length!==5){alert(DF.Twc.Localization.staticText.simpleZipValidation);b.focus();return false}for(var f,e=0;e<a.length;e++){f=""+a.substring(e,e+1);f==="0"&&d++;if(d===5){alert(DF.Twc.Localization.staticText.simpleZipValidation);b.select();return false}}d="yes";for(e=0;e<a.length;e++){f=""+a.substring(e,e+1);if("0123456789".indexOf(f)===-1)d="no"}if(d==="no"){alert(DF.Twc.Localization.staticText.simpleZipValidation);b.focus();return false}return true}
(function(){DF.namespace("DF.Twc");var b=DF.Twc.OffsiteLinkCapture=function(){var a=false,d,f,e,c=function(){if(DF&&DF.PageInfo&&DF.PageInfo.SiteSurveyUrl&&DF.PageInfo.SiteSurveyPct){var m=DF.PageInfo.SiteSurveyUrl,w=DF.PageInfo.SiteSurveyPct,x;if(w)x=w-1;if(!DF.Twc.Cookie.Session.IsCookieSet("SiteSurvey"))if(Math.floor(Math.random()*99)<=x){DF.Twc.Cookie.Session.AddSessionCookie("SiteSurvey","1");m=window.open(m,"TWCSiteSurvey","toolbar=no,location=no,status=no,menubar=no,resizable=no,width=450,height=300,scrollbars=no");
setTimeout(m.focus,10)}else DF.Twc.Cookie.Session.AddSessionCookie("SiteSurvey","0")}},h=function(){a=true;c();var m=DF.Twc.OmnitureHelper;m.setLinkTrackVars("prop43");m.setProp("prop43",m.getPageName());m.trackLink(true,"e",d);m.setLinkTrackVars("None");m.setProp("prop43","");if(f)window.open(d);else window.location=d;DF.Twc.OverlayController.hideOverlay()},k=function(){DF.Twc.OverlayController.hideOverlay()},g=function(m,w,x){var p=m.getAttribute("href"),v=false;if(p.toLowerCase().trim().indexOf("window.open")>=
0)v=true;if(p.indexOf("'")>=0)p=p.split("'")[1];m=m.getAttribute("target");if(m!==null)if(m.toUpperCase()==="_BLANK")v=true;d=p;f=v;({}).standardLayout=true;e||(e=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/offsitelink.ashx",{standardLayout:true,dynamic:true}));DF.Twc.OverlayController.showOverlay(e);$("#OffsiteLink .Overlay_CloseButton-white").click(function(){k()});p=[];if(w)p[0]=DF.PageInfo.language==="en-us"?safewarningMessageEnglish:safewarningMessageSpanish;if(x)p[p.length]=
DF.Twc.OffsiteEnglish.WarningMessage;DF.Twc.OverlayController.editOverlayElement(e,"tdwarningMessage",p.join("<br />"));window.scrollTo(0,0)},i=function(m){m=m.replace("\\","//");var w=m.indexOf("http://");if(w===0)m=m.substr(7);else{w=m.indexOf("https://");if(w===0)m=m.substr(8);else return""}w=m.split("/");if(w.length>1)m=w[0];w=m.split(".");if(w.length>1)m=w[w.length-2];return m},j=function(m,w){for(var x=0;x<w.length;x++)if(w[x].indexOf(m)>=0)return true;return false},t=function(m){m=m.trim();
var w=false;if(m.indexOf("promptConfirmBox")>=0)return w=true;m=i(m);return w=window.location.hostname.indexOf(m)>=0?true:j(m,SecuredLinks)},l=function(m){if(!DF.Twc||!DF.Twc.OffsiteEnglish)return false;return j(m,DF.Twc.OffsiteEnglish.Links)},n=function(){!a&&DF&&DF.PageInfo&&!DF.PageInfo.CMMode&&c()},o=function(m,w,x){DF.evt.Event.addListener(m,"click",function(p){DF.evt.CancelEvent(p);for(p=p.srcElement||p.target;p.tagName!=="A";)p=p.parentNode;g(p,w,x)})},q=function(){for(var m=document.getElementsByTagName("a"),
w=0;w<m.length;w++){var x=m[w].getAttribute("href");if(x!==null){if(x.length>1&&x.charAt(x.length-1)==="/")x=x.substring(0,x.length-1);x.toLowerCase().trim().indexOf("window.open");if(x.indexOf("'")>=0)x=x.split("'")[1];var p=m[w].getAttribute("target");p!==null&&p.toUpperCase();p=t(x);x=DF.PageInfo.language!=="en-us"&&l(x);if(p===false||x===true)o(m[w],!p,x)}}};return{onLoad:function(){q()},onUnload:function(){n()},closeConfirmBox:function(){k()},redirectToUrl:function(){h()},isSecureUrl:function(m){return t(m)}}}();
DF.evt.AddDomLoadEvent(b.onLoad);DF.evt.AddUnloadEvent(b.onUnload)})();
(function(){DF.namespace("DF.Twc");DF.Twc.OmnitureHelper=function(){var b=function(m){s.pageName=m},a=function(){return s.pageName},d=function(m){var w=s.pageName;b(m);s.tl();s.pageName=w},f=function(){return s.events},e=function(m){s.events=m},c=function(m){var w=s.pageName;b(s.pageName+m);s.tl();s.pageName=w},h=function(m){return s[m]},k=function(m,w){s[m]=w},g=function(){return s.linkTrackVars},i=function(m){s.linkTrackVars=m},j=function(m){s.linkTrackEvents=m},t=function(){return s.linkTrackEvents},
l=function(m){m=m.substring(m.lastIndexOf("/")+1);c(" - overlay_"+m)},n=function(m){return s_gi(m)},o=function(m,w,x){var p=s_gi(s_account),v=p.events;p.linkTrackVars="prop17,prop19,prop50,eVar4,events,prop29,eVar29,prop3,eVar6";if(x!==undefined)p.linkTrackEvents=p.events=x;p.prop17=window.location;p.prop19=p.eVar4=w;p.prop50=s_account;p.prop29=p.eVar29=s.prop29;p.prop3=p.eVar6=s.prop3;p.tl(m,"o",w);p.prop17=p.prop19=p.prop50=p.eVar4=p.prop29=p.eVar29=p.prop3=p.eVar6="";p.events=v},q=function(m,w,
x){if(s&&s.sendFormEvent)try{s.sendFormEvent(m,w,x)}catch(p){}};return{getAccounts:function(){return s_account},setPageName:function(m){b(m)},getPageName:function(){return a()},setPageNameAndSubmit:function(m){d(m)},mediaOverlayPost:function(m){l(m)},appendPageNameAndSubmit:function(m){c(m)},getEvent:function(){return f()},setEvent:function(m){e(m)},getProp:function(m){return h(m)},setProp:function(m,w){k(m,w)},getLinkTrackVars:function(){return g()},setLinkTrackVars:function(m){i(m)},getLinkTrackEvents:function(){return t},
setLinkTrackEvents:function(m){j(m)},getInstance:function(m){return n(m)},setPropAndSubmit:function(m,w){k(m,w);s.tl()},submit:function(){s.tl()},LinkNames:{BuyNow:"buy now",NewCustomer:"new customers buy now ( Bridge page)",ExistingCustomers:"existing customers buy now ( Bridge page)",Chat:"click-to-chat",ContactUs:"submit query"},Events:{BuyNow:"event48",Chat:"event52"},trackButton:function(m,w,x){o(m,w,x)},FormEventErrorTypes:{Success:"s",Error:"e"},sendFormEvent:function(m,w,x){q(m,w,x)},trackLink:function(m,
w,x){s.tl(m,w,x)}}}()})();(function(){DF.namespace("DF.Twc");var b=DF.Twc.CookieEnabledHelper=function(){var a=function(){var d="";d=document.location+"";if(!d.match(/^[\w\W]*(errorpages|ErrorPages)[\w\W]*$/)){DF.Twc.Cookie.Session.AddSessionCookie("CookiesEnabled","true");DF.Twc.Cookie.Session.GetSessionCookie("CookiesEnabled")===null&&DF.Twc.OmnitureHelper.setPropAndSubmit("prop10","twc.com > error > cookiesnotenabled")}};return{onLoadCookieCheck:function(){a()}}}();DF.evt.AddLoadEvent(b.onLoadCookieCheck)})();
(function(){DF.namespace("DF.Twc");DF.Twc.PageHeaderMsg=function(b,a){this._page_head_msg=DF.$("page_head_msg");this._page_head_msg_container=DF.$("page_head_msg_container");this._page_head_msg_content=DF.$("page_head_msg_content");this._content="";if(a&&a.Content)this._content=a.Content;else if(b)this._content=b.innerHTML};DF.Twc.PageHeaderMsg.prototype={show:function(){this._page_head_msg_content.innerHTML=this._content;DF.Dom.removeClass(this._page_head_msg,"gbl_hidden")},hide:function(){DF.Dom.addClass(this._page_head_msg,
"gbl_hidden")},setContent:function(b){if(b)this._page_head_msg_content.innerHTML=b},isShown:function(){return!DF.Dom.hasClass(this._page_head_msg,"gbl_hidden")}}})();
(function(){DF.namespace("DF.Twc");var b=DF.Twc.SupportedBrowserHelper=function(){var a=function(){if(!DF.Twc.Cookie.Session.GetSessionCookie("BrowserNotification")){var d=DF.browserInformation.getBrowser().id;if(DF&&DF.PageInfo&&DF.PageInfo.SupportedBrowsers&&DF.PageInfo.SupportedBrowsers[d])if(DF.PageInfo.SupportedBrowsers[d]<=DF.browserInformation.getVersion())return;if(!DF.browserInformation.isiPad())if(DF&&DF.PageInfo&&DF.PageInfo.SupportedBrowserContent){d=new DF.Twc.PageHeaderMsg(null,{Content:DF.PageInfo.SupportedBrowserContent});
if(!d.isShown()){d.show();setTimeout(DF.Twc.Cookie.Session.AddSessionCookie("BrowserNotification","1"),2E3)}}}};return{init:function(){a()}}}();DF.evt.AddDomLoadEvent(b.init)})();
(function(b){b.fn.hintInput=function(){return b(this).each(function(){var a=b(this),d=a.attr("maxLength");a.focus(function(){if(a.hasClass("hintInput")){a.val("");d&&d!==-1&&a.attr("maxLength",d);a.removeClass("hintInput")}});a.blur(function(){if(!a.val()){a.addClass("hintInput");d&&d!==-1&&a.attr("title")&&a.attr("maxLength",a.attr("title").length);a.val(a.attr("title"))}});a.trigger("blur")})}})(jQuery);
(function(){DF.namespace("DF.Twc");DF.Twc.ZipOverlay=function(){var b,a=function(){var c=$("#ZipModuleOverlayContent_zipInput")[0];c=DF.Twc.Validation.checkZipFive(c,true,"");$("#ZipModuleOverlayContent_form").toggleClass("ZipOverlayError",!c);return c},d=function(){var c=function(){DF.Twc.Cookie.Session.AddSessionCookie("ZipOptOut","1");DF.Twc.OverlayController.hideOverlay(b)};$("#ZipModuleOverlayContent_zipInput").hintInput();$("#ZipModuleOverlayContent #Overlay_CloseButton").click(c);$("#ZipModuleOverlayContent_noThanksLink").click(c);
$("#ZipModuleOverlayContent_form").submit(a)},f=function(){b=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/zipmodule.ashx",{standardLayout:true,generic:true,dynamic:true,overlayShowCb:d});DF.Twc.OverlayController.showOverlay(b)},e=function(){DF.Twc.Cookie.Session.RemoveSessionCookie("ZipModuleCheck");if(DF.Twc.Cookie.GetZip())DF.Twc.Cookie.Session.RemoveSessionCookie("ZipReset");else if(DF.Twc.Cookie.Session.GetSessionCookie("ZipOptOut"))DF.Twc.Cookie.Session.RemoveSessionCookie("ZipReset");
else{if(!DF.Twc.Cookie.Session.GetSessionCookie("ZipReset")){DF.Twc.Cookie.Session.AddSessionCookie("ZipModuleCheck","true");DF.Twc.Cookie.Session.RemoveSessionCookie("ZipReset");DF.Twc.Cookie.ResetZip()}if(typeof DFModuleList!=="undefined")for(var c=0;c<DFModuleList.length;c++)if(DFModuleList[c].type==="2"){f();return}}};$(document).ready(function(){e()});return{registerForm:function(){d()},checkZipOpt:function(){e()}}}()})();
(function(){DF.namespace("DF.Twc");var b=DF.Twc.LanguageTransitionController=function(){var a=0,d=function(){DF.Twc.OverlayController.hideOverlay()},f=function(j){var t=DF.PageInfo.DisplayName;if(t==="")t=DF.PageInfo.Level.Name;DF.Cookies.Remove("Zip");DF.Cookies.Remove("Level");if(j>1)t&&t!==""?DF.Twc.Cookie.SetLevel({Number:4,Id:j}):DF.Twc.Cookie.SetLevel({Number:4,Id:j,MarketName:t});else DF.Twc.Cookie.SetLevel({Number:1,Id:1})},e=function(j){j=j.target;j=j.id.substring(j.id.indexOf("_")+1);f(j)},
c=function(j){var t={};t.standardLayout=true;t=new DF.Twc.Overlay2("MultiLanguageTransitionOverlay",t);$("#MultiLanguageTransitionOverlayOptions").html(j);DF.Twc.OverlayController.showOverlay(t);$("#MultiLanguageTransitionCloseButton").click(d);window.scrollTo(0,0)},h=function(j){var t="<ul>";for(var l in DF.PageInfo.LanguageLinkedMarkets)if(DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(l))t+=j?'<li><a href="'+j+'" class="MultiLanguageTransitionLink" id="MultiLanguageTransitionLink_'+DF.PageInfo.LanguageLinkedMarkets[l][1]+
'">'+DF.PageInfo.LanguageLinkedMarkets[l][0]+"</a></li>":'<li><a href="/'+l+'/" class="MultiLanguageTransitionLink" id="MultiLanguageTransitionLink_'+DF.PageInfo.LanguageLinkedMarkets[l][1]+'">'+DF.PageInfo.LanguageLinkedMarkets[l][0]+"</a></li>";t+="</ul>";return t},k=function(j){j.preventDefault();c(h())},g=function(j){if(a===1){var t;for(t in DF.PageInfo.LanguageLinkedMarkets)if(DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(t))break;f(DF.PageInfo.LanguageLinkedMarkets[t][1])}else if(DF.Twc.Cookie.Session.IsCookieSet("EnglishMarket")&&
DF.PageInfo.language==="es-us"){j=DF.Twc.Cookie.Session.GetSessionCookie("EnglishMarket");f(j)}else{j.preventDefault();c(h(DF.PageInfo.LanguagePageLink));$("#MultiLanguageTransitionOverlay .MultiLanguageTransitionLink").click(e)}},i=function(){if(DF&&DF.PageInfo){var j=DF.Twc.Cookie.GetZip();if(DF.PageInfo.language==="en-us"){DF.Twc.Cookie.Session.AddSessionCookie("EnglishMarket",DF.PageInfo.Level.ID());j&&DF.Twc.Cookie.Session.AddSessionCookie("EnglishZip",j)}else{DF.Twc.Cookie.Session.AddSessionCookie("SpanishMarket",
DF.PageInfo.Level.ID());j&&DF.Twc.Cookie.Session.AddSessionCookie("SpanishZip",j)}for(var t in DF.PageInfo.LanguageLinkedMarkets)DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(t)&&a++;if($("#Masthead_LanguageFlip_Anchor").length>0)if(DF.PageInfo.LanguagePageLink){$("#Masthead_LanguageFlip_Anchor").attr("href",function(){return DF.PageInfo.LanguagePageLink});$("#Masthead_LanguageFlip_Anchor").click(g)}else if(a>1&&DF.PageInfo.language==="es-us"&&!DF.PageInfo.ignoreLanguageTransfer)DF.Twc.Cookie.Session.IsCookieSet("EnglishMarket")?
$("#Masthead_LanguageFlip_Anchor").attr("href",function(){return"/Localization/Corporate.ashx?market="+DF.Twc.Cookie.Session.GetSessionCookie("EnglishMarket")+"&divhome=1"}):$("#Masthead_LanguageFlip_Anchor").click(k)}};return{init:function(){i()}}}();$(document).ready(b.init)})();
(function(){DF.namespace("DF.Twc");DF.Twc.QuickLinks=function(){var b=function(a){var d=false;a=a.toLowerCase().trim();if(a.indexOf("window.open")>=0)d=true;if(a.indexOf("'")>=0)a=a.split("'")[1];if(DF.Twc.OffsiteLinkCapture.isSecureUrl(a)===false){var f=/'javascript:promptConfirmBox/;return f.toString().substring(2,f.toString().length-1)+"('"+a+"', "+d+");"}else return a};return{setPromptMessageURL:function(a){return b(a)}}}()})();
function setPromptMessageURL(b){return DF.Twc.QuickLinks.setPromptMessageURL(b)}
(function(){DF.namespace("DF.Twc");var b=DF.Twc.FatFooterController=function(){var a=function(e,c,h,k,g){g.after('<a class="FatFooterLink'+k+'" target="'+(h===1?"_self":"_Blank")+'" href="'+c+'">'+e+"</a>")},d=function(e){if(e.ok){e=DF.evalJson(e.responseText);for(var c=0;c<e.Sections.length;c++)if(e.Sections[c].Links.length)for(var h=".FatFooterSection"+e.Sections[c].SectionId,k=0;k<e.Sections[c].Links.length;k++)if(e.Sections[c].MaxLinks>$(h+" a").length){for(var g=e.Sections[c].Links[k],i=g.Order-
1,j=$(h+" .FatFooterLink"+i+":last");j.length===0&&i>0;){i--;j=$(h+" .FatFooterLink"+i+":last")}if(j.length===0)j=$(h+" a:last");a(g.name,g.Url,g.LinkTarget,g.Order,j);e.Sections[c].Type===3&&$("#fatfooter_box .FatFooterTablePSL a").length>12&&$("#fatfooter_box .FatFooterTablePS a:first").before($("#fatfooter_box .FatFooterTablePSL a:last").get(0))}}},f=function(){var e=DF.Cookies.Get("Level");e&&e.SubMarketID&&DF.connection.asyncConnect("GET","/services/FooterSubMarketLinkService.asmx/SubmarketFatFooter?levelNumber="+
e.Number+"&levelId="+e.Id+"&submarketId="+e.SubMarketID,{delegate:d},true,null)};return{init:function(){f()}}}();DF.evt.AddLoadEvent(b.init)})();
(function(){DF.namespace("DF.util.ReCaptcha");var b,a,d=false,f=function(h,k){if(h.ok){var g,i;if(DF.PageInfo&&DF.PageInfo.language==="es-us"){g="Ha ocurrido un error mientras verificamos tu respuesta. Por favor intenta de nuevo.";i="La respuesta que ingresaste no concuerda. Por favor intenta de nuevo."}else{g="An error occurred while verifying your response. Please try again.";i="The response that you entered did not match. Please try again."}h=DF.evalJson(h.responseText);if(h.IsValid==="True"){b.value=
h.Key;k()}else{a.innerHTML=h.IsInternalError==="True"?g:i;a.style.display="block";DF.Dom.addClass($("#recaptcha_response_field"),"invalidFormItem");Recaptcha.reload()}}};DF.util.ReCaptcha.isValidated=function(){return false};DF.util.ReCaptcha.beginValidation=function(h){var k;k=DF.PageInfo&&DF.PageInfo.language==="es-us"?"Aseg\u00farate de llenar todas las casillas indicadas.":"Please make sure all required fields are populated.";DF.Dom.removeClass($("#recaptcha_response_field"),"invalidFormItem");
var g=Recaptcha.get_challenge(),i=Recaptcha.get_response();if(i===""){a.style.display="block";a.innerHTML=k;DF.Dom.addClass("#recaptcha_response_field","invalidFormItem")}else{k="challenge="+escape(g)+"&response="+escape(i);DF.connection.asyncConnect("POST","/Forms/ValidateCaptcha.ashx",{delegate:function(j){f(j,h)}},true,k)}};var e=DF.util.ReCaptcha.create=function(h,k,g){var i;i=DF.PageInfo&&DF.PageInfo.language==="es-us"?"es":"en";if(!d){d=true;Recaptcha.create(DF.PageInfo.CaptchaPublicKey,h,{theme:"clean",
lang:i,callback:function(){if(k){b=k;a=g;$(b).closest("form")}}})}};DF.util.ReCaptcha.showCaptcha=function(h,k,g){if($("#"+h).length>0){k=$("#"+k)[0];g=$("#"+g)[0];e(h,k,g)}};var c=function(h){h.innerHTML="<h2>Loading reCAPTCHA...</h2>";var k=document.createElement("input");k.type="hidden";k.name="dfrecaptcha_nonce";h.parentNode.appendChild(k);var g=document.createElement("div");g.id="dfrecaptcha_error";g.style.display="none";h.parentNode.insertBefore(g,h);e(h,k,g)};DF.evt.AddLoadEvent(function(){var h=
DF.Dom.findElementsWithClassName("div","DFCMreCAPTCHA");if(h.length!==0)window.Recaptcha?c(h[0]):DF.util.loadScript(window.location.protocol==="https:"?"https://www.google.com/recaptcha/api/js/recaptcha_ajax.js":"http://www.google.com/recaptcha/api/js/recaptcha_ajax.js",function(){c(h[0])})})})();
(function(){DF.namespace("util");DF.util.loadScript=function(b,a){var d=document.createElement("script");d.type="text/javascript";if(d.readyState)d.onreadystatechange=function(){if(d.readyState==="loaded"||d.readyState==="complete"){d.onreadystatechange=null;a()}};else d.onload=a;d.src=b;document.body.appendChild(d)}})();
(function(){DF.namespace("DF.Twc");var b=(DF.Twc.SocialMedia=function(){var a=178,d=function(){var j=document.body.scrollTop;if(document.documentElement&&document.documentElement.scrollTop>j)j=document.documentElement.scrollTop;j<a?$("#SocialMediaContent").css("top",a-j+"px"):$("#SocialMediaContent").css("top","0px")},f=function(){var j=$(".main_content_anchor").offset();if(!j||j.top===0)j=$("#content_box").offset();var t=0;if(j)t=j.top+-8;if(t&&t>0)a=t;d();$(window).scroll(d)},e=function(){window.print()},
c=DF.Twc.OmnitureHelper,h=function(j){if(j==="Print"){j="PNT";$(".sc_sbs-showall").length>0&&DF.Twc.SC.SupportOmniture.sendPrintOmnitureLink("print","Print","event49")}else if(j==="Chat")j="CHT";else if(j==="Blog")j="BLG";else if(j==="Apps")j="APP";c.setLinkTrackVars("pev2,prop50,prop29,eVar29");c.setLinkTrackEvents("None");j="WID | "+j+" | "+c.getPageName();c.trackLink(true,"o",j);c.setLinkTrackVars("None")},k=function(){$(".sm_icon_wrapper>a").click(function(){var j=$.trim(this.title);h(j)});$(".sm_icon_wrapper>div").click(function(){var j=
$.trim(this.title);h(j)})},g=function(j){$(document.body).append('<div id="SocialMediaContent"></div>');$("#SocialMediaContent").html(j);f();k();$(".sm_icon_print").click(function(t){t.preventDefault();e()});j&&$(".sc_icon-print").add(".button_print").hide()},i=function(){if(!($(".error_wrapper_404").length>0||$(".error_wrapper_500").length>0)){var j=window.location.pathname;DF.PageInfo&&DF.PageInfo.Level&&$.ajax({url:"/"+DF.PageInfo.Level.ShortName+"/Content/SocialMedia/SocialMediaWidget.ashx?u="+
j,success:g})}};return{onLoad:function(){i()}}})();$(document).ready(b.onLoad)})();
(function(){DF.namespace("DF.Twc");var b=(DF.Twc.HelpfulLinks=function(){var a=DF.Twc.OmnitureHelper,d=function(g){a.setLinkTrackVars("pev2,prop50,prop29,eVar29");a.setLinkTrackEvents("None");a.trackLink(true,"o","SPT | "+g);a.setLinkTrackVars("None")},f=function(){$(".hl_index.hl_index_selected").toggleClass("hl_index_selected hl_index_not_selected");$(".hl_Link").addClass("gbl_hidden")},e=function(g){f();$(g).toggleClass("hl_index_selected hl_index_not_selected");$(".hl_Link.hl_one").toggleClass("gbl_hidden",
!$(g).hasClass("hl_one"));$(".hl_Link.hl_two").toggleClass("gbl_hidden",!$(g).hasClass("hl_two"));$(".hl_Link.hl_three").toggleClass("gbl_hidden",!$(g).hasClass("hl_three"));$(".hl_Link.hl_four").toggleClass("gbl_hidden",!$(g).hasClass("hl_four"))},c=function(){var g=$(".hl_index.hl_index_selected");g.hasClass("hl_one")?e($(".hl_index.hl_four")):e(g.prev());d("interaction")},h=function(){var g=$(".hl_index.hl_index_selected");g.hasClass("hl_four")?e($(".hl_index.hl_one")):e(g.next());d("interaction")},
k=function(){$(".hl_btn_right").removeClass("gbl_hidden");$(".hl_btn_left").removeClass("gbl_hidden");$(".hl_index").removeClass("gbl_hidden");$(".hl_index_wrapper").css("width","64px");var g=$(".hl_Link");$(g[0]).addClass("hl_one");$(g[1]).addClass("hl_two");$(g[2]).addClass("hl_three");$(g[3]).addClass("hl_four");g.click(function(){d($(this).text())});$(".hl_index").click(function(){d("interaction_circle");e($(this))});$(".hl_btn_right").click(h);$(".hl_btn_left").click(c)};return{onLoad:function(){$(".helpful_links_slider")&&
k()}}})();$(document).ready(b.onLoad)})();
(function(){DF.namespace("DF.Twc");var b=(DF.Twc.AutoSuggest=function(){var a=function(){if($("#queryBox").length>0){var f;f=DF.Cookies.Get("Level");var e={cssClass:"autocomplete_searchPage"};if(f)e={lvlNum:f.Number,lvlId:f.Id,mode:"query",cssClass:"autocomplete_searchPage"};f={serviceUrl:"/Services/SearchSuggestion.ashx",autoSubmit:true,params:e};$("#queryBox").autocomplete(f)}},d=function(){if($("#SearchInput").length>0){var f;f=DF.Cookies.Get("Level");var e={cssClass:"autocomplete_masthead"};if(f)e=
{lvlNum:f.Number,lvlId:f.Id,mode:"query",cssClass:"autocomplete_masthead"};f={serviceUrl:"/Services/SearchSuggestion.ashx",autoSubmit:true,params:e};$("#SearchInput").autocomplete(f)}};return{init:function(){a();d()}}})();$(document).ready(b.init)})();
(function(){function b(f,e,c){e="("+c.replace(d,"\\$1")+")";return f.replace(new RegExp(e,"gi"),"<strong>$1</strong>")}function a(f,e){this.el=$(f);this.el.attr("autocomplete","off");this.filtered=false;this.suggestions=[];this.data=[];this.badQueries=[];this.selectedIndex=-1;this.currentValue=this.el.val();this.intervalId=0;this.cachedResponse=[];this.onChangeInterval=null;this.ignoreValueChange=false;this.serviceUrl=e.serviceUrl;this.isLocal=false;this.options={autoSubmit:false,minChars:1,maxHeight:300,
deferRequestBy:0,width:0,highlight:true,params:{},fnFormatResult:b,delimiter:null,zIndex:9999};this.cssClass=e.params.cssClass;this.initialize();this.setOptions(e)}var d=new RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\)","g");$.fn.autocomplete=function(f){return new a(this.get(0)||$("<input />"),f)};a.prototype={killerFn:null,initialize:function(){var f,e,c;f=this;e=Math.floor(Math.random()*1048576).toString(16);c="Autocomplete_"+e;var h="ssb_"+e;this.killerFn=function(k){if($(k.target).parents(".autocomplete").size()===
0){f.killSuggestions();f.disableKillerFn()}};if(!this.options.width)this.options.width=this.el.width();this.mainContainerId="AutocompleteContainter_"+e;$('<div><div id="'+this.mainContainerId+'" class="autocomplete_wrapper '+this.cssClass+'"><div class="autocomplete-w1"><div class = "ssb" id="'+h+'" style="display:none"><div style="float:left"><div class="ssb-top_left"></div><div class="ssb-top ssb-center"></div><div class="ssb-top_right"></div></div><div class="ssb-mid" style="float: left; clear: both; margin-left: -5px; height: 157px;"><div style="height: 100%; float: left;" class="ssb-left"></div><div class ="ssb-center" style="float: left; height: 100%; background: none repeat scroll 0% 0% white;"></div><div style="height: 100%; float: left;" class="ssb-right"></div></div><div style="float:left; clear: both"><div class="ssb-bot_left"></div><div style="width: 381px;" class="ssb-bot ssb-center"></div><div style="height: 8px; float: left;" class="ssb-bot_right"></div></div></div><div class="autocomplete" id="'+
c+'" style="display:none; width:300px;"></div></div></div></div>').appendTo("body");this.container=$("#"+c);this.suggestBox=$("#"+h);this.suggestBox.find(".ssb-center").width(this.el.width()-2);this.fixPosition();window.opera?this.el.keypress(function(k){f.onKeyPress(k)}):this.el.keydown(function(k){f.onKeyPress(k)});this.el.keyup(function(k){f.onKeyUp(k)});this.el.blur(function(){f.enableKillerFn()});this.el.focus(function(){f.fixPosition()})},setOptions:function(f){var e=this.options;$.extend(e,
f);if(e.lookup){this.isLocal=true;if($.isArray(e.lookup))e.lookup={suggestions:e.lookup,data:[]}}$("#"+this.mainContainerId).css({zIndex:e.zIndex});this.container.css({maxHeight:e.maxHeight+"px",width:e.width})},clearCache:function(){this.cachedResponse=[];this.badQueries=[]},disable:function(){this.disabled=true},enable:function(){this.disabled=false},fixPosition:function(){var f=this.el.offset();$("#"+this.mainContainerId).css({top:f.top+this.el.innerHeight()+"px",left:f.left+"px"})},enableKillerFn:function(){var f=
this;$(document).bind("click",f.killerFn)},disableKillerFn:function(){var f=this;$(document).unbind("click",f.killerFn)},killSuggestions:function(){var f=this;this.stopKillSuggestions();this.intervalId=window.setInterval(function(){f.hide();f.stopKillSuggestions()},300)},stopKillSuggestions:function(){window.clearInterval(this.intervalId)},onKeyPress:function(f){if(!(this.disabled||!this.enabled)){switch(f.keyCode){case 27:this.el.val(this.currentValue);this.hide();break;case 9:case 13:if(this.selectedIndex===
-1){this.hide();return}this.select(this.selectedIndex);if(f.keyCode===9)return;break;case 38:this.moveUp();break;case 40:this.moveDown();break;default:return}f.stopImmediatePropagation();f.preventDefault()}},onKeyUp:function(f){if(!this.disabled){switch(f.keyCode){case 38:case 40:return}clearInterval(this.onChangeInterval);if(this.currentValue!==this.el.val())if(this.options.deferRequestBy>0){var e=this;this.onChangeInterval=setInterval(function(){e.onValueChange()},this.options.deferRequestBy)}else this.onValueChange()}},
onValueChange:function(){clearInterval(this.onChangeInterval);this.currentValue=this.el.val();var f=this.getQuery(this.currentValue);this.selectedIndex=-1;if(this.ignoreValueChange)this.ignoreValueChange=false;else f===""||f.length<this.options.minChars?this.hide():this.getSuggestions(f)},getQuery:function(f){var e;e=this.options.delimiter;if(!e)return $.trim(f);f=f.split(e);return $.trim(f[f.length-1])},getSuggestionsLocal:function(f){var e,c,h,k,g;c=this.options.lookup;h=c.suggestions.length;e=
{suggestions:[],data:[]};f=f.toLowerCase();for(g=0;g<h;g++){k=c.suggestions[g];if(k.toLowerCase().indexOf(f)===0){e.suggestions.push(k);e.data.push(c.data[g])}}return e},getSuggestions:function(f){var e,c;if((e=this.isLocal?this.getSuggestionsLocal(f):this.cachedResponse[f])&&$.isArray(e.suggestions)){this.suggestions=e.suggestions;this.data=e.data;this.suggest()}else if(!this.isBadQuery(f)){c=this;c.options.params.mode="query";c.options.params.query=f;$.get(this.serviceUrl,c.options.params,function(h){c.processResponse(h)},
"text")}},isBadQuery:function(f){for(var e=this.badQueries.length;e--;)if(f.indexOf(this.badQueries[e])===0)return true;return false},hide:function(){this.enabled=false;this.selectedIndex=-1;this.container.hide();this.suggestBox.hide()},processSuggestionResponse:function(f){var e;try{e={suggestion:f.substring(0,f.indexOf(":")),valid:f.substring(f.indexOf(":")+2)}}catch(c){return}if(e.valid==="True"){this.container.find("div[title='"+e.suggestion+"']").show();this.container.find("div:visible").length<
2?this.suggestBox.find(".ssb-mid").height(0):this.suggestBox.find(".ssb-mid").height((this.container.find("div:visible").length-2)*20)}},suggest:function(){if(this.suggestions.length===0)this.hide();else{var f,e,c,h,k,g,i,j,t;f=this;e=this.suggestions.length;h=this.options.fnFormatResult;k=this.getQuery(this.currentValue);j=function(l){return function(){f.activate(l)}};t=function(l){return function(){f.select(l)}};this.container.hide().empty();for(g=0;g<e;g++){i=this.suggestions[g];c=$((f.selectedIndex===
g?'<div class="selected"':"<div")+' title="'+i+'">'+h(i,this.data[g],k)+"</div>");c.mouseover(j(g));c.click(t(g));if(this.filtered==="true"){c.hide();this.container.append(c);f.options.params.mode="suggestion";f.options.params.query=i;$.get(this.serviceUrl,f.options.params,function(l){f.processSuggestionResponse(l)},"text")}else this.container.append(c)}if(this.filtered!=="true")this.suggestions.length<2?this.suggestBox.find(".ssb-mid").height(0):this.suggestBox.find(".ssb-mid").height((this.suggestions.length-
2)*20);this.enabled=true;this.container.show();this.suggestBox.show()}},processResponse:function(f){var e;try{e={filtered:f.substring(f.indexOf("'")+1,f.indexOf(",")-1),query:f.substring(f.indexOf("query:'")+7,f.indexOf(", suggestions")-1),suggestions:f.substring(f.indexOf("[")+1,f.indexOf("]")).replace(/\'/g,"").split(",")}}catch(c){return}if(!$.isArray(e.data))e.data=[];if(!this.options.noCache){this.cachedResponse[e.query]=e;e.suggestions.length===0&&this.badQueries.push(e.query)}if(e.query===
this.getQuery(this.currentValue)){this.filtered=e.filtered;this.suggestions=e.suggestions;this.data=e.data;this.suggest()}},activate:function(f){var e,c;e=this.container.children();this.selectedIndex!==-1&&e.length>this.selectedIndex&&$(e.get(this.selectedIndex)).removeClass();this.selectedIndex=f;if(this.selectedIndex!==-1&&e.length>this.selectedIndex){c=e.get(this.selectedIndex);$(c).addClass("selected")}return c},deactivate:function(f,e){f.className="";if(this.selectedIndex===e)this.selectedIndex=
-1},select:function(f){var e;if(e=this.suggestions[f]){this.el.val(e);if(this.options.autoSubmit){e=this.el.parents("form");e.length>0&&e.get(0).submit()}this.ignoreValueChange=true;this.hide();this.onSelect(f)}},moveUp:function(){if(this.selectedIndex!==-1)if(this.selectedIndex===0){this.container.children().get(0).className="";this.selectedIndex=-1;this.el.val(this.currentValue)}else this.adjustScroll(this.selectedIndex-1)},moveDown:function(){this.selectedIndex!==this.suggestions.length-1&&this.adjustScroll(this.selectedIndex+
1)},adjustScroll:function(f){var e,c,h;e=this.activate(f).offsetTop;c=this.container.scrollTop();h=c+this.options.maxHeight-25;if(e<c)this.container.scrollTop(e);else e>h&&this.container.scrollTop(e-this.options.maxHeight+25);this.el.val(this.getValue(this.suggestions[f]))},onSelect:function(f){var e,c,h;e=this;c=e.options.onSelect;h=e.suggestions[f];f=e.data[f];e.el.val(e.getValue(h));$.isfunction(c)&&c(h,f,e.el)},getValue:function(f){var e,c;c=this;e=c.options.delimiter;if(!e)return f;c=c.currentValue;
e=c.split(e);if(e.length===1)return f;return c.substr(0,c.length-e[e.length-1].length)+f}}})();
(function(){DF.namespace("DF.twc.service");DF.twc.service.MediaOverlayService=function(){var b=[],a=function(d){b[d.argument.href]=d.responseText;d.argument.originalCallback.call(this,d)};return{getMediaItemHtml:function(d,f){var e=b[d];if(e)f.delegate.call(this,{responseText:e,argument:f.argument});else{f.argument={};f.argument.href=d;f.argument.originalCallback=f.delegate;f.delegate=a;DF.connection.asyncConnect("GET",d,f)}}}}()})();
(function(){DF.namespace("DF.twc.page");var b=DF.twc.service.MediaOverlayService,a=DF.Twc.OmnitureHelper,d=(DF.twc.page.PageController=function(){var f=function(n){return DF.Dom.hasClass(n,"dfmi")&&DF.Dom.hasClass(n,"dfss")},e=function(){var n=[],o=DF.$("contentSection");o=DF.Dom.findElements(["div","span"],f,o);for(var q=0;q<o.length;q++)n.push(new DF.SlideShows.SlideShow(o[q]))},c=function(){var n=DF.$("Overlay_Media_Slideshow_Override_Dimensions");if(n){var o=$(n.firstChild);o.css("height",n.style.height);
o.css("width",n.style.width)}},h=function(n){$("#Overlay_Media_Module_Dimensions").css({height:n+"px",overflow:"visible"})},k=function(n){$("#Overlay_Media_Width").css({width:n*1-22+"px"});$("#Overlay_Media_Module_Dimensions").css({width:n+"px",overflow:"visible"})},g=function(n,o,q){q.css("top",(o-n)/2)},i=function(n,o,q){n=(o-n)/2;if($.browser.msie&&DF.browserInformation.getVersion()<8)n=0;q.css("left",n)},j=function(n,o){var q=DF.$("Overlay_Media_Module_Dimensions");if(q){q=$(q.firstChild.firstChild);
var m=q.height(),w=q.width();if($.browser.msie){if(m=$(".dfmi.dfmod").html()){q=$(".dfmi.dfmod")[0];q.innerHTML=m;q=$(q.firstChild)}m=q.height();w=q.width()}var x=n<m,p=o<w;if(x&&p){h(m);k(w)}else if(x){h(m);i(w,o,q)}else if(p){k(w);g(m,n,q)}else{g(m,n,q);i(w,o,q)}}},t=function(n){var o=n.responseText;n=new DF.Twc.MediaOverlay;o=DF.evalJson(o);n.setContent(o.Content);o.ContentHeight&&n.setContentHeight(o.ContentHeight);o.ContentWidth&&n.setContentWidth(o.ContentWidth);n.showOverlay();o.OverlayJavaScript!==
""&&eval(o.OverlayJavaScript);j(o.ContentHeight,o.ContentWidth);c();e();o.ContentHeight&&n.setContentBoxHeight(o.ContentHeight);a.mediaOverlayPost(o.Name)},l=function(n){n=n?n:window.event?window.event:null;var o=n.target||n.srcElement,q=$(this).attr("href")||o.attributes.href.value;o=$(this).attr("id")||o.attributes.id.value;o=o.replace(/^dfmi:(\d+)$/,"$1");q=q.split("?")[1]||"";var m="";if(q!==""){q=q.split("&");for(var w=0;w<q.length;w++){var x=q[w].split("=");if(x[0]==="overlayParams")m=x[1]}}q=
"/Content/MediaOverlay.asmx/GetOverlay?mediaId="+o+"&overlayParams="+m;b.getMediaItemHtml(q,{delegate:t});DF.evt.CancelEvent(n);return false};return{onDomReady:function(){$("A.DF_overlay-link").click(l)},onMediaOverlayShowLinkClick:function(n){return l(n)}}})();DF.evt.AddDomLoadEvent(d.onDomReady)})();
(function(){DF.namespace("DF.Twc.Page");var b=DF.Twc.Page.PopupPageController=function(){var a=function(){window.close()};return{init:function(){DF.$("PopupContent")&&DF.evt.Event.addListener(DF.$("OverlayCloseButton"),"click",a)}}}();DF.evt.AddLoadEvent(b.init.createDelegate(this))})();
(function(){var b=function(){if(DF.Util.getQueryParam("forpreviewsite").toLowerCase()==="true"){document.domain=document.domain;window.parent.Markup.Controller.setHeight(document.body.scrollHeight||window.outerHeight)}};DF.evt.AddDomLoadEvent(function(){setTimeout(b,250)})})();(function(){DF.isIE6()&&DF.Dom.addClass(document.body,"ie6")})();
(function(){var b=DF.Twc.OmnitureHelper;DF.FObjectUtil=function(){var a=[6,0,65,0],d=function(){return DF&&DF.PageInfo&&DF.PageInfo.MinFlashVersion?DF.PageInfo.MinFlashVersion:a},f=function(){var c,h;try{h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");c=h.GetVariable("$version")}catch(k){}if(!c)try{h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");c="WIN 6,0,21,0";h.AllowScriptAccess="always";c=h.GetVariable("$version")}catch(g){}if(!c)try{h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");
c=h.GetVariable("$version")}catch(i){}return c=c?c.replace(/([a-zA-Z]|\s)+/,"").replace(/,/g,"."):-1},e=function(){var c=-1;if(navigator.plugins!==null&&navigator.plugins.length>0){var h=navigator.plugins["Shockwave Flash"];if(h&&h.description)c=h.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".")}else if(DF.browserInformation.isIE())c=f();return c};return{minVersion:function(){return d()},hasPlayer:function(){var c=e();if(c===-1){b.setPropAndSubmit("prop10","twc.com > error > FlashNotInstalled");
return false}(c=c.split(".").isAtLeast(d()))||b.setPropAndSubmit("prop10","twc.com > error > WrongFlashVersion");return c}}}();DF.FObject=function(a,d,f,e,c,h){if(document.createElement&&document.getElementById){this.params={};this.variables={};this.attributes=[];a&&this.setAttribute("swfPath",a);d&&this.setAttribute("width",d);f&&this.setAttribute("height",f);this.installed=DF.FObjectUtil.hasPlayer();this.setAttribute("idToWrite",h?h:"");d=e?e.toString().toLowerCase():"true";c=c?c.toString().toLowerCase():
"false";a=a.substr(0,a.lastIndexOf("/")+1);this.addVariable("relativepath",a);this.addParam("base",a);this.addParam("play",d);this.addParam("loop",c);this.addParam("quality","high");this.addParam("wmode","transparent");this.addParam("allowfullscreen","true")}};DF.FObject.prototype={messageContent:'To enjoy our site to its fullest, you\'ll need the latest version of Flash.<BR><a href="http://get.adobe.com/flashplayer/">Download it here for free</a>.',setAttribute:function(a,d){if(a==="idToWrite")d=
d.replace(/:/g,"");this.attributes[a]=d},getAttribute:function(a){return this.attributes[a]},addParam:function(a,d){this.params[a]=d},getParams:function(){return this.params},addVariable:function(a,d){this.variables[a]=d},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},getVariablePairs:function(){var a=[],d=this.getVariables();for(var f in d)d.hasOwnProperty(f)&&a.push(f+"="+d[f]);return a},getSWFHTML:function(){var a="";if(navigator.plugins&&navigator.mimeTypes&&
navigator.mimeTypes.length){a='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swfPath")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'"';a+=' id="'+this.getAttribute("idToWrite")+'" name="'+this.getAttribute("idToWrite")+'" ';var d=this.getParams();for(var f in d)if(d.hasOwnProperty(f))a+=[f]+'="'+d[f]+'" ';f=this.getVariablePairs().join("&");if(f.length>0)a+='flashvars="'+f+'"';a+="/>"}else{a='<object id="'+this.getAttribute("idToWrite")+
'" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+DF.FObjectUtil.minVersion().join(",")+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'">';a+='<param name="movie" value="'+this.getAttribute("swfPath")+'" />';f=this.getParams();for(d in f)if(f.hasOwnProperty(d))a+='<param name="'+d+'" value="'+f[d]+'" />';f=this.getVariablePairs().join("&");if(f.length>0)a+='<param name="flashvars" value="'+
f+'" />';a+="</object>"}return a},write:function(a,d,f){this.getAttribute("idToWrite")||this.setAttribute("idToWrite","FObject:"+a);d=typeof a==="string"?document.getElementById(a):a;try{if(DF.Util.getQueryParam("forpreviewsite").toLowerCase()==="true"){if(f)d.innerHTML=f;return}}catch(e){}if(this.installed){d.innerHTML=this.getSWFHTML();return true}else{if(DF.$(a+"_noscript"))d.innerHTML=DF.$(a+"_noscript").innerHTML.replace(/&lt;/,"<").replace(/&gt;/,">");DF.browserInformation.isiPad()||this.showUpgradeMsg()}return false},
showUpgradeMsg:function(){if(!DF.Twc.Cookie.Session.GetSessionCookie("MinFlashVersionNotification")){var a=new DF.Twc.PageHeaderMsg(null,{Content:DF.FObject.prototype.messageContent});if(!a.isShown()){a.show();DF.Twc.Cookie.Session.AddSessionCookie("MinFlashVersionNotification","1")}}}};Array.prototype.isAtLeast=function(a){for(var d=0;d<this.length;d++){if(d>=a.length)return true;if(this[d]<a[d])return false;if(this[d]>a[d])return true}for(d=this.length;d<a.length;d++)if(a[d]>0)return false;return true};
if(Array.prototype.push===null)Array.prototype.push=function(a){this[this.length]=a;return this.length};DF.FObject.LoadFlashObjects=function(){if(!(typeof DFFObjectList==="undefined"||DF.Detect.isNull(DFFObjectList)))for(var a=0;a<DFFObjectList.length;a++){var d=DFFObjectList[a];if(!d.initialized){if(typeof d.id==="string"?document.getElementById(d.id):d.id){var f=new DF.FObject(d.url,d.width,d.height,d.play,d.loop);for(var e in d.vars)d.vars.hasOwnProperty(e)&&f.addVariable(e,d.vars[e]);f.write(d.id)}d.initialized=
true}}};DF.evt.AddDomLoadEvent(function(){DF.FObject.LoadFlashObjects();setInterval(DF.FObject.LoadFlashObjects,2E3)})})();
(function(){var b=[],a=function(c){return DF.Dom.hasClass(c,"dfmi")&&DF.Dom.hasClass(c,"dfss")},d=function(){DF_SlideShows=[];for(var c=DF.Dom.findElements(["div","span"],a),h=0;h<c.length;h++){var k=c[h],g=k.id;if($.inArray(g,b)===-1){DF_SlideShows.push(new DF.SlideShows.SlideShow(k));b.push(g)}}},f=function(c){return c.parentNode.id==="Overlay_Media_Slideshow_Override_Dimensions"},e=navigator.userAgent;if(!(e.indexOf("Safari")!==-1&&parseFloat(e.substring(e.indexOf("Safari/")+7,e.length))<87)){document.write('<style type="text/css">span.dfss, div.dfss {display:none;}</style>');
DF.evt.AddLoadEvent(d)}DF.Util.getQueryParam("forpreviewsite").toLowerCase()==="true"&&document.write('<style type="text/css">.SS_SlideShowImage {display:block;}\n.SS_FullWrapper {display:inline;}</style>');DF.namespace("DF.SlideShows");DF.SlideShows.SlideShow=function(c){this.id=c.id.substring(5,c.id.length);this.DOM=c;this.items=[];this.random=this.opp=false;this.restrictW=this.restrictH=0;this.transferDur=this.transferType=1;this.userNavType=0;this.curIDX=-1;this.nextIDX=0;this.prevIDX=-1;this.rotationDelegate=
this.rotationTimeoutElapsed.createDelegate(this);this.innerContainer=this.contentWrapper=this.rotationTimeout=null;this.paused=false;this.hideNavTimeout=this.userNavWrapper=null;this.overrideDimensions=false;this.overrideWidth=this.overrideHeight=0;if(f(c)){this.overrideDimensions=true;this.overrideHeight=$(c).height();this.overrideWidth=$(c).width()}this.init()};DF.SlideShows.SlideShow.prototype={init:function(){this.contentWrapper=document.createElement("div");this.contentWrapper.className="SS_ContentWrapper";
this.innerContainer=document.createElement("div");this.innerContainer.className="SS_InnerContainer";DF.connection.asyncConnect("GET","/includes/media/slideshows/ss_"+this.id+".js",{delegate:this.DataReturned.createDelegate(this)},true)},DataReturned:function(c){if(c.ok&&c.responseText&&DF.Util.getQueryParam("forpreviewsite").toLowerCase()!=="true"){c=DF.evalJson(c.responseText);this.opp=c.opp;this.random=c.rand===1;this.restrictH=c.rstrctH===1;this.restrictW=c.rstrctW===1;this.transferType=c.transType;
this.transferDur=c.transDur;this.userNavType=c.navType;for(var h=0;h<c.items.length;h++){var k=new DF.SlideShows.SlideShowItem(this.transferType,this.transferDur);if(typeof TwcSlideShow2List!=="undefined"&&!DF.Detect.isNull(TwcSlideShow2List))for(var g=0;g<TwcSlideShow2List.length;g++)if(TwcSlideShow2List[g].slideshowMediaId===this.id&&TwcSlideShow2List[g].imageMediaId===c.items[h].mID.toString())c.items[h].lnkUrl=c.items[h].lnkUrl.indexOf("?")===-1?c.items[h].lnkUrl.replace(c.items[h].lnkSrc,c.items[h].lnkSrc+
"?IID="+TwcSlideShow2List[g].bannerId):c.items[h].lnkUrl.replace(c.items[h].lnkSrc,c.items[h].lnkSrc+"&IID="+TwcSlideShow2List[g].bannerId);k.loadFromJson(c.items[h]);if(this.overrideDimensions===true&&this.overrideHeight>0&&this.overrideWidth>0){k.height=this.overrideHeight;k.width=this.overrideWidth}k.init();if(k.eDate!=="")if(new Date>=new Date(k.eDate))continue;this.items.push(k)}this.items.sort(function(t,l){return t.order-l.order});this.innerContainer.appendChild(this.contentWrapper);if(this.userNavType>
0){this.DOM.style.overflow="hidden";this.userNavWrapper=document.createElement("div");this.userNavWrapper.className=(this.userNavType===1?"SS_ClassicNavWrapper":"SS_ModernNavWrapper")+" Play";c=document.createElement("div");c.className="SS_BtnContainer";h=document.createElement("div");h.className="SS_BtnNav Prev";DF.evt.Event.addListener(h,"click",this.navReverse.createDelegate(this));DF.evt.Event.addListener(h,"doubleclick",this.navReverse.createDelegate(this));k=document.createElement("div");k.className=
"SS_BtnNav Next";DF.evt.Event.addListener(k,"click",this.navForward.createDelegate(this));DF.evt.Event.addListener(k,"doubleclick",this.navForward.createDelegate(this));g=document.createElement("div");g.className="SS_BtnNav";var i=document.createElement("div");i.className="SS_BtnPause";DF.evt.Event.addListener(i,"click",this.pauseRotation.createDelegate(this));DF.evt.Event.addListener(i,"doubleclick",this.pauseRotation.createDelegate(this));var j=document.createElement("div");j.className="SS_BtnPlay";
DF.evt.Event.addListener(j,"click",this.startRotation.createDelegate(this));DF.evt.Event.addListener(j,"doubleclick",this.startRotation.createDelegate(this));g.appendChild(j);g.appendChild(i);if(this.userNavType!==1)this.userNavWrapper.innerHTML='<img class="SS_ModernNavBackLeft" src="/Images/Slideshow/UserNavBackLeft.gif" /><img class="SS_ModernNavBackRight" src="/Images/Slideshow/UserNavBackRight.gif" />';c.appendChild(h);c.appendChild(g);c.appendChild(k);this.userNavWrapper.appendChild(c);this.innerContainer.appendChild(this.userNavWrapper)}this.DOM.innerHTML=
"";this.DOM.appendChild(this.innerContainer);this.DOM.style.display="inline";if(this.opp){this.nextIDX=Math.floor(Math.random()*this.items.length);this.paused=this.random=true;this.rotationTimeoutElapsed()}else this.startRotation()}else if(c=this.DOM.getElementsByTagName("img")[0])c.style.display="block"},startRotation:function(){this.rotationTimeout&&clearTimeout(this.rotationTimeout);this.rotationTimeout=null;this.paused=false;var c=this.items[this.curIDX];if(c)this.rotationTimeout=setTimeout(this.rotationDelegate,
c.duration);else this.rotationTimeoutElapsed();if(this.userNavType>0)this.userNavWrapper.className=this.userNavWrapper.className.replace("Play","Pause")},pauseRotation:function(){this.rotationTimeout&&clearTimeout(this.rotationTimeout);this.rotationTimeout=null;this.paused=true;if(this.userNavType>0)this.userNavWrapper.className=this.userNavWrapper.className.replace("Pause","Play")},navForward:function(){this.rotationTimeout&&clearTimeout(this.rotationTimeout);this.rotationTimeout=null;this.nextIDX=
(this.curIDX+1)%this.items.length;this.rotationTimeoutElapsed(null,true)},navReverse:function(){this.rotationTimeout&&clearTimeout(this.rotationTimeout);this.rotationTimeout=null;this.nextIDX=(this.curIDX+this.items.length-1)%this.items.length;this.rotationTimeoutElapsed(null,true)},rotationTimeoutElapsed:function(c,h){var k=this.items[this.prevIDX];c=this.items[this.curIDX];var g=this.items[this.nextIDX];if(this.prevIDX!==this.nextIDX&&k&&k.inTransition){k.finishRemove();if(!this.paused)this.rotationTimeout=
setTimeout(this.rotationDelegate,(c?this.transferDur*1E3:0)+c.duration)}else if(c===g){if(!this.paused)this.rotationTimeout=setTimeout(this.rotationDelegate,(c?this.transferDur*1E3:0)+g.duration);this.prevIDX=this.curIDX;this.curIDX=this.nextIDX;this.nextIDX=(this.nextIDX+1)%this.items.length}else{g.transitionIn(this.contentWrapper);c&&c.transitionOut(h);this.updateDimensions(g.width,g.height);(h=$("#OverlayContent"))&&h.find("div.SS_InnerContainer").length>0&&this.updateOverlayDimensions(g.width,
g.height);if(!this.paused)this.rotationTimeout=setTimeout(this.rotationDelegate,(c?this.transferDur*1E3:0)+g.duration);this.prevIDX=this.curIDX;this.curIDX=this.nextIDX;if(this.random){this.nextIDX=Math.floor(Math.random()*this.items.length);if(this.nextIDX===this.curIDX)this.nextIDX=(this.nextIDX+1)%this.items.length}else this.nextIDX=(this.nextIDX+1)%this.items.length}},updateDimensions:function(c,h){var k=h+(this.userNavType>0?this.userNavWrapper.offsetHeight:0);this.DOM.style.width=this.innerContainer.style.width=
c+"px";this.DOM.style.height=k+"px";this.innerContainer.style.height=h+"px"},updateOverlayDimensions:function(c){var h=$("#Overlay_Media_Width");if(h){h.width(c*1-38);$(window).resize()}},getElemId:function(){return this.DOM.id},getCurrentMediaId:function(){return this.items[this.curIDX].getMediaId()}};DF.SlideShows.SlideShowItem=function(c,h){this.type="";this.duration=1;this.eDate=this.sDate=0;this.width=this.height=100;this.lnkUrl=this.lnkSrc="";this.lockNewWin=false;this.mediaId=-1;this.order=
0;this.path="";this.contentWrapper=this.DOM=null;this.tType=c;this.tDur=h;this.transitionTimeoutID=-1;this.opacity=100;this.inTransition=false};DF.SlideShows.SlideShowItem.prototype={loadFromJson:function(c){this.type=c.type;this.duration=c.dur*1E3;this.sDate=c.sDate;this.eDate=c.eDate;this.height=c.h;this.width=c.w;this.lnkSrc=c.lnkSrc;this.lnkUrl=c.lnkUrl;this.lockNewWin=c.lockWin===1;this.mediaId=c.mID;this.order=c.ord;this.path=c.path;this.transitionTimeoutID=null},init:function(){this.DOM=document.createElement("SPAN");
this.DOM.className="SS_ITEM";this.contentWrapper=document.createElement("SPAN");this.contentWrapper.className="SS_ItemWrapper";this.DOM.style.height=this.height+"px";this.DOM.style.width=this.width+"px";if(this.lnkUrl!==""&&this.lnkUrl!==null){var c=document.createElement("A");c.href=this.lnkUrl;if(document.all)c.onclick=function(){document.location=this.href};this.DOM.appendChild(c);c.appendChild(this.contentWrapper);this.contentWrapper.style.cursor="hand"}else this.DOM.appendChild(this.contentWrapper);
switch(this.type){case "image":c=document.createElement("img");c.src=this.path;c.style.width=this.width+"px";c.style.height=this.height+"px";c.style.display="block";c.className="SS_SlideShowImage";this.contentWrapper.appendChild(c);break;case "flash":c=document.createElement("span");c.className="SS_SlideShowFlash";var h=new DF.FObject(this.path,this.width,this.height,true,false);c.innerHTML=h.getSWFHTML();this.contentWrapper.appendChild(c);break}this.addIEFilter()},addIEFilter:function(){if(document.all)switch(this.tType){case 1:this.contentWrapper.style.filter=
"blendTrans(duration="+this.tDur+")";break;case 2:this.contentWrapper.style.filter="revealTrans(duration="+this.tDur+", transition=12)";break;case 3:this.contentWrapper.style.filter="progid:DXImageTransform.Microsoft.gradientWipe(GradientSize=0.5, wipeStyle=0,motion=forward, duration="+this.tDur+")";break}},transitionIn:function(c){if(this.transitionTimeoutID){clearInterval(this.transitionTimeoutID);this.transitionTimeoutID=null;this.finishRemove()}if(this.DOM.parentNode!==c)c.childNodes.length>0?
c.insertBefore(this.DOM,c.childNodes[0]):c.appendChild(this.DOM)},transitionOut:function(c){if(this.transitionTimeoutID){clearTimeout(this.transitionTimeoutID);this.transitionTimeoutID=null}if(this.DOM.parentNode){this.inTransition=true;if(c||this.tType<1)this.finishRemove();else if(document.all){c=null;try{c=this.contentWrapper.filters}catch(h){return}c[0]||this.addIEFilter();if(c[0]){this.contentWrapper.filters[0].Apply();this.contentWrapper.style.visibility="hidden";this.contentWrapper.filters[0].Play();
this.transitionTimeoutID=setTimeout(this.finishRemove.createDelegate(this),this.tDur*1E3)}}else{this.LastWidth=this.width;switch(this.tType){case 1:case 2:c=this.tDur*15;this.transitionTimeoutID=setTimeout(this.ffFadeOut.createDelegate(this,[c]),c);break;case 3:this.destTimeClear=new Date;this.destTimeClear.setTime(this.destTimeClear.getTime()+this.tDur*1E3);this.transitionTimeoutID=setTimeout(this.ffWipeOut.createDelegate(this),20);break}}}},setOpacity:function(c){this.opacity=c;if(document.all&&
typeof this.DOM.style.filter.alpha!=="undefined")this.DOM.style.filter.alpha=c;else this.DOM.style.opacity=c/100-0.0010},finishRemove:function(){this.inTransition=false;var c=this.DOM.parentNode;c&&c.removeChild(this.DOM);this.DOM.style.width=this.width+"px";this.setOpacity(100);this.DOM.style.left=this.contentWrapper.style.left="";this.contentWrapper.style.visibility="visible"},ffFadeOut:function(c){if(this.opacity<5)this.finishRemove();else{this.setOpacity(this.opacity-2);this.transitionTimeoutID=
setTimeout(this.ffFadeOut.createDelegate(this,[c]),c)}},ffWipeOut:function(){var c=new Date;c=this.destTimeClear.getTime()-c.getTime();if(c<0)this.finishRemove();else{c=Math.floor(this.width*c/(this.tDur*1E3));this.DOM.style.width=c+"px";this.DOM.style.left=this.width-c+"px";this.contentWrapper.style.left=c-this.width+"px";this.transitionTimeoutID=setTimeout(this.ffWipeOut.createDelegate(this),15)}},getMediaId:function(){return this.mediaId}};DF.evt.AddDomLoadEvent(function(){d();setInterval(d,2E3)})})();
DF.namespace("Twc.Media.PluginDetect");var vbAndJsResultForDfPluginDetectIe=false;
DF.Twc.Media.PluginDetect.PluginList=function(){function b(k,g){document.write('<SCRIPT LANGUAGE=VBScript>\n on error resume next \n vbAndJsResultForDfPluginDetectIe = IsObject(CreateObject("'+k+'"))<\/SCRIPT>\n');return vbAndJsResultForDfPluginDetectIe?g+",":""}function a(k,g){var i="";if(f.indexOf(k)!==-1)if(navigator.mimeTypes[k].enabledPlugin!==null)i=g+",";return i}var d=[],f,e,c,h;e=navigator.userAgent.toLowerCase();c=e.indexOf("msie")!==-1;h=navigator.appName.indexOf("Netscape")!==-1;e=e.indexOf("win")!==
-1||e.indexOf("32bit")!==-1;if(c&&e)d=b("SWCtl.SWCtl","Shockwave Director")+b("ShockwaveFlash.ShockwaveFlash.1","Shockwave Flash")+b("rmocx.RealPlayer G2 Control.1","RealPlayer")+b("02BF25D5-8C17-4B23-BC80-D3488ABDDC6B","QuickTime")+b("wmplayer.ocx","Windows Media Player")+b("CA8A9780-280D-11CF-A24D-444553540000","Acrobat Reader");if(h||!e){f="";for(c=0;c<navigator.mimeTypes.length;c++)f+=navigator.mimeTypes[c].type.toLowerCase();d=a("application/x-director","Shockwave Director")+a("application/x-shockwave-flash",
"Shockwave Flash")+a("audio/x-pn-realaudio-plugin","RealPlayer")+a("video/quicktime","QuickTime")+a("application/x-mplayer2","Windows Media Player")+a("application/pdf","Acrobat Reader");if(d.length>0)d=d.substring(0,d.length-1)}return{HasWmv:function(){return d.indexOf("Windows Media Player")!==-1},HasQuickTime:function(){return d.indexOf("QuickTime")!==-1},HasRealPlayer:function(){return d.indexOf("RealPlayer")!==-1},HasPdf:function(){return d.indexOf("Acrobat Reader")!==-1},HasFlash:function(){return d.indexOf("Shockwave Flash")!==
-1},HasSvg:function(){return d.indexOf("SVG Viewer")!==-1},HasShockwaveDirector:function(){return d.indexOf("Shockwave Director")!==-1}}}();
var swfobject=function(){function b(){if(!S){try{var r=G.getElementsByTagName("body")[0].appendChild(m("span"));r.parentNode.removeChild(r)}catch(u){return}S=true;r=W.length;for(var y=0;y<r;y++)W[y]()}}function a(r){if(S)r();else W[W.length]=r}function d(r){if(typeof L.addEventListener!=D)L.addEventListener("load",r,false);else if(typeof G.addEventListener!=D)G.addEventListener("load",r,false);else if(typeof L.attachEvent!=D)w(L,"onload",r);else if(typeof L.onload=="function"){var u=L.onload;L.onload=
function(){u();r()}}else L.onload=r}function f(){fa?e():c()}function e(){var r=G.getElementsByTagName("body")[0],u=m(H);u.setAttribute("type",I);var y=r.appendChild(u);if(y){var z=0;(function(){if(typeof y.GetVariable!=D){var B=y.GetVariable("$version");if(B){B=B.split(" ")[1].split(",");C.pv=[parseInt(B[0],10),parseInt(B[1],10),parseInt(B[2],10)]}}else if(z<10){z++;setTimeout(arguments.callee,10);return}r.removeChild(u);y=null;c()})()}else c()}function c(){var r=P.length;if(r>0)for(var u=0;u<r;u++){var y=
P[u].id,z=P[u].callbackFn,B={success:false,id:y};if(C.pv[0]>0){var E=q(y);if(E)if(x(P[u].swfVersion)&&!(C.wk&&C.wk<312)){v(y,true);if(z){B.success=true;B.ref=h(y);z(B)}}else if(P[u].expressInstall&&k()){B={};B.data=P[u].expressInstall;B.width=E.getAttribute("width")||"0";B.height=E.getAttribute("height")||"0";if(E.getAttribute("class"))B.styleclass=E.getAttribute("class");if(E.getAttribute("align"))B.align=E.getAttribute("align");var F={};E=E.getElementsByTagName("param");for(var J=E.length,K=0;K<
J;K++)if(E[K].getAttribute("name").toLowerCase()!="movie")F[E[K].getAttribute("name")]=E[K].getAttribute("value");g(B,F,y,z)}else{i(E);z&&z(B)}}else{v(y,true);if(z){if((y=h(y))&&typeof y.SetVariable!=D){B.success=true;B.ref=y}z(B)}}}}function h(r){var u=null;if((r=q(r))&&r.nodeName=="OBJECT")if(typeof r.SetVariable!=D)u=r;else if(r=r.getElementsByTagName(H)[0])u=r;return u}function k(){return!X&&x("6.0.65")&&(C.win||C.mac)&&!(C.wk&&C.wk<312)}function g(r,u,y,z){X=true;da=z||null;ga={success:false,
id:y};var B=q(y);if(B){if(B.nodeName=="OBJECT"){U=j(B);Y=null}else{U=B;Y=y}r.id=O;if(typeof r.width==D||!/%$/.test(r.width)&&parseInt(r.width,10)<310)r.width="310";if(typeof r.height==D||!/%$/.test(r.height)&&parseInt(r.height,10)<137)r.height="137";G.title=G.title.slice(0,47)+" - Flash Player Installation";z=C.ie&&C.win?"ActiveX":"PlugIn";z="MMredirectURL="+L.location.toString().replace(/&/g,"%26")+"&MMplayerType="+z+"&MMdoctitle="+G.title;if(typeof u.flashvars!=D)u.flashvars+="&"+z;else u.flashvars=
z;if(C.ie&&C.win&&B.readyState!=4){z=m("div");y+="SWFObjectNew";z.setAttribute("id",y);B.parentNode.insertBefore(z,B);B.style.display="none";(function(){B.readyState==4?B.parentNode.removeChild(B):setTimeout(arguments.callee,10)})()}t(r,u,y)}}function i(r){if(C.ie&&C.win&&r.readyState!=4){var u=m("div");r.parentNode.insertBefore(u,r);u.parentNode.replaceChild(j(r),u);r.style.display="none";(function(){r.readyState==4?r.parentNode.removeChild(r):setTimeout(arguments.callee,10)})()}else r.parentNode.replaceChild(j(r),
r)}function j(r){var u=m("div");if(C.win&&C.ie)u.innerHTML=r.innerHTML;else if(r=r.getElementsByTagName(H)[0])if(r=r.childNodes)for(var y=r.length,z=0;z<y;z++)!(r[z].nodeType==1&&r[z].nodeName=="PARAM")&&r[z].nodeType!=8&&u.appendChild(r[z].cloneNode(true));return u}function t(r,u,y){var z,B=q(y);if(C.wk&&C.wk<312)return z;if(B){if(typeof r.id==D)r.id=y;if(C.ie&&C.win){var E="";for(var F in r)if(r[F]!=Object.prototype[F])if(F.toLowerCase()=="data")u.movie=r[F];else if(F.toLowerCase()=="styleclass")E+=
' class="'+r[F]+'"';else if(F.toLowerCase()!="classid")E+=" "+F+'="'+r[F]+'"';F="";for(var J in u)if(u[J]!=Object.prototype[J])F+='<param name="'+J+'" value="'+u[J]+'" />';B.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+E+">"+F+"</object>";Z[Z.length]=r.id;z=q(r.id)}else{J=m(H);J.setAttribute("type",I);for(E in r)if(r[E]!=Object.prototype[E])if(E.toLowerCase()=="styleclass")J.setAttribute("class",r[E]);else E.toLowerCase()!="classid"&&J.setAttribute(E,r[E]);for(var K in u)u[K]!=
Object.prototype[K]&&K.toLowerCase()!="movie"&&l(J,K,u[K]);B.parentNode.replaceChild(J,B);z=J}}return z}function l(r,u,y){var z=m("param");z.setAttribute("name",u);z.setAttribute("value",y);r.appendChild(z)}function n(r){var u=q(r);if(u&&u.nodeName=="OBJECT")if(C.ie&&C.win){u.style.display="none";(function(){u.readyState==4?o(r):setTimeout(arguments.callee,10)})()}else u.parentNode.removeChild(u)}function o(r){if(r=q(r)){for(var u in r)if(typeof r[u]=="function")r[u]=null;r.parentNode.removeChild(r)}}
function q(r){var u=null;try{u=G.getElementById(r)}catch(y){}return u}function m(r){return G.createElement(r)}function w(r,u,y){r.attachEvent(u,y);T[T.length]=[r,u,y]}function x(r){var u=C.pv;r=r.split(".");r[0]=parseInt(r[0],10);r[1]=parseInt(r[1],10)||0;r[2]=parseInt(r[2],10)||0;return u[0]>r[0]||u[0]==r[0]&&u[1]>r[1]||u[0]==r[0]&&u[1]==r[1]&&u[2]>=r[2]?true:false}function p(r,u,y,z){if(!(C.ie&&C.mac)){var B=G.getElementsByTagName("head")[0];if(B){y=y&&typeof y=="string"?y:"screen";if(z)ea=M=null;
if(!M||ea!=y){z=m("style");z.setAttribute("type","text/css");z.setAttribute("media",y);M=B.appendChild(z);if(C.ie&&C.win&&typeof G.styleSheets!=D&&G.styleSheets.length>0)M=G.styleSheets[G.styleSheets.length-1];ea=y}if(C.ie&&C.win)M&&typeof M.addRule==H&&M.addRule(r,u);else M&&typeof G.createTextNode!=D&&M.appendChild(G.createTextNode(r+" {"+u+"}"))}}}function v(r,u){if(ha){u=u?"visible":"hidden";if(S&&q(r))q(r).style.visibility=u;else p("#"+r,"visibility:"+u)}}function A(r){return/[\\\"<>\.;]/.exec(r)!=
null&&typeof encodeURIComponent!=D?encodeURIComponent(r):r}var D="undefined",H="object",I="application/x-shockwave-flash",O="SWFObjectExprInst",L=window,G=document,Q=navigator,fa=false,W=[f],P=[],Z=[],T=[],U,Y,da,ga,S=false,X=false,M,ea,ha=true,C=function(){var r=typeof G.getElementById!=D&&typeof G.getElementsByTagName!=D&&typeof G.createElement!=D,u=Q.userAgent.toLowerCase(),y=Q.platform.toLowerCase(),z=y?/win/.test(y):/win/.test(u);y=y?/mac/.test(y):/mac/.test(u);u=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,
"$1")):false;var B=!+"\u000b1",E=[0,0,0],F=null;if(typeof Q.plugins!=D&&typeof Q.plugins["Shockwave Flash"]==H){if((F=Q.plugins["Shockwave Flash"].description)&&!(typeof Q.mimeTypes!=D&&Q.mimeTypes[I]&&!Q.mimeTypes[I].enabledPlugin)){fa=true;B=false;F=F.replace(/^.*\s+(\S+\s+\S+$)/,"$1");E[0]=parseInt(F.replace(/^(.*)\..*$/,"$1"),10);E[1]=parseInt(F.replace(/^.*\.(.*)\s.*$/,"$1"),10);E[2]=/[a-zA-Z]/.test(F)?parseInt(F.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else if(typeof L.ActiveXObject!=D)try{var J=
new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if(J)if(F=J.GetVariable("$version")){B=true;F=F.split(" ")[1].split(",");E=[parseInt(F[0],10),parseInt(F[1],10),parseInt(F[2],10)]}}catch(K){}return{w3:r,pv:E,wk:u,ie:B,win:z,mac:y}}();(function(){if(C.w3){if(typeof G.readyState!=D&&G.readyState=="complete"||typeof G.readyState==D&&(G.getElementsByTagName("body")[0]||G.body))b();if(!S){typeof G.addEventListener!=D&&G.addEventListener("DOMContentLoaded",b,false);if(C.ie&&C.win){G.attachEvent("onreadystatechange",
function(){if(G.readyState=="complete"){G.detachEvent("onreadystatechange",arguments.callee);b()}});L==top&&function(){if(!S){try{G.documentElement.doScroll("left")}catch(r){setTimeout(arguments.callee,0);return}b()}}()}C.wk&&function(){S||(/loaded|complete/.test(G.readyState)?b():setTimeout(arguments.callee,0))}();d(b)}}})();(function(){C.ie&&C.win&&window.attachEvent("onunload",function(){for(var r=T.length,u=0;u<r;u++)T[u][0].detachEvent(T[u][1],T[u][2]);r=Z.length;for(u=0;u<r;u++)n(Z[u]);for(var y in C)C[y]=
null;C=null;for(var z in swfobject)swfobject[z]=null;swfobject=null})})();return{registerObject:function(r,u,y,z){if(C.w3&&r&&u){var B={};B.id=r;B.swfVersion=u;B.expressInstall=y;B.callbackFn=z;P[P.length]=B;v(r,false)}else z&&z({success:false,id:r})},getObjectById:function(r){if(C.w3)return h(r)},embedSWF:function(r,u,y,z,B,E,F,J,K,V){var aa={success:false,id:u};if(C.w3&&!(C.wk&&C.wk<312)&&r&&u&&y&&z&&B){v(u,false);a(function(){y+="";z+="";var R={};if(K&&typeof K===H)for(var N in K)R[N]=K[N];R.data=
r;R.width=y;R.height=z;N={};if(J&&typeof J===H)for(var ba in J)N[ba]=J[ba];if(F&&typeof F===H)for(var ca in F)if(typeof N.flashvars!=D)N.flashvars+="&"+ca+"="+F[ca];else N.flashvars=ca+"="+F[ca];if(x(B)){ba=t(R,N,u);R.id==u&&v(u,true);aa.success=true;aa.ref=ba}else if(E&&k()){R.data=E;g(R,N,u,V);return}else v(u,true);V&&V(aa)})}else V&&V(aa)},switchOffAutoHideShow:function(){ha=false},ua:C,getFlashPlayerVersion:function(){return{major:C.pv[0],minor:C.pv[1],release:C.pv[2]}},hasFlashPlayerVersion:x,
createSWF:function(r,u,y){if(C.w3)return t(r,u,y)},showExpressInstall:function(r,u,y,z){C.w3&&k()&&g(r,u,y,z)},removeSWF:function(r){C.w3&&n(r)},createCSS:function(r,u,y,z){C.w3&&p(r,u,y,z)},addDomLoadEvent:a,addLoadEvent:d,getQueryParamValue:function(r){var u=G.location.search||G.location.hash;if(u){if(/\?/.test(u))u=u.split("?")[1];if(r==null)return A(u);u=u.split("&");for(var y=0;y<u.length;y++)if(u[y].substring(0,u[y].indexOf("="))==r)return A(u[y].substring(u[y].indexOf("=")+1))}return""},expressInstallCallback:function(){if(X){var r=
q(O);if(r&&U){r.parentNode.replaceChild(U,r);if(Y){v(Y,true);if(C.ie&&C.win)U.style.display="block"}da&&da(ga)}X=false}}}}();
(function(){DF.namespace("DF.Twc");DF.Twc.FlashXmlInstanceHandler=function(){var b=function(h){return h.firstChild.id},a=function(h,k){if(!swfobject.hasFlashPlayerVersion(DF.PageInfo.MinFlashVersion.slice(0,3).join("."))){$("#"+k+"_noscript_flash").css("display","block");$("#"+h).css("height","auto")}},d=function(h){if(!swfobject.hasFlashPlayerVersion(DF.PageInfo.MinFlashVersion.slice(0,3).join("."))){var k=h.substring(0,h.indexOf("_",5));$("#"+h).css("display","block");$("#"+k).css("height","auto")}},
f=function(h){var k=h.id,g=b(h);g&&$(h).find('span[class^="alternativeHtml"]')&&a(k,g)},e=function(h){var k=h.id;k&&$(h).find('span[class^="alternativeHtml"]')&&d(k)},c=function(){var h=$(".dfmi .dffoxml");if(h)for(var k=0;k<h.length;k++)f(h[k]);if(h=$("._dfaltfoxml"))for(k=0;k<h.length;k++)e(h[k])};$(document).ready(function(){c()})}()})();

