(function(a){a.browserTest=function(b,d){var g=function(h,k){for(var j=0;j<k.length;j+=1)h=h.replace(k[j][0],k[j][1]);return h},f=function(h,k,j,e){k={name:g((k.exec(h)||["unknown","unknown"])[1],j)};k[k.name]=true;k.version=(e.exec(h)||["X","X","X","X"])[3];if(k.name.match(/safari/)&&k.version>400)k.version="2.0";if(k.name==="presto")k.version=a.browser.version>9.27?"futhark":"linear_b";k.versionNumber=parseFloat(k.version,10)||0;k.versionX=k.version!=="X"?(k.version+"").substr(0,1):"X";k.className=
k.name+k.versionX;return k};b=(b.match(/Opera|Navigator|Minefield|KHTML|Chrome/)?g(b,[[/(Firefox|MSIE|KHTML,\slike\sGecko|Konqueror)/,""],["Chrome Safari","Chrome"],["KHTML","Konqueror"],["Minefield","Firefox"],["Navigator","Netscape"]]):b).toLowerCase();a.browser=a.extend(!d?a.browser:{},f(b,/(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|$)/));a.layout=
f(b,/(gecko|konqueror|msie|opera|webkit)/,[["konqueror","khtml"],["msie","trident"],["opera","presto"]],/(applewebkit|rv|konqueror|msie)(\:|\/|\s)([a-z0-9\.]*?)(\;|\)|\s)/);a.os={name:(/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase())||["unknown"])[0].replace("sunos","solaris")};d||a("html").addClass([a.os.name,a.browser.name,a.browser.className,a.layout.name,a.layout.className].join(" "))};a.browserTest(navigator.userAgent)})(jQuery);window.DF=window.DF||{};
DF.namespace=function(a){if(!a||!a.length)return null;a=a.split(".");for(var b=DF,d=a[0]==="DF"?1:0;d<a.length;++d){b[a[d]]=b[a[d]]||{};b=b[a[d]]}return b};DF.convertPixelToInt=function(a){a=a.replace("px","");return parseInt(a,10)};DF.mouseX=function(a){if(document.layers)return document.body.scrollLeft+a.pageX;else if(document.all)return window.event.clientX+document.documentElement.scrollLeft;else if(document.getElementById)return document.body.scrollLeft+a.pageX};
DF.mouseY=function(a){if(document.layers)return document.body.scrollTop+a.pageY;else if(document.all)return window.event.clientY+document.documentElement.scrollTop;else if(document.getElementById)return document.body.scrollTop+a.pageY};DF.mouseYRelative=function(a){if(document.layers)return a.layerY;else if(document.all)return window.event.offsetY;else if(document.getElementById)return a.layerY};
DF.mouseXRelative=function(a){if(document.layers)return a.layerX;else if(document.all)return window.event.offsetX;else if(document.getElementById)return a.layerX};DF.parseDate24=function(a){var b=new Date;a=a.split(" ");var d=a[0].split("/"),g=a[1].split(":");a=parseInt(d[0],10)-1;var f=parseInt(d[1],10);d=parseInt(d[2],10);var h=parseInt(g[0],10);g=parseInt(g[1],10);b.setFullYear(d,a,f);b.setHours(h,g,0,0);return b};
DF.parseDate=function(a){var b=new Date,d=a.split(" "),g=d[0].split("/"),f=d[1].split(":");d=parseInt(g[0],10)-1;var h=parseInt(g[1],10);g=parseInt(g[2],10);var k=parseInt(f[0],10);k=k===12?k-12:k;f=parseInt(f[1],10);if(a.indexOf("PM")>-1)k=k<12?(k+=12):12;b.setFullYear(g,d,h);b.setHours(k,f,0,0);return b};DF.getYYYYMMDD=function(a,b){var d=true;if(b===true)d=false;b=a.getFullYear();var g=a.getMonth()+1;a=a.getDate();var f=g<10?"0":"";f+=g;g=a<10?"0":"";g+=a;b=""+b+f+g;return d?parseInt(b,10):b};
DF.parseISODate=function(a){a+="";if(typeof a!=="string"||a.length===0)return null;a=a.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 a==="undefined"||a===null)return null;var b,d,g,f,h,k,j;b=parseInt(a[1],10);if(typeof a[2]==="undefined"||a[2]==="")return new Date(b);d=parseInt(a[2],10)-1;g=parseInt(a[3],10);if(typeof a[4]==="undefined"||a[4]==="")return new Date(b,d,g);f=parseInt(a[4],10);h=
parseInt(a[5],10);k=typeof a[6]!=="undefined"&&a[6]!==""?parseInt(a[6],10):0;j=typeof a[7]!=="undefined"&&a[7]!==""?Math.round(1E3*parseFloat("0."+a[7])):0;if((typeof a[8]==="undefined"||a[8]==="")&&(typeof a[9]==="undefined"||a[9]===""))return new Date(b,d,g,f,h,k,j);var e;if(typeof a[9]!=="undefined"&&a[9]!==""){e=parseInt(a[10],10)*36E5;if(typeof a[11]!=="undefined"&&a[11]!=="")e+=parseInt(a[11],10)*6E4;if(a[9]==="-")e=-e}else e=0;return new Date(Date.UTC(b,d,g,f,h,k,j)-e)};
DF.$=function(a){if(a)return typeof a==="string"?document.getElementById(a):a;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(a){return eval("("+a+")")};
DF.makeXmlDoc=function(a){var b;try{b=new ActiveXObject("Microsoft.XMLDOM");b.async="false";b.loadXML(a)}catch(d){try{b=(new DOMParser).parseFromString(a,"text/xml")}catch(g){b=null}}return b};DF.convDateToDir=function(a){return a.getFullYear()+(a.getMonth()+1<10?"0":"")+(a.getMonth()+1)+(a.getDate()<10?"0":"")+a.getDate()};
DF.elementScreenPosition=function(a){var b=window.event?0:8,d=b;if(a.offsetParent){d+=a.offsetLeft;for(b+=a.offsetTop;a=a.offsetParent;){d+=a.offsetLeft;b+=a.offsetTop}}return{offsetX:d,offsetY:b}};DF.setOpacity=function(a,b){b=b<0?0:b;b=b>99?100:b;a.style.opacity=b/100;a.style.filter="alpha(opacity="+b+")"};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 a=0;a<this.sSheet.rules.length;a++){var b=this.sSheet.rules[a];if(b.selectorText!==null)this.styleRules[b.selectorText.toLowerCase()]=b}else for(a=0;a<this.sSheet.cssRules.length;a++){b=this.sSheet.cssRules[a];if(b.selectorText!==null)this.styleRules[b.selectorText.toLowerCase()]=b}},getSheet:function(){if(this.safari)this.sSheet=document.styleSheets[0];else{for(var a=0;a<document.styleSheets.length;a++){var b=
document.styleSheets[a];if(this.isController(b.ownerNode)){this.sSheet=b;break}else if(this.isController(b.owningElement)){this.sSheet=b;break}}if(!this.sSheet)this.sSheet=document.styleSheets[0]}},setStyle:function(a,b,d){if(!this.styleRules[a.toLowerCase()])if(!this.createRule(a,b,d))return;this.styleRules[a.toLowerCase()].style.cssText=b},createRule:function(a,b,d){if(document.all){d=d!==null&&d>=0?d:this.sSheet.rules.length-1;this.sSheet.addRule(a,"{"+b+"}",d);this.styleRules[a.toLowerCase()]=
this.sSheet.rules[d]}else{b=this.sSheet.insertRule(a+"{"+b+"}",d!==null&&d>=0?d:this.sSheet.cssRules.length);this.styleRules[a.toLowerCase()]=this.sSheet.cssRules[b]}return this.safari},flush:function(){this.sSheet=null;delete this.styleRules;this.styleRules=[]},isController:function(a){if(typeof a==="undefined"||a===null)return false;return a.getAttribute("name")==="DFStyleController"||a.id==="DFStyleController"}};DF.namespace("DF.styles");
DF.styles.findSheet=function(a){for(var b=function(f){if(typeof f==="undefined"||f===null)return false;return(f.getAttribute("href")+"").endsWith(a)},d=0;d<document.styleSheets.length;d++){var g=document.styleSheets[d];if(b(g.ownerNode))return g;else if(b(g.owningElement))return g}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(a){if(window.location.protocol==="https:")window.location="http://"+window.location.hostname+a};
DF.makeJavascriptLink=function(a,b){var d=[];d.push("javascript");d.push(":");if(a){d.push(a);d.push("(");b&&d.push(b.join(", "));d.push(")")}d.push(";");return d.join("")};
(function(){function a(b,d,g){for(;b.indexOf(d)!==-1;)b=b.replace(d,g);return b}DF.namespace("DF.Window");DF.Window.openNewWindow=function(b,d,g,f){d=d.replace(/[^a-zA-Z0-9]/g,"");window.open(b,d,"toolbar=no, location=no, status=no, menubar=no, resizable=yes, width="+g+", height="+f+", scrollbars=yes, top=30, left=30").focus()};DF.Window.openProgramGuide=function(b,d){d=a(d," ","");window.open(b,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(b,d,g,f){d=a(d," ","");window.open(b,d,"toolbar=yes, location=yes, status=yes, menubar=yes, resizable=yes, scrollbars=yes, width="+g+", height="+f+" ").focus()}})();
(function(){var a=DF.namespace("Form");a.formRequired=function(b){b=DF.$(b);if(b.type==="checkbox"||b.type==="radio"){if(!b.checked)return b.name+" is a required field.\n"}else if(b[0]&&(b[0].type==="checkbox"||b[0].type==="radio")){for(var d=false,g=b[0].name,f=0;f<b.length;f++)if(b[f].checked)d=true;if(!d)return(b.type==="checkbox"?"Please choose at least one option from ":"Please choose an option from ")+g+"\n"}else if(b.type==="select-one"||b.type==="select-multiple"){if(b.options[b.selectedIndex].value===
"")return b.name+" is a required field.\n"}else if(b.length===0||b.value==="")return b.name+" is a required field.\n";return""};a.autoformatPhone=function(b){b=DF.$(b);var d=b.value;d=d.replace(new RegExp(/[^\d]/g),"");if(d.length!==10)return false;b.value=d.substr(0,3)+"-"+d.substr(3,3)+"-"+d.substr(6,4)};a.validatePhone=function(b,d){b=DF.$(b);a.autoformatPhone(b);if(d===false&&b.value==="")return"";if(!b.value.match(new RegExp(/^[1-9]\d{2}\-\d{3}\-\d{4}$/)))return"Please enter Phone Number in the format: 555-555-1234\n";
return""};a.validateEmail=function(b,d){b=DF.$(b);if(d===false&&b.value==="")return"";d=b.value;d=d.replace(/</g,"");d=d.replace(/>/g,"");b.value=d;b=d.indexOf("@");var g=d.length,f=d.indexOf(".");if(b===-1||b===0||b===g)return"Invalid E-mail Address.\n";if(f===-1||f===0||f===g)return"Invalid E-mail Address.\n";if(d.indexOf("@",b+1)!==-1)return"Invalid E-mail Address.\n";if(d.substring(b-1,b)==="."||d.substring(b+1,b+2)==="."||d.substring(g-1,g)==="."||d.substring(g-2,g-1)===".")return"Invalid E-mail Address.\n";
if(d.indexOf(".",b+2)===-1)return"Invalid E-mail Address.\n";if(d.indexOf(" ")!==-1)return"Invalid E-mail Address.\n";return""};a.validateZIP=function(b,d){b=DF.$(b);if(d===false&&b.value==="")return"";b=b.value;if(b.length!==5)return"Please enter a 5-digit ZIP Code.\n";if(b==="00000")return"Please enter a 5-digit ZIP Code.\n";if(!b.match(/^\d{5}$/))return"Please enter a valid 5-digit ZIP Code.\n";return""}})();
(function(){Function.prototype.createCallback=function(){var a=arguments,b=this;return function(){return b.apply(window,a)}};Function.prototype.createDelegate=function(a,b){var d=this;return function(){return d.apply(a,b||arguments)}};Function.prototype.createChain=function(a,b){if(typeof a!=="function")return this;var d=this;return function(){var g=d.apply(this||window,arguments);a.apply(b||this||window,arguments);return g}};Function.prototype.defer=function(){var a=this.createDelegate(this,arguments);
return window.setTimeout(a,10)}})();DF.namespace("DF.evt");DF.evt.DomLoadEvents=[];DF.evt.AddDomLoadEvent=function(a){$(document).ready(a)};DF.evt.AddLoadEvent=function(a){$(document).ready(a)};DF.evt.AddUnloadEvent=function(a){var b=window.onunload;window.onunload=typeof window.onunload!=="function"?a:function(){b();a()}};
DF.evt.CancelEvent=function(a){if(typeof a.preventDefault==="function")a.preventDefault();else a.preventDefault=true;if(typeof a.cancelBubble==="function")a.cancelBubble();else a.cancelBubble=true;if(typeof a.cancelEvent==="function")a.cancelEvent();else a.cancelEvent=true;if(typeof a.stopPropagation==="function")a.stopPropagation();else a.stopPropagation=true;return a.returnValue=false};DF.evt.PreventDefault=function(a){if(a.preventDefault)a.preventDefault();else a.returnValue=false};
DF.evt.CustomEvent=function(a){this.type=a;this.scope=window;this.subscribers=[]};
DF.evt.CustomEvent.prototype={subscribe:function(a){this.subscribers.push(new DF.evt.Subscriber(a))},unsubscribe:function(a){for(var b=false,d=0,g=this.subscribers.length;d<g;++d){var f=this.subscribers[d];if(f&&f.contains(a)){this._delete(d);b=true}}return b},fire:function(){var a=this.subscribers.length;if(a){for(var b=[],d=0;d<arguments.length;++d)b.push(arguments[d]);for(d=0;d<a;++d){var g=this.subscribers[d];g&&g.fn.call(window,this.type,b)}}},unsubscribeAll:function(){for(var a=0,b=this.subscribers.length;a<
b;++a)this._delete(b-1-a)},_delete:function(a){var b=this.subscribers[a];b&&delete b.fn;this.subscribers.splice(a,1)}};DF.evt.Subscriber=function(a){this.fn=a;this.obj=null;this.override=false};DF.evt.Subscriber.prototype.contains=function(a){return this.fn===a};
if(!DF.evt.Event)DF.evt.Event=function(){var a=[];return{EL:0,TYPE:1,FN:2,addListener:function(b,d,g){if(DF.Detect.isArray(b))for(var f=0;f<b.length;f++)DF.evt.Event.addListener(b[f],d,g);else{if(!g||!g.call)return false;if(typeof b==="string")b=document.getElementById(b);if(!b)return false;a[a.length]=[b,d,g];if(b.addEventListener)b.addEventListener(d,g,false);else b.attachEvent&&b.attachEvent("on"+d,g);return true}},removeListener:function(b,d,g,f){if(!g||!g.call)return false;if(typeof b==="string")b=
document.getElementById(b);var h=null;if("undefined"===typeof f)f=this._getListenerIndex(b,d,g);if(f>=0)h=a[f];if(!b||!h)return false;if(b.removeEventListener)b.removeEventListener(d,h[this.FN],false);else b.detachEvent&&b.detachEvent("on"+d,h[this.FN]);delete a[f][this.FN];a.splice(f,1);return true},_getListenerIndex:function(b,d,g){for(var f=0,h=a.length;f<h;++f){var k=a[f];if(k&&k[this.FN]===g&&k[this.EL]===b&&k[this.TYPE]===d)return f}return-1},_unload:function(){if(a&&a.length>0)for(var b=a.length;b;){var d=
b-1,g=a[d];g&&this.removeListener(g[this.EL],g[this.TYPE],g[this.FN],d);b-=1}}}}();DF.namespace("DF.connection");
DF.connection={_xmlReqType:["MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],_connect:function(a,b,d,g,f,h){var k=null;try{k=new XMLHttpRequest}catch(j){for(var e=0;e<this._xmlReqType.length;e++)try{if(k=new ActiveXObject(this._xmlReqType[e]))break}catch(i){k=null}}if(k){if(g)b=b.indexOf("?")>-1?b+"&randDC="+Math.random():b+"?randDC="+Math.random();g=true;if(h)g=false;if(d)k.onreadystatechange=this.connectionUpdateHandler.createDelegate(this,[k,d]);k.open(a,b,g);if(f){k.setRequestHeader("Content-length",
f.length);k.setRequestHeader("Content-type","application/x-www-form-urlencoded");k.setRequestHeader("Connection","close")}k.send(f?f:null)}return k},connectionUpdateHandler:function(a,b){try{if(a.readyState===4){a.status!==200&&DF.Twc&&DF.Twc.OmnitureHelper&&DF.Twc.OmnitureHelper.setPropAndSubmit("prop10","twc.com > error > Ajax Error ("+a.status+")");var d;d=a.status===200?{status:a.status,ok:true,responseText:a.responseText,argument:b?b.argument:null,responseXML:a.responseXML}:{status:a.status,
ok:false,responseText:null,argument:b?b.argument:null,responseXML:null};b&&b.delegate&&b.delegate(d);return d}}catch(g){}},asyncConnect:function(a,b,d,g,f,h){return this._connect(a,b,d,g,f,h)},syncConnect:function(a,b,d,g){return this.connectionUpdateHandler(this._connect(a,b,null,d,g,true),null)},swapContentByName:function(a,b,d){DF.connection.asyncConnect(a,b,{delegate:function(g){if(g.ok)for(var f=document.getElementsByName(d),h=0;h<f.length;h++){DF.Dom.SetInnerHtml(f[h],g.responseText,true);for(var k=
f[h].getElementsByTagName("script"),j=0;j<k.length;j++){var e=document.createElement("script");e.text=k[j].text;f[h].appendChild(e);j++}}}})}};
(function(){DF.namespace("DF.Dom");DF.Dom=function(){var a=function(e,i){e=DF.$(e);e=e.className.split(" ");for(var c=0;c<e.length;c++)if(e[c]===i)return true;return false},b=function(e,i){if(e=DF.$(e)){DF.Detect.isArray(i)||(i=[i]);for(var c=[],l=0;l<i.length;l++)DF.Dom.hasClass(e,i[l])||c.push(i[l]);e.className=e.className+" "+c.join(" ")}},d=function(e,i){if(e=DF.$(e)){DF.Detect.isArray(i)||(i=[i]);for(var c=e.className.split(" "),l=[],n=0;n<c.length;n++)i.contains(c[n])||l.push(c[n]);e.className=
l.join(" ")}},g=function(e,i,c){if(typeof c==="undefined"||c===null||c===window)c=document;var l=[];if(DF.Detect.isArray(e))for(var n=0;n<e.length;n++)l.pushNotEmpty(c.getElementsByTagName(e[n]));else l.pushNotEmpty(c.getElementsByTagName(e));e=[];for(c=0;c<l.length;c++)if(i===null||i(l[c]))e.push(l[c]);return e},f=function(e,i,c){if(document.getElementsByClassName){if(typeof c==="undefined"||c===null||c===window)c=document;return c.getElementsByClassName(i)}return g(e,function(l){return a(l,i)},
c)},h=function(e,i){e=document.getElementsByName(e);for(var c=0;c<e.length;c++)e[c].style.display=i},k=function(e){if(DF.Detect.isString(e))return e.split("&").join("&amp;").split("<").join("&lt;").split(">").join("&gt;")},j=function(e,i,c){if(e!==null){e=DF.$(e);e.innerHTML=c?i:k(i)}};return{hasClass:function(e,i){return a(e,i)},addClass:function(e,i){b(e,i)},removeClass:function(e,i){d(e,i)},findElements:function(e,i,c){return g(e,i,c)},findElementsWithClassName:function(e,i,c){return f(e,i,c)},
SetDisplayByName:function(e,i){h(e,i)},EscapeHtml:function(e){return k(e)},SetInnerHtml:function(e,i,c){j(e,i,c)}}}()})();
(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(a){return this.indexOf(a)===0};String.prototype.endsWith=function(a){return this.lastIndexOf(a)+a.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(a,b){if(b<=this.length)return this;else{for(var d="",g=0;g<b-this.length;g++)d+=a;return d+this}};String.prototype.padRight=function(a,b){if(b<=this.length)return this;else{for(var d="",g=0;g<b-this.length;g++)d+=a;return this+d}}})();DF.namespace("Level");DF.Level=function(a,b,d,g){this.Number=a;this.Id=b;this.Name=d;this.ShortName=g};
DF.Level.prototype={string:function(){return this.Number+"|"+this.Id},fileSafeString:function(){return this.Number+"_"+this.Id},sameAs:function(a){if(DF.Detect.isUndefined(a.Number)||DF.Detect.isUndefined(a.Id))return false;return this.Number===a.Number&&this.Id===a.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 a=0;for(var b in this)typeof this[b]!=="undefined"&&a++;return a};Array.prototype.contains=function(a){for(var b in this)if(this[b]===a)return true;return false};Array.prototype.binarySearchContains=function(a,b,d){b=b>-1?b:0;d=d>-2?d:this.length;d=d<b?b:d;var g=Math.floor((d-b)/2+b);return this[g]===a?true:b===d?false:this[g]<a?this.binarySearchContains(a,g+1,d):this.binarySearchContains(a,b,g-1)};Array.prototype.pushNotEmpty=function(a){if(!a)return this.length;
if(a.length===0)return this.length;if(typeof a.length==="number"&&typeof a[0]!=="undefined"){for(var b=0;b<a.length;b++)this.push(a[b]);return this.length}return this.push(a)}})();DF.namespace("Cookies");
DF.Cookies=function(){var a=function(h){if(DF.Detect.isString(h)){if(h.isNumeric())return parseInt(h,10);if(h.isFloat())return parseFloat(h)}return h},b=function(h){if(h.indexOf("=")===-1)return a(h);h=h.split("&");for(var k={},j=0;j<h.length;j++){var e=h[j].split("=");k[e[0]]=e.length===2?a(e[1]):true}return k},d=function(){for(var h={},k=document.cookie.split(";"),j=0;j<k.length;j++){var e=k[j].trim()+"",i=e.indexOf("=");if(i>0){var c=b(e.substr(i+1));h[e.substr(0,i)]=c}}return h},g=function(h){if(DF.Detect.isString(h))return h;
if(DF.Detect.isNumber(h))return h+"";var k=[];for(var j in h)h.hasOwnProperty(j)&&k.push(j+"="+h[j]);return k.join("&")},f=function(h,k,j,e,i){var c="";if(j){c=new Date;c.setTime(c.getTime()+j*24*60*60*1E3);c="; expires="+c.toGMTString()}e||(e="/");k=g(k);document.cookie=h+"="+k+c+"; path="+e+(i?"; domain="+i:"")};return{Get:function(h){var k=d();return DF.Detect.isUndefined(k[h])?null:k[h]},Set:function(h,k,j,e,i){f(h,k,j,e,i)},Remove:function(h){f(h,"",-1)}}}();
(function(){DF.namespace("DF.browserInformation");(DF.browserInformation=function(){var a,b,d,g=[{string:navigator.vendor,searchStr:"Apple",id:"Safari",versionStr:"Version",versMin:1.3,os:"mac"},{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:99},{string:navigator.userAgent,searchStr:"Opera",id:"Opera",versMin:99}],f=function(){for(var i=
0;i<g.length;i++){var c=g[i].string;if(c)if(c.indexOf(g[i].searchStr)!==-1)return g[i]}},h=function(){if(!a||a.os&&a.os!==$.os.name)return-1;b=navigator.userAgent;var i=b.indexOf(a.versionStr||a.id),c=null;if(i!==-1)if(c=parseFloat(b.substring(i+(a.versionStr||a.id).length+1)))return c;b=navigator.appVersion;i=b.indexOf(a.versionStr||a.id);if(i!==-1)if(c=parseFloat(b.substring(i+(a.versionStr||a.id).length+1)))return c;return-1},k=function(){return b},j=function(){return a},e=function(){return d};
return{init:function(){a=f();b=h(a);d=a&&b?a.versMin<=b:false},getBrowser:function(){return j()},getVersion:function(){return k()},isSupported:function(){return e()},isIE:function(){return a.id==="Explorer"}}}()).init()})();DF.namespace("DF.Util");DF.Util.getQueryParam=function(a){var b=document.location.search.replace("?","");b=b.split("&");for(var d=0;d<b.length;d++)if(b[d].toLowerCase().split("=")[0]===a.toLowerCase())return b[d].toLowerCase().split("=")[1];return""};
DF.Util.Textbox=function(a){this.el=DF.$(a);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 a=DF.Dom.findElements("input",function(g){g=DF.$(g);g=g.className.split(" ");for(var f=0;f<g.length;f++)if(g[f].match(/DefaultText_([^\s]*)/i))return true;return false}),b=[],d=0;d<a.length;d++)b[d]=new DF.Util.Textbox(a[d])};DF.Util.ScrollElementIntoView=function(a){if(a){a=a.offset().top-50;a=a<0?0:a;$("html,body").scrollTop(a)}};DF.evt.AddDomLoadEvent(DF.Util.Textbox.setTextBoxesWithDefaultTextEvents);
DF.evt.AddDomLoadEvent(function(){setTimeout(function(){try{if(DF.isIE6()){var a=window;setTimeout(function(){try{!window.MARKUP_WINDOW&&window.parent&&window.parent.MARKUP_WINDOW&&a.parent.IE6Initialize(document.body.scrollWidth,document.body.scrollHeight)}catch(d){}},200)}}catch(b){}},0)});
DF.evt.AddLoadEvent(function(){setTimeout(function(){try{if(DF.isIE6()){var a=window;setTimeout(function(){try{!window.MARKUP_WINDOW&&window.parent&&window.parent.MARKUP_WINDOW&&a.parent.IE6Initialize(document.body.scrollWidth,document.body.scrollHeight)}catch(d){}},200)}}catch(b){}},0)});DF.namespace("Detect");DF.Detect.isBoolean=function(a){return typeof a==="boolean"};DF.Detect.isfunction=function(a){return typeof a==="function"};DF.Detect.isNull=function(a){return a===null};
DF.Detect.isNumber=function(a){return typeof a==="number"&&isFinite(a)};DF.Detect.isObject=function(a){return a&&typeof a==="object"||DF.Detect.isfunction(a)};DF.Detect.isArray=function(a){return DF.Detect.isObject(a)&&a.constructor===Array};DF.Detect.isString=function(a){return typeof a==="string"};DF.Detect.isUndefined=function(a){return typeof a==="undefined"};DF.Detect.isUndefinedOrNull=function(a){return DF.Detect.isUndefined(a)||DF.Detect.isNull(a)};
DF.Detect.isNullOrEmpty=function(a){return a===null||a===""};DF.namespace("DF.Sort");DF.Sort.integeter=function(a,b){return a-b};(function(){DF.Console=function(a){return DF.PageInfo&&DF.PageInfo.Debug&&console&&console[a]?console[a]:function(){}}})();
(function(){DF.namespace("DF.Twc.Menus");var a,b,d=function(f,h){if(f.isHidden!==1)if(!(f.submarkets.length>0&&(!h||$.inArray(h,f.submarkets)<0))){var k=['<td><div class="MegaMenus_Category-wpr">'],j=false,e=0;k.push('<div class="MegaMenus_Category-hd">');if(f.icon){k.push('<div class="MegaMenus_CategoryImage-wpr">');f.headerUrl&&k.push('<a href="'+f.headerUrl+'">');k.push('<img hspace="0" align="bottom" src="'+f.icon+'" alt="'+f.header+'" title="'+f.header+'"/>');f.headerUrl&&k.push("</a>");k.push("</div>")}k.push("<h4>");
if(f.headerUrl)k.push('<a href="'+f.headerUrl+'"'+(f.headerNewWindowEnabled===1?' target="_blank"':"")+">");k.push(f.header);f.headerUrl&&k.push("</a>");k.push("</h4>");k.push("</div><div>");if(f.text){k.push("<p>"+f.text+"</p>");j=true}else{k.push("<ul>");var i=0;for(e=0;i<5&&e<f.links.length;e++)if(f.links[e].submarkets.length===0||h&&$.inArray(h,f.links[e].submarkets)>=0){k.push('<li><a href="'+f.links[e].url+'"'+(f.links[e].newWindowEnabled===1?' target="_blank"':"")+">"+f.links[e].name+"</a></li>");
i++;j=true}k.push("</ul>")}if(f.footer){h=f.footerNewWindowEnabled===1?' target="_blank"':"";if(f.footerIconEnabled===1&&f.footerImageIcon){k.push('<div class="MegaMenus_Category-ft">');k.push('<a href="'+f.footerUrl+'"'+h+">");k.push('<img hspace="0" align="bottom" src="'+f.footerImageIcon+'" alt="'+f.footer+'" title="'+f.footer+'"/>');k.push("</a></div>")}else k.push('<a href="'+f.footerUrl+'"'+h+">"+f.footer+"</a>")}k.push("</div></div></td>");if(j===true)f.html=k.join("")}},g=function(f,h,k){if(!f&&
!h&&!k)return"";var j=["<table><tr>"],e=0,i=DF.Cookies.Get("Level").SubMarketID,c=[];for(e=0;c.length<6&&e<f.length;e++){d(f[e],i);f[e].html&&c.push(f[e].html)}f=[];for(e=0;f.length<2&&e<h.length;e++){d(h[e],i);h[e].html&&f.push(h[e].html)}e=0;h=c.length;var l=f.length;e=h+l===0?0:h===2&&l===0||h<2&&l<2?1:2;var n=0;switch(e){case 0:break;case 1:for(e=0;e<h;e++){j.push(c[e]);n++}for(e=0;e<l;e++){j.push(f[e]);n++}break;case 2:for(e=0;e<h;e+=2){j.push(c[e]);n++}for(e=0;e<l;e+=2){j.push(f[e]);n++}j.push("</tr><tr>");
for(e=1;e<h;e+=2)j.push(c[e]);h%2===1&&j.push("<td/>");for(e=1;e<l;e+=2)j.push(f[e]);l%2===1&&j.push("<td/>");break}if(k&&(k.submarkets.length===0||i&&$.inArray(i,k.submarkets)>=0)){j.push('<tr><td colspan="'+n+'">');j.push('<div class="MegaMenu_Menu_Banner"><div class="MegaMenu_Menu_Banner-img"><img src="'+k.ImageURL+'" alt="'+k.ImageLabel+'" title="'+k.ImageLabel+'"/></div><div class="MegaMenu_Menu_Banner-text">'+k.Text+'</div><div class="MegaMenu_Menu_Banner-link"><a href="'+k.LinkURL+'">'+k.LinkLabel+
"</a></div></div>");j.push("</td></tr>")}if(j.length!==1){j.push("</tr></table>");return j.join("")}};DF.Twc.Menus.TopMenu=function(f,h){this.el=DF.$(f);this.menu=h.menu;this.menuId=h.menu.id;this.menuIndex=h.menuIndex;this.hasElement=!!this.el;this.text=h.menu.text;this.href=h.menu.dest;this.hasDrop=h.hasDrop;this.hasGlow=h.hasGlow;this.isMegaMenu=h.isMegaMenu;if(this.hasElement){if(h.isSelected){DF.Dom.addClass("masthead_box",this.el.id+"_selected");DF.Dom.addClass("Masthead_GlowWrap",this.el.id+
"_selected")}if(h.isMegaMenu){DF.evt.Event.addListener(this.el,"click",this.nav.createDelegate(this));if((this.children=DF.$(f+"_drop"))&&!DF.Detect.isNull(this.menu.children)){if(f=g(this.menu.children.leftCategories,this.menu.children.rightCategories,this.menu.children.banner)){h=['<div class="Masthead_MegaMenu-arrow"></div>'];h.push('<div class="Masthead_MegaMenu-wpr" id="Masthead_Menu'+this.menuIndex+'Mega">');h.push('<div class="Masthead_MegaMenu-bd-wpr">');h.push('<div class="Masthead_MegaMenu-left"></div>');
h.push('<div class="Masthead_MegaMenu-right"></div>');h.push('<div class="Masthead_MegaMenu-bd">'+f+"</div>");h.push("</div>");h.push('<div class="Masthead_MegaMenu-bottom-wpr">');h.push('<div class="Masthead_MegaMenu-bottom-middle"></div>');h.push('<div class="Masthead_MegaMenu-bottom-left"></div>');h.push('<div class="Masthead_MegaMenu-bottom-right"></div>');h.push("</div>");h.push("</div>");h=h.join("").replace(/id="Menu_\d+"/gi,"");DF.Dom.SetInnerHtml(this.children,h,true);if(navigator.appVersion.indexOf("MSIE 7.")!==
-1){f=$("#Masthead_Menu"+this.menuIndex+"Mega");$("#Masthead_Menu"+this.menuIndex+"Mega .Masthead_MegaMenu-bottom-middle").width(f.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(h.hasDrop){DF.evt.Event.addListener(this.el,"click",this.nav.createDelegate(this));if((this.children=DF.$(f+"_drop"))&&!DF.Detect.isNull(this.menu.children)){f=
'<div class="MenuItemWrap"><div class="Menu_DropDownBg"></div><div class="MenuItemTopShadow"></div><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>';f=f.replace(/id="Menu_\d+"/gi,
"");if(DF.browserInformation.isIE()&&0)f+='<iframe src="about:blank" id="'+this.el.id+'_ifr"></iframe>';DF.Dom.SetInnerHtml(this.children,f,true);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}f=DF.$(this.el.id+"Wrap");DF.evt.Event.addListener(f,"mouseover",this._onMouseOver.createDelegate(this));DF.evt.Event.addListener(f,"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(){a&&a!==this&&a.hideChildren();if(this.hasGlow){if(!DF.Dom.hasClass("pagewrap_box",this.el.id+"_selected")){DF.Dom.addClass("masthead_box",this.el.id+"_hover");DF.Dom.addClass("Masthead_GlowWrap",this.el.id+"_hover")}DF.Dom.hasClass(this.el,"Masthead_Menu_hover")||DF.Dom.addClass(this.el,"Masthead_Menu_hover")}if(this.hasDrop)if(this===
a&&b){clearTimeout(b);b=null}else this.showChildren()},_onMouseOut:function(){if(this.hasGlow){DF.Dom.removeClass("masthead_box",this.el.id+"_hover");DF.Dom.removeClass("Masthead_GlowWrap",this.el.id+"_hover");DF.Dom.removeClass(this.el,"Masthead_Menu_hover")}if(this.hasDrop)b=setTimeout(this.hideChildren.createDelegate(this),300)},showChildren:function(){a&&a!==this&&a.hideChildren();a=this;if(this.isMegaMenu){var f=$("#Masthead_Menu"+this.menuIndex+"Mega"),h=$("#Masthead_Menu"+this.menuIndex+"Wrap").position().left,
k=parseInt(f.css("max-width"),10),j=$("#Masthead_MenuBar").width(),e=2+(j-k)/2,i=f.width();if(i===k)f.css("left",e-h);else i+h>j&&f.css("left",j-(i+h))}else{if(document.all)this.children.style.width="500px";f=DF.Dom.findElementsWithClassName("span","MenuText",this.children);for(k=h=0;k<f.length;k++)h=Math.max(h,f[k].offsetWidth);f=Math.max(162,h+2);this.children.style.width=f+"px";DF.Dom.findElementsWithClassName("div","MenuBotDropDn",this.el.parentNode)[0].style.width=f+2+6+"px"}DF.Dom.addClass(this.children,
"Menu_topDropdown-hover")},hideChildren:function(){DF.Dom.removeClass(this.children,"Menu_topDropdown-hover");if(a===this)a=null}};DF.Twc.Menus.MenuManager=function(){var f=function(){var j=$("#secondnav_display");if(j.length!==0){j.css("visibility","hidden");var e=j.width(),i=0;for($("#secondnav_ul li").each(function(){i+=$(this).width()});i>e&&$("#secondnav_ul li").size()>1;){i-=$("#secondnav_ul").children("li:last").width();$("#secondnav_ul").children("li:last").remove()}j.css("visibility","visible")}},
h=function(j){var e=DF.$("thirdnav_box");if(!(DF.Detect.isUndefinedOrNull(e)||DF.Detect.isNull(j.secondary)||DF.Detect.isNull(j.secondary.children))){DF.Dom.SetInnerHtml(e,'<span id="thirdnav_selected"></span>'+j.secondary.children.html,true);e=DF.$("thirdnav_selected");if(DF.Detect.isNull(j.tertiary))e.style.display="none";else{j=DF.$("Menu_"+j.tertiary.id);e.style.top=j.offsetTop+"px";DF.Dom.addClass(j,"MenuNode_selected")}}},k=function(j){for(var e={primary:null,secondary:null,tertiary:null},i=
0;i<j.length;i++){if(j[i].id===DF.PageInfo.MenuId){e.primary=j[i];break}if(!DF.Detect.isNull(j[i].children))for(var c=j[i].children.menus,l=0;l<c.length;l++){if(c[l].id===DF.PageInfo.MenuId){e.primary=j[i];e.secondary=c[l];break}if(!DF.Detect.isNull(c[l].children))for(var n=c[l].children.menus,p=0;p<n.length;p++)if(n[p].id===DF.PageInfo.MenuId){e.primary=j[i];e.secondary=c[l];e.tertiary=n[p];break}if(!DF.Detect.isNull(e.secondary))break}if(!DF.Detect.isNull(e.primary))break}return e};$(document).ready(function(){if(DF.PageInfo&&
DF.PageInfo.isHomePage){DF.Dom.addClass("masthead_box","Masthead_EndCap_selected");DF.Dom.addClass("Masthead_GlowWrap","Masthead_EndCap_selected")}if(DF.Twc.Menus.MenuArray){var j=DF.Twc.Menus.MenuArray,e;if(DF.PageInfo.MenuId>-1){e=k(j);f(e);h(e)}for(var i=[],c=0;c<j.length;c++){var l={menu:j[c],menuIndex:c,hasDrop:!DF.PageInfo.disableDrop&&(c<=3||c===5||c===6),isImage:c<=5,hasGlow:c<=3||c===5||c===6,isSelected:e&&e.primary&&j[c].id===e.primary.id,isMegaMenu:c<=2&&DF.Twc.Menus.MegaMenuArray&&DF.Twc.Menus.MegaMenuArray[c]};
if(l.isMegaMenu)l.menu.children=DF.Twc.Menus.MegaMenuArray[c].leftCategories.length>0||DF.Twc.Menus.MegaMenuArray[c].rightCategories.length>0?{menus:[],leftCategories:DF.Twc.Menus.MegaMenuArray[c].leftCategories,rightCategories:DF.Twc.Menus.MegaMenuArray[c].rightCategories,banner:DF.Twc.Menus.MegaMenuArray[c].banner}:null;i.push(new DF.Twc.Menus.TopMenu("Masthead_Menu"+c,l))}if(e=DF.$("Masthead_Go"))e.href=j[5].dest}DF.evt.Event.addListener("Masthead_Home","mouseover",function(){DF.$("Masthead_ActiveGlowEndCap").style.display=
"block"});DF.evt.Event.addListener("Masthead_Home","mouseout",function(){DF.$("Masthead_ActiveGlowEndCap").style.display=""})});return{}}()})();
(function(){DF.namespace("DF.Twc.Menu");DF.Twc.Menu.FontResizer=function(){var a={},b=function(g){a.el&&a.el.attr("src",a.el.attr("src").replace("_on.png","_off.png"));a.size=g*1;a.el=$("#Masthead_TextResizer_"+a.size);a.el&&a.el.length>0&&a.el.attr("src",a.el.attr("src").replace("_off.png","_on.png"));DF.Dom.removeClass(document.body,["body_TextSize_0","body_TextSize_1","body_TextSize_2"]);DF.Dom.addClass(document.body,"body_TextSize_"+a.size);DF.Cookies.Set("FontSize2",a.size,365)},d=function(){var g=
$(this);g=g.attr("id").charAt(g.attr("id").length-1);b(g)};return{onDomReady:function(){DF.Cookies.Remove("FontSize");var g=DF.Cookies.Get("FontSize2");g=DF.Detect.isUndefinedOrNull(g)?0:g*1;b(g);$("#Masthead_TextResizer img").click(d)}}}();DF.evt.AddDomLoadEvent(DF.Twc.Menu.FontResizer.onDomReady)})();
(function(){var a=DF.namespace("DF.Twc.Cookie");DF.Twc.Cookie.getDomainName=function(){var b=document.domain.split(".");return b.length>2?b[b.length-2]+"."+b[b.length-1]:""};DF.Twc.Cookie.SetLevel=function(b){DF.Cookies.Set("Level",b,365,"/",a.getDomainName())};DF.Twc.Cookie.SetZip=function(b){DF.Cookies.Set("Zip",b,365,"/",a.getDomainName())};DF.Twc.Cookie.GetZip=function(){return DF.Cookies.Get("Zip")};DF.Twc.Cookie.RemoveZip=function(){DF.Cookies.Set("Zip","",-10,"/",a.getDomainName())}})();
(function(){DF.namespace("DF.Twc.Cookie");DF.Twc.Cookie.Session=function(){var a=function(f){var h=DF.Cookies.Get("Session");if(!h)return null;if(!DF.Detect.isObject(h))return null;return h[f]?h[f]:null},b=function(f,h){var k=DF.Cookies.Get("Session");if(!k||!DF.Detect.isObject(k))k={};k[f]=h;DF.Cookies.Set("Session",k)},d=function(f){var h=DF.Cookies.Get("Session");if(h&&DF.Detect.isObject(h))if(h[f]){var k={};for(var j in h)if(h.hasOwnProperty(j))if(j!==f)k[j]=h[j];DF.Cookies.Set("Session",k)}},
g=function(f){var h=DF.Cookies.Get("Session");if(!h||!DF.Detect.isObject(h))return false;return h[f]?true:false};return{AddSessionCookie:function(f,h){b(f,h)},GetSessionCookie:function(f){return a(f)},RemoveSessionCookie:function(f){d(f)},IsCookieSet:function(f){return g(f)}}}()})();
(function(){DF.namespace("DF.Twc");DF.Twc.EnglishContentOverlay=function(){var a=function(){history.back(-1);DF.Twc.OverlayController.hideOverlay()},b=function(d){if(DF.PageInfo.language!=="en-us"){var g={};g.standardLayout=true;g=new DF.Twc.Overlay2("EnglishContentOverlay",g);$("#EnglishContentOverlayContent").html(d);DF.Twc.OverlayController.showOverlay(g);$(".MultiLang_Interstitial_GoButton").click(function(){DF.Twc.OverlayController.hideOverlay()});$("#EnglishContentCloseButton").click(a);window.scrollTo(0,
0)}};return{show:function(d){b(d)}}}()})();
(function(){DF.namespace("DF.Twc");DF.Twc.OverlayController=function(){var a=false,b=[],d=function(c){if(c&&DF.$(c.elt())){DF.Dom.addClass(c.elt(),"gbl_hidden");c.origParent()&&DF.$(c.origParent()).appendChild(DF.$(c.elt()))}$("#OverlayShadowMask").removeClass("Overlay_Shadow-Mask-Transparent");DF.$("OverlayContent").innerHTML=""},g=function(){for(var c=DF.Dom.findElements("select",null,DF.$("OverlayContent")),l=document.documentElement.getElementsByTagName("select"),n=0;n<l.length;n++){for(var p=
false,m=0;m<c.length;m++)if(l[n]===c[m]){p=true;break}p||DF.Dom.addClass(l[n],"Overlay_Hide-DropDown")}},f=function(){for(var c=document.documentElement.getElementsByTagName("select"),l=0;l<c.length;l++)DF.Dom.removeClass(c[l],"Overlay_Hide-DropDown")},h=function(c){var l=document.getElementsByTagName("html")[0];document.getElementsByTagName("body");DF.$("OverlayContent").style.position="absolute";var n=DF.$("OverlayContent").clientHeight,p=l.clientHeight,m=l.clientWidth,o=l.scrollTop;l=l.scrollLeft;
var q=$(window).scrollTop();q=!q?o:q;var r=$("#OverlayContent");if(!(r.offset().top<q&&q+p<r.offset().top+n))if(r.offset().top<q||r.offset().top>q+p||r.offset().top+n<q){q=q<0?0:q;r.offset({top:q,left:r.offset().left})}else{DF.$("OverlayContent").style.top=p/2+o-n/2+"px";DF.$("OverlayContent").style.left=m/2+l-c/2+"px"}},k=function(c){var l=document.getElementsByTagName("html")[0];document.getElementsByTagName("body");var n=DF.$("OverlayContent").clientHeight,p=l.clientHeight;l=l.clientWidth;if(n>
p||c>l)h(c);else{DF.$("OverlayContent").style.position="fixed";DF.$("OverlayContent").style.top=(p-n)/2+"px";DF.$("OverlayContent").style.left=(l-c)/2+"px"}},j=function(){var c=DF.$("OverlayShadowMask");if(c.clientHeight>32768)c.style.height="32768px"},e=function(c){if(DF.browserInformation.isIE()&&DF.browserInformation.getVersion()<7){h(c);j()}else k(c)},i=function(){var c=b.pop();b.push(c);c.config()&&c.config().standardLayout&&e(469);c.config()&&c.config().width&&e(c.config().width);c.config()&&
c.config().widthFn&&e(c.config().widthFn())};$("body").bind("showOverlayEvent",function(c,l){if((c=l._config)&&c.additionalJs&&!l._scriptTag){var n=document.createElement("script");n.type="text/javascript";n.src=c.additionalJs;l._scriptTag=n;$("body").append(n)}c&&c.overlayShowCb&&c.overlayShowCb.call()});$("body").bind("hideOverlayEvent",function(c,l){if(l._scriptTag)l._scriptTag=null});return{showOverlayEvent:new DF.evt.CustomEvent("showOverlay"),hideOverlayEvent:new DF.evt.CustomEvent("hideOverlay"),
showOverlay:function(c){if(a===true){var l=b.pop();d(l);b.push(l);l&&$("body").trigger("hideOverlayEvent",l)}else{DF.$("OverlayShadowMask").style.display="block";DF.evt.Event.addListener(window,"resize",i);DF.evt.Event.addListener(window,"scroll",i)}c.config().transparentMask&&$("#OverlayShadowMask").addClass("Overlay_Shadow-Mask-Transparent");b.push(c);if(c.elt()&&DF.$(c.elt())){DF.$("OverlayContent").appendChild(DF.$(c.elt()));DF.Dom.removeClass(c.elt(),"gbl_hidden")}else DF.Dom.SetInnerHtml("OverlayContent",
c.innerHtml(),true);g();DF.Dom.removeClass(DF.$("OverlayContent"),"gbl_hidden");a=true;c&&$("body").trigger("showOverlayEvent",c);c.config()&&c.config().standardLayout&&this.updateOverlayPosition(469);c.config()&&c.config().width&&this.updateOverlayPosition(c.config().width);c.config()&&c.config().widthFn&&this.updateOverlayPosition(c.config().widthFn())},hideOverlay:function(){var c=b.pop();d(c);f();c&&$("body").trigger("hideOverlayEvent",c);if(c=b.pop()){if(c.elt()&&DF.$(c.elt())){DF.$("OverlayContent").appendChild(DF.$(c.elt()));
DF.Dom.removeClass(c.elt(),"gbl_hidden")}else DF.Dom.SetInnerHtml("OverlayContent",c.innerHtml(),true);b.push(c);c&&$("body").trigger("showOverlayEvent",c)}else{$("#OverlayShadowMask").removeClass("Overlay_Shadow-Mask-Transparent");DF.$("OverlayShadowMask").style.display="none";DF.Dom.addClass(DF.$("OverlayContent"),"gbl_hidden");a=false;DF.evt.Event.removeListener(window,"resize",i);DF.evt.Event.removeListener(window,"scroll",i)}},updateOverlayPosition:function(c){e(c)}}}()})();DF.namespace("DF.Twc");
DF.Twc.Overlay2=function(a,b){this._innerHtml=this._elt=this._origParent=null;this._config=b;this._scriptTag=null;if(this._config.dynamic){b=null;b=this._config.postData?DF.connection.syncConnect("POST",a,false,this._config.postData):DF.connection.syncConnect("GET",a,false,null);if(b.ok)this._innerHtml=b.responseText}else if(DF.$(a)&&DF.$(a).nodeType&&DF.$(a).tagName){this._origParent=DF.$(a).parentNode;this._elt=a}else this._innerHtml=a};
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(a){var b,d,g,f,h,k,j,e,i=720,c=600,l=function(n,p){n=(new RegExp("[\\?&]"+n+"=([^&#']*)")).exec(p);return n===null?"":n[1]};(function(n){n=/\?.+/i.exec(n.href);f=l("height",n);g=l("width",n);h=l("autoplay",n);k=l("loop",n);j=l("source",n);e=l("longDescrip",n);c=f;i=g})(a);(function(){var n=/\.(\w+)$/.exec(j.toLowerCase());if(n[1]==="wmv"){c=f*1+120;b='<OBJECT alt="'+e+'" 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="'+
g+'" height="'+c+'"><PARAM NAME="FILENAME" VALUE="'+j+'"/><PARAM NAME="AUTOSTART" VALUE="'+h+'"/><PARAM NAME="SHOWCONTROLS" VALUE="true"/><PARAM NAME="SHOWSTATUSBAR" VALUE="false"/><PARAM NAME="AUTOREWIND" VALUE="true"/><PARAM NAME="ShowDisplay" VALUE="true"/><EMBED SRC="'+j+'" WIDTH="'+g+'" HEIGHT="'+f+'" TYPE="video/x-ms-wmv" NAME="wmplayer" AUTOSTART="'+h+'" SHOWCONTROLS="1" SHOWSTATUSBAR="1" AUTOREWIND="1" SHOWDISPLAY="0"/></OBJECT>'}else if(n[1]==="mov"){c=f*1+16;b='<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="'+
g+'" HEIGHT="'+c+'"><PARAM NAME="controller" VALUE="TRUE" /><PARAM NAME="type" VALUE="video/quicktime" /><PARAM NAME="autoplay" VALUE="'+h+'" /><PARAM NAME="loop" VALUE="'+k+'" /><PARAM NAME="target" VALUE="myself" /><PARAM NAME="src" VALUE="'+j+'" /><PARAM NAME="SCALE" VALUE="tofit" /><PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html" /><EMBED SRC="'+j+'" WIDTH="'+g+'" HEIGHT="'+f+'" SCALE="tofit" AUTOPLAY="'+h+'" LOOP="'+k+'" CONTROLLER="TRUE" TARGET="myself" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"/></OBJECT>'}else if(n[1]===
"rm")b='<OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH="'+g+'" HEIGHT="'+f+'"><PARAM NAME="SRC" VALUE="'+j+'"/><PARAM NAME="AUTOSTART" VALUE="'+h+'"/><PARAM NAME="LOOP" VALUE="'+k+'"/><PARAM NAME="CONTROLS" VALUE="ImageWindow"/><PARAM NAME="CONSOLE" VALUE="v1"/><EMBED SRC="'+j+'" WIDTH="'+g+'" HEIGHT="'+f+'" AUTOSTART="'+h+'" LOOP="'+k+'" CONSOLE="v1" CONTROLS="ImageWindow" NOJAVA="true"/></OBJECT><BR/><OBJECT CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" WIDTH="'+g+'" HEIGHT="36"><PARAM NAME="SRC" VALUE="'+
j+'"/><PARAM NAME="CONTROLS" VALUE="ControlPanel"/><PARAM NAME="CONSOLE" VALUE="v1"/><EMBED SRC="'+j+'" WIDTH="'+g+'" HEIGHT="36" CONSOLE="v1" CONTROLS="ControlPanel" NOJAVA="true"/></OBJECT>';d='<div style="overflowY:visible; zIndex:200; height='+f+";width="+g+';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: 11px;"><col style="width: '+(i*1-22)+'px;"><col style="width: 11px;"><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">'+
b+'</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(j);var n={};n.widthFn=this.getInterstitialWidth;n=new DF.Twc.Overlay2(d,n);DF.Twc.OverlayController.showOverlay(n);n=DF.$("OverlayCloseButton");n.onclick=null;n.onclick=this.hideOverlay.createDelegate(this)},
hideOverlay:function(){DF.$("OverlayCloseButton").onclick=null;DF.Twc.OverlayController.hideOverlay()},getInterstitialWidth:function(){var n=0,p=DF.$("OverlayContent").getElementsByTagName("colGroup")[0].getElementsByTagName("col"),m;for(m=0;m<p.length;m++)n+=parseInt(p[m].style.width.replace("px",""),10);return n}}};
DF.Twc.MediaOverlay=function(){var a,b,d=500,g=400;return{setContentWidth:function(f){d=f},setContentHeight:function(f){g=f},setContent:function(f){a=f},showOverlay:function(){b='<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: 2px;"><col style="width: 11px;"><col style="width: '+(d*1-22)+'px;"><col style="width: 11px;"><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>';var f={};f.widthFn=this.getInterstitialWidth;f=new DF.Twc.Overlay2(b,f);DF.Twc.OverlayController.showOverlay(f);f=DF.$("OverlayCloseButton");f.onclick=null;f.onclick=this.hideOverlay.createDelegate(this)},hideOverlay:function(){DF.$("OverlayCloseButton").onclick=null;DF.Twc.OverlayController.hideOverlay()},
getInterstitialWidth:function(){var f=0,h=DF.$("OverlayContent").getElementsByTagName("colGroup")[0].getElementsByTagName("col"),k;for(k=0;k<h.length;k++)f+=parseInt(h[k].style.width.replace("px",""),10);return f}}};
var SetupMediaOverlayHandler=function(){var a=function(b){var d=b=b?b:window.event?window.event:null;if(b.target)d=b.target;else if(b.srcElement)d=b.srcElement;(new DF.Twc.Overlay(d)).showOverlay();DF.evt.PreventDefault(b);return false};DF.evt.AddDomLoadEvent(function(){document.getElementsByTagName("a");$("a.dfMovie").live("click",a)})}(),lns=DF.namespace("Twc.Localization");
lns.staticText={selectState:"Please select your state.",selectRegion:"Please select your region.",selectSubMarket:"Please select your submarket.",other:"Other",theZip:"The ZIP ",coversLargeArea:" covers a large area.",simpleZipValidation:"Please enter a valid 5-digit ZIP Code."};
(function(){function a(m,o,q){var r=document.createElement("option"),t=o.attributes[1]?o.attributes[1].nodeValue:null;r.value=o.attributes[0].nodeValue;r.value+=t!==null?"|"+t:"";r.innerText=o.childNodes[0].nodeValue;r.text=o.childNodes[0].nodeValue;r.defaultSelected=q;r.selected=q;m.appendChild(r)}function b(m,o,q){var r=document.createElement("option");r.value=o.attributes[0].nodeValue+"|"+o.attributes[2].nodeValue;r.innerText=o.attributes[1].nodeValue;r.text=o.attributes[1].nodeValue;r.defaultSelected=
q;r.selected=q;m.appendChild(r)}function d(){var m=document.createElement("option");m.value=-1;m.innerText="- "+lns.staticText.other+" -";m.text="- "+lns.staticText.other+" -";return m}function g(m){m=m.getElementsByTagName("Locale");if(m.length>0){n.style.display="none";for(var o=0;o<m.length;o++)b(n,m[o],m.length===1);n.style.display="inline";n.length>2&&DF.Twc.LocalizationOverlay.splitZip();m=n.onchange;try{m()}catch(q){}}else DF.Twc.LocalizationOverlay.noZipFound()}function f(m){var o=m.getElementsByTagName("Market");
if(o.length>0){l.style.display="none";for(m=0;m<o.length;m++)a(l,o[m],o.length===1);l.style.display="inline";o=l.onchange;try{o()}catch(q){}}else{o=m.getElementsByTagName("Submarket");for(m=0;m<o.length;m++)a(c,o[m],o.length===1);DF.Dom.findElementsWithClassName("div","LocalizationOverlay_Input_Go_SelectLocation");if(c.length>1){!$("#locOverSplitZip").attr("class")===" "&&c.insertBefore(d(),c.options[1]);$("#locOverSelectRegion").hasClass("localizationContentHide")||c.insertBefore(d(),c.options[1]);
c.style.display="inline"}else c.style.display="none";p.fire()}}function h(m){if(m.ok){f(m.responseXML);p.unsubscribeAll()}}function k(){p.unsubscribeAll();var m=DF.$("localizationOverlay_ZIP"),o=DF.$("localizationOverlay_Submarket");if(n.length>2||n.length===2&&o.length>2){DF.$("locOverSplitZip").className="localizationContentShow";DF.$("locOverEnterZip").className="localizationContentHide";document.body.focus()}else if(n.length===2){if(o===null||o.length<4){var q=n.value.split("|")[0],r="/"+n.value.split("|")[1],
t=DF.Twc.LocalizationOverlay.attemptedTarget;DF.Twc.Cookie.SetZip(m.value);if(o&&o.selectedIndex>0){o=o.options[o.selectedIndex].value;var u=o.indexOf("|");m=o.substring(0,u);o=o.substring(u+1,o.length);DF.Twc.Cookie.SetLevel({Number:4,Id:q,SubMarketID:m,SubMarketName:o})}else DF.Twc.Cookie.SetLevel({Number:4,Id:q});DF.Twc.LocalizationOverlay.LocOverlay.hideOverlay();if(t&&t.toUpperCase().indexOf("PROGRAMYOURREMOTE")!==-1){t=t.replace(/^\/%5BMarketShortName%5D/,"/corporate");window.location=t}else if(t&&
t.toUpperCase().indexOf("JAVASCRIPT")===-1){t=t.replace(/^\/%5BMarketShortName%5D/,r);window.location=t}else window.location=r}}else DF.Twc.LocalizationOverlay.noZipFound()}function j(m){if(m.ok){m=m.responseXML;var o=DF.$("localizationOverlay_ZIP"),q=DF.$("splitZipHeader"),r=DF.$("SplitZipZipCode");q.innerHTML=lns.staticText.theZip+o.value+lns.staticText.coversLargeArea;r.value=o.value;p.unsubscribeAll();p.subscribe(k);g(m)}}function e(m){DF.connection.asyncConnect("GET",m,{delegate:h})}function i(m){DF.connection.asyncConnect("GET",
m,{delegate:j})}var c,l,n,p=new DF.evt.CustomEvent("load");lns.selectState=function(m,o){if(!(m<1)){m="/Localization/DivisionList.ashx?state="+m;o.length=1;l=o;e(m)}};lns.selectMarket=function(m,o){o.length=1;c=o;if(m<1)c.style.display="none";else e("/Localization/DivisionList.ashx?market="+m)};lns.selectMarketAndZip=function(m,o,q){q.length=1;c=q;if(m<1){c.style.display="none";m=DF.Dom.findElementsWithClassName("div","LocalizationOverlay_Input_Go_SelectLocation");if(m.length>0)m[0].style.marginLeft=
"127px"}else e("/Localization/DivisionList.ashx?market="+m+"&zip="+o)};lns.selectZip=function(m,o){o.length=1;n=o;m.length<5||i("/Localization/DivisionList.ashx?zip="+m)};lns.validateRegion=function(m,o){if(m.value==="-1"){alert(lns.staticText.selectState);m.focus();return false}if(o.value==="-1"){alert(lns.staticText.selectRegion);o.focus();return false}return true};lns.validateZipRegion=function(m,o){if(m.value==="-1"){alert(lns.staticText.selectRegion);m.focus();return false}if(o.style.display.toLowerCase()!==
"none"&&o.value==="-1"){alert(lns.staticText.selectSubMarket);o.focus();return false}return true};lns.RedirectToLink=function(m){window.location="/Localization/"+m.options[m.selectedIndex].value}})();
(function(){var a=DF.namespace("Twc.LocalizationOverlay");a.attemptedTarget=null;a.LocOverlay=function(){var b;return{overlay:b,showOverlay:function(d){b||(b=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/localization.ashx",{standardLayout:true,dynamic:true}));this.swapLocOverlayView(d);DF.Twc.OverlayController.showOverlay(b);$("#localizationOverlay_ZIP").hintInput();$("#OverlayContent1 .Overlay_CloseButton").click(this.hideOverlay)},hideOverlay:function(){DF.evt.Event.removeListener("localizationOverlay_ZIP",
"focus",a.clearZipFieldHelper);DF.Twc.OverlayController.hideOverlay()},swapLocOverlayView:function(d){DF.Dom.addClass(DF.$("locOverSelectRegion"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverSplitZip"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverZipNotFound"),"localizationContentHide");DF.Dom.addClass(DF.$("locOverEnterZip"),"localizationContentHide");switch(d){case "selectRegion":DF.Dom.removeClass(DF.$("locOverSelectRegion"),"localizationContentHide");break;case "splitZip":DF.Dom.removeClass(DF.$("locOverSplitZip"),
"localizationContentHide");break;case "noZipFound":DF.Dom.removeClass(DF.$("locOverZipNotFound"),"localizationContentHide");break;default:DF.Dom.removeClass(DF.$("locOverEnterZip"),"localizationContentHide");break}},updateMaskPosition:function(){DF.Twc.OverlayController.updateOverlayPosition(469)},setZipField:function(d){DF.$("localizationOverlay_ZIP").value=d},overlayClosed:new DF.evt.CustomEvent("overlayClosed")}}();a.clearZipFieldHelper=function(){var b=DF.$("localizationOverlay_ZIP");if(b)if(b.value===
"Enter ZIP Code"){b.value="";b.maxLength=5}};a.callOverlay=function(){a.LocOverlay.showOverlay()};a.overlayValidateZIP=function(b){if(validateZIP(b)){DF.Twc.Localization.selectZip(document.localizationZipLookup.localizationOverlay_ZIP.value,document.SplitZip.Locale);return false}return false};a.overlayValidateRegion=function(b,d,g){var f=DF.Twc.Localization.validateRegion(b,d,g);b=d.value.split("|")[0];d="/"+d.value.split("|")[1];if(f===false)return false;DF.Twc.Cookie.RemoveZip();if(g&&g.selectedIndex>
0){f=g.options[g.selectedIndex].value;var h=f.indexOf("|");g=f.substring(0,h);f=f.substring(h+1,f.length);DF.Detect.isNullOrEmpty(g)||DF.Detect.isNullOrEmpty(f)?DF.Twc.Cookie.SetLevel({Number:4,Id:b}):DF.Twc.Cookie.SetLevel({Number:4,Id:b,SubMarketID:g,SubMarketName:f})}else DF.Twc.Cookie.SetLevel({Number:4,Id:b});a.LocOverlay.hideOverlay();if(a.attemptedTarget&&a.attemptedTarget.toUpperCase().indexOf("PROGRAMYOURREMOTE")!==-1){a.attemptedTarget=a.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,
"/corporate");window.location=a.attemptedTarget}else if(a.attemptedTarget&&a.attemptedTarget.toUpperCase().indexOf("JAVASCRIPT")===-1){a.attemptedTarget=a.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,d);window.location=a.attemptedTarget}else window.location=d;return false};a.overlayValidateZipRegion=function(b,d){var g=DF.Twc.Localization.validateZipRegion(b,d),f=b.value.split("|")[0];b="/"+b.value.split("|")[1];if(g===false)return false;g=DF.$("SplitZipZipCode");DF.Twc.Cookie.SetZip(g.value);
if(d&&d.selectedIndex>0){g=d.options[d.selectedIndex].value;var h=g.indexOf("|");d=g.substring(0,h);g=g.substring(h+1,g.length);DF.Detect.isNullOrEmpty(d)||DF.Detect.isNullOrEmpty(g)?DF.Twc.Cookie.SetLevel({Number:4,Id:f}):DF.Twc.Cookie.SetLevel({Number:4,Id:f,SubMarketID:d,SubMarketName:g})}else DF.Twc.Cookie.SetLevel({Number:4,Id:f});a.LocOverlay.hideOverlay();if(a.attemptedTarget&&a.attemptedTarget.toUpperCase().indexOf("JAVASCRIPT")===-1){a.attemptedTarget=a.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,
b);window.location=a.attemptedTarget}else window.location=b;return false};a.doZipFormSubmit=function(b,d){var g=DF.$(b);b=DF.$("localizationOverlay_ZIP");g=g.value;this.attemptedTarget=d;this.callOverlay();this.LocOverlay.setZipField(g);this.overlayValidateZIP(b)};a.callZipFormSubmit=function(b,d){setTimeout(this.doZipFormSubmit.createDelegate(this,[b,d]),0)};a.localizeSplitZip=function(){var b=DF.$("localizationOverlay_Location"),d=b.options[b.selectedIndex].value.split("|")[0];b="/"+b.options[b.selectedIndex].value.split("|")[1];
DF.Twc.Cookie.SetLevel({Number:4,Id:d});a.LocOverlay.hideOverlay();if(a.attemptedTarget&&a.attemptedTarget.toUpperCase().indexOf("JAVASCRIPT")===-1){a.attemptedTarget=a.attemptedTarget.replace(/^\/%5BMarketShortName%5D/,b);window.location=a.attemptedTarget}else window.location=b;return false};a.stateChangeRequestTargets=function(b){var d=b.argument.href,g=document.location.href;b=b.responseText;var f=/^http[s]?:\/\/(.*?)\/(.*?\/)?(.*)[?]?/,h=d.match(f);g=g.match(f);if(h&&h.length>1&&h[1]===g[1])h[2]!==
undefined&&b.replace(/\{ShortName\}/g,h[2].substring(0,h[2].length-1));else b.replace(/\{ShortName\}/g,d.substring(1,d.indexOf("/",1)));a.attemptedTarget=d;window.location=d};a.determineLocalizedLinks=function(b){var d,g=document.location.href;if(!(g.toUpperCase().indexOf("/CORPORATE/")===-1&&g.toUpperCase().indexOf("/ESPANOL/")===-1)){if(b)d=b.target||b.srcElement;if(d&&d.tagName==="A")if(!d.href.toUpperCase().startsWith("JAVASCRIPT")){g=d.href;if(g.toUpperCase().indexOf("/LOCALIZATION/")!==-1){var f=
DF.Cookies.Get("Level");if(!f||f.Number===1&&f.Id===1||f.Number===4&&f.Id===146)if(!(d.id&&d.id==="Masthead_LocalizedState_Anchor")){a.attemptedTarget=g;a.callOverlay();DF.evt.PreventDefault(b);return false}}else{d={};d.argument={};d.argument.href=g;d.delegate=a.stateChangeRequestTargets;DF.connection.asyncConnect("GET","/Localization/RequestTargets.xml",d,true,null);DF.evt.PreventDefault(b);return false}}}};a.searchByStateRegion=function(){a.LocOverlay.swapLocOverlayView("selectRegion");a.LocOverlay.updateMaskPosition()};
a.searchByZipCode=function(){a.LocOverlay.swapLocOverlayView("enterZip");a.LocOverlay.updateMaskPosition()};a.splitZip=function(){a.LocOverlay.swapLocOverlayView("splitZip");a.LocOverlay.updateMaskPosition()};a.noZipFound=function(){a.LocOverlay.swapLocOverlayView("noZipFound");a.LocOverlay.updateMaskPosition()};DF.evt.Event.addListener(document.body,"click",DF.Twc.LocalizationOverlay.determineLocalizedLinks)})();
(function(){DF.evt.AddLoadEvent(function(){var a=$(".copyHeavyTable p:first-child");a&&a.addClass("firstChild");(a=$(".copyHeavyTable p:last-child"))&&a.addClass("lastChild")}.createDelegate(this))})();
(function(){var a=DF.Detect.isNull;DF.namespace("Twc.Masthead");DF.Twc.Masthead=function(){var b=null,d=null,g=function(h){if(DF.browserInformation.isIE())return typeof h.pathname==="string"&&h.pathname==="";return h.pathname&&h.pathname==="/"},f=function(){var h=DF.Cookies.Get("Level")||{Number:1,Id:1},k=DF.PageInfo.Level;if(!k.sameAs(h)&&!k.sameAs({Number:1,Id:1})){DF.Twc.Cookie.RemoveZip();DF.Twc.Cookie.SetLevel({Number:k.Number,Id:k.Id})}d=new DF.Twc.Masthead.Localizer("Masthead_LocalizedState");
if(!k.isCorporate()){h=DF.$("Masthead_Home");var j=DF.$("Masthead_LogoWrapper");j=DF.Dom.findElements("a",g,j);h!==null&&j.push(h);for(h=0;h<j.length;h++)j[h].href="/"+k.ShortName+"/"}};return{init:function(h){b=DF.$(h);f()},onLocalizationClick:function(h){h=h||window.event;DF.Twc.LocalizationOverlay.callOverlay();return DF.evt.PreventDefault(h)},staticText:{cluUrl:"clu/clu.ashx",localizedCorporateMessage:"See What's Available in Your Area",localizedDivisionMessage:"(Change)"}}}();DF.Twc.Masthead.Localizer=
function(b){this.ele=DF.$(b);this.init()};DF.Twc.Masthead.Localizer.prototype={init:function(){this.convertOldCookies();var b=DF.Cookies.Get("Level")||{Number:1,Id:1},d=DF.PageInfo.Level,g=this.getpath();DF.Twc.LocalizationOverlay.attemptedTarget=g;if(b.Number===1&&b.Id===1)DF.Dom.SetInnerHtml(this.ele,'<a id="Masthead_LocalizedState_Anchor" href="/Localization/Corporate.ashx?returnURL='+g+'">'+DF.Twc.Masthead.staticText.localizedCorporateMessage+"</a>",true);else{var f=DF.PageInfo.DisplayName;if(f===
"")f=d.Name;if(b.SubMarketName)f=b.SubMarketName;b=DF.Cookies.Get("Zip");if(!a(b)){b=b.toString();b=b.length<5?b.padLeft("0",5):b;f+=", "+b}DF.Dom.SetInnerHtml(this.ele,f+' <a id="Masthead_LocalizedState_Anchor" href="/Localization/Corporate.ashx?returnURL='+g+'">'+DF.Twc.Masthead.staticText.localizedDivisionMessage+"</a>",true)}DF.evt.Event.addListener(DF.$("Masthead_LocalizedState_Anchor"),"click",DF.Twc.Masthead.onLocalizationClick)},getpath:function(){var b=window.location.href.toLowerCase(),
d=window.location.hostname.toLowerCase(),g=DF.PageInfo.Level.ShortName.toLowerCase(),f=b.match(/^http[s]?:\/\/.*?\/(.*?\/)?(.*)/);b=b.match("http:")?b.replace("http://",""):b.replace("https://","");b=b.replace(d,"");b=b.replace(g+"/","");b=b.replace("//","/");if(b.indexOf(DF.Twc.Masthead.staticText.cluUrl)>0&&b.indexOf("?")!==-1)b=b.substring(0,b.indexOf("?"));if(b.length<0)b="/";if(f[1]!==undefined)if(f[1].substring(0,f[1].length-1).toLowerCase()===g.toLowerCase())b="/%5BMarketShortName%5D"+b;return b},
convertOldCookies:function(){var b=DF.Cookies,d=b.Get("LevelNumber"),g=b.Get("LevelID"),f=b.Get("SubMarketID"),h=b.Get("SubMarketHeaderText");b.Remove("LevelNumber");b.Remove("LevelID");b.Remove("SubMarketID");b.Remove("SubMarketHeaderText");if(!(DF.Detect.isNull(d)||DF.Detect.isNull(g)||!DF.Detect.isNull(b.Get("Level")))){d={Number:d,Id:g};if(!a(f)&&!a(h)){d.SubMarketID=f;d.SubMarketName=h}b.Set("Level",d)}}}})();
(function(){DF.namespace("DF.Twc.Menu.SearchBar");DF.Twc.Menu.SearchBar=function(){var a=[],b=function(d,g){this.el=DF.$(d);this.inputEl=DF.$(g.inputEl);DF.evt.Event.addListener(this.el,"click",this._onRadioBtnClick.createDelegate(this));DF.evt.Event.addListener(this.inputEl,"change",this._onInputChecked.createDelegate(this));g.isChecked&&this.check()};b.updateAllUI=function(){for(var d=0;d<a.length;d++)a[d]._updateUI()};b.prototype={_onRadioBtnClick:function(){this.check()},_onInputChecked:function(){b.updateAllUI()},
_updateUI:function(){var d=this.el.src.match(/(^.*-).*?.png/)[1];this.el.src=this.inputEl.checked?d+"on.png":d+"off.png"},check:function(){if(this.inputEl){this.inputEl.click();b.updateAllUI()}}};DF.evt.AddDomLoadEvent(function(){a.push(new b("Masthead_SearchSiteRadioBtn",{inputEl:"Masthead_SearchSiteInput",isChecked:true}));a.push(new b("Masthead_SearchWebRadioBtn",{inputEl:"Masthead_SearchWebInput"}))}.createDelegate())}()})();
(function(){DF.namespace("DF.Twc.Search");var a=DF.Twc.Search=function(){var b=function(){$("#Masthead").hasClass("Masthead_SiteSearch_Select")||$("#Masthead").addClass("Masthead_SiteSearch_Hover")},d=function(){$("#Masthead").removeClass("Masthead_SiteSearch_Hover")},g=function(k){$("#Masthead").hasClass("Masthead_SiteSearch_Select")&&$(k.target).parents("#Masthead_SearchBox").length===0&&$("#Masthead").removeClass("Masthead_SiteSearch_Select")},f=function(){var k=$("#SearchInput")[0];if(k.value===
k.title||k.value===""){alert(a.errorMessages.searchInput);k.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="+k.value+"&clientId=aol-twc","RoadRunnerSearchWindow");return false}},h=function(){$("#Masthead_SearchBox").hover(b,d);$("#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(g);$("#SearchInput").hintInput();$("#Masthead_SiteSearch").submit(f)};return{errorMessages:{searchInput:"Please enter at least one word to search for."},init:function(){h()}}}();DF.evt.AddDomLoadEvent(a.init)})();
(function(){var a=DF.namespace("Twc.Modules"),b=DF.namespace("Twc.Modules.BuyNow"),d=function(e){e=DF.Dom.findElementsWithClassName("div","Modules_AccordionItem",e);this.items=[];this.openItem=null;for(var i=0;i<e.length;i++){var c=DF.Dom.findElementsWithClassName("div","Modules_AccordionQuestion",e[i])[0],l=DF.Dom.findElementsWithClassName("div","Modules_AccordionAnswer",e[i])[0];c={ele:e[i],question:c,answer:l};this.items.push(c);c.ele.style.height="44px";DF.evt.Event.addListener(c.ele,"click",
this.itemClick.createDelegate(this,[c]));DF.evt.Event.addListener(c.ele,"mouseover",this.itemHover.createDelegate(this,[c]));DF.evt.Event.addListener(c.ele,"mouseout",this.itemOut.createDelegate(this,[c]))}};d.prototype={itemClick:function(e){if(this.openItem===null){this.openItem=e;DF.Dom.addClass(e.question,"Modules_AccordionExpanded");e.ele.style.height="144px"}else if(this.openItem===e){DF.Dom.removeClass(e.question,"Modules_AccordionExpanded");e.ele.style.height="44px";this.openItem=null}else{DF.Dom.addClass(e.question,
"Modules_AccordionExpanded");DF.Dom.removeClass(this.openItem.question,"Modules_AccordionExpanded");e.ele.style.height="144px";this.openItem.ele.style.height="44px";this.openItem=e}},itemHover:function(e){DF.Dom.addClass(e.question,"Modules_AccordionHover")},itemOut:function(e){DF.Dom.removeClass(e.question,"Modules_AccordionHover")}};var g=function(e){this.images=DF.Dom.findElementsWithClassName("span","Modules_flipImage",e);this.selectedImage=0;this.imageHolder=DF.Dom.findElementsWithClassName("div",
"Modules_flipImageHolder",e)[0];var i=DF.Dom.findElementsWithClassName("a","Modules_flipPrevious",e)[0];e=DF.Dom.findElementsWithClassName("a","Modules_flipNext",e)[0];DF.evt.Event.addListener(i,"click",this.prevImage.createDelegate(this));DF.evt.Event.addListener(e,"click",this.nextImage.createDelegate(this));for(i=0;i<this.images.length;i++)DF.evt.Event.addListener(this.images[i],"click",this.gotoImage.createDelegate(this,[i]));this.gotoImage(0)};g.prototype={gotoImage:function(e){DF.Dom.removeClass(this.images[this.selectedImage],
"Modules_flipImageCurrent");var i=this.images[e];DF.Dom.addClass(i,"Modules_flipImageCurrent");DF.Dom.SetInnerHtml(this.imageHolder,i.innerHTML,true);this.selectedImage=e},nextImage:function(){var e=this.selectedImage+1;if(e>=this.images.length)e=0;this.gotoImage(e)},prevImage:function(){var e=this.selectedImage-1;if(e<0)e=this.images.length-1;this.gotoImage(e)}};var f=[{className:"Modules_AccordionWrapper",makeIt:d,holderDepth:1},{className:"Modules_flipHolder",makeIt:g,holderDepth:1}],h=function(e){for(var i=
0;i<f.length;i++)DF.Dom.findElementsWithClassName("div",f[i].className,e).length>0&&new f[i].makeIt(e)},k=function(){for(var e=0;e<f.length;e++)for(var i=DF.Dom.findElementsWithClassName("div",f[e].className),c=0;c<i.length;c++){for(var l=i[c],n=0;n<f[e].holderDepth;n++)l=l.parentNode;new f[e].makeIt(l)}},j=function(e,i){if(e.ok){i=document.getElementsByName(i);for(var c=0;c<i.length;c++){DF.Dom.SetInnerHtml(i[c],e.responseText,true);for(var l=i[c].getElementsByTagName("script"),n=0;n<l.length;n++){var p=
document.createElement("script");p.text=l[n].text;i[c].appendChild(p);n++}h(i[c])}}};a.SetUpModule=function(e,i,c){if(c){i+="&type="+c;if(c==="2")if(c=DF.Cookies.Get("Zip"))i+="&Zip="+c}if((c=DF.Cookies.Get("Level"))&&c.SubMarketID)i+="&rand="+c.SubMarketID;DF.Dom.SetDisplayByName(e,"block");DF.connection.asyncConnect("GET",i,{delegate:function(l){j(l,e)}})};(function(){if(!(typeof DFModuleList==="undefined"||!DFModuleList))if(DFModuleList.length===0)k();else for(var e=0;e<DFModuleList.length;e++)a.SetUpModule(DFModuleList[e].htmlId,
DFModuleList[e].url,DFModuleList[e].type)})();b.HandleQueryString=function(){var e=window.location.search.substring(1),i=DF.$("LinkButton1"),c=DF.$("LinkButton2");if(i)if(e)i.href=i.href+"?"+e;if(c)if(e)c.href=c.href+"?"+e};DF.evt.AddDomLoadEvent(b.HandleQueryString)})();window.TWC=window.TWC||{};
TWC.ChatPop=function(){var a,b,d=function(){DF.Twc.OverlayController.hideOverlay(b)},g=function(){$("#ChatPromptOverlayContent .Overlay_CloseButton").click(d)},f=function(){var e=DF.Twc.Cookie.Session.GetSessionCookie("ShowChat");if(e===null||e===true)return true;return false},h=function(){DF.Twc.Cookie.Session.AddSessionCookie("ShowChat",false)},k=function(){var e="en-us";if(DF&&DF.PageInfo&&DF.PageInfo.language)e=DF.PageInfo.language;b=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/Content/ChatPop/OverlayContent.ashx?Language="+
e,{standardLayout:true,dynamic:true,overlayShowCb:g});DF.Twc.OverlayController.showOverlay(b);DF.Twc.OmnitureHelper.setPageNameAndSubmit("chatpop_idle");h()},j=function(e){if(e.ok){a=DF.evalJson(e.responseText);a.showChat&&setTimeout(k.createDelegate(this),a.delay*6E4)}};DF.evt.AddDomLoadEvent(function(){if(DF.Twc.ChatPop&&DF.Twc.ChatPop.enabled&&f()){var e=window.location.pathname;if(DF.Twc.ChatPop.pagePath)e=DF.Twc.ChatPop.pagePath;DF.connection.asyncConnect("GET","/Content/ChatPop/ChatSettings.ashx?u="+
e,{delegate:j.createDelegate(this)},true,null)}}.createDelegate(this))}();
(function(){function a(){return self.innerHeight||document.documentElement.clientHeight||document.body.clientHeight}function b(m){return m.scrollHeight||m.clientHeight}function d(m){for(var o=0;m!==null&&m.tagName!=="BODY"&&m.tagName!=="HTML";){o+=m.offsetTop;m=m.offsetParent}return o}function g(){window.onkeypress=h;window.onmousescroll=h;window.onscroll=h;window.onresize=h;navigator.userAgent.indexOf("Netscape")>-1&&window.addEventListener("DOMMouseScroll",h,false)}function f(){var m=navigator.userAgent;
if(m.indexOf("Safari")!==-1&&parseFloat(m.substring(m.indexOf("Safari/")+7,m.length))<87)n=false;else if(!p){p=true;m=null;if(i!==null&&i!=="")if(m=document.getElementById(i)){g();m.style.position="relative";m.style.top="0px";j=d(m);if(k==="Safari")j+=document.body.offsetTop;if(c)l=d(document.getElementById(c));h()}}}function h(){p||f();if(c)l=d(document.getElementById(c));var m=document.getElementById(i),o=document.body,q=o.scrollTop;if(document.documentElement&&document.documentElement.scrollTop>
q)q=document.documentElement.scrollTop;var r=a(),t=b(m),u=0,v=0,w=false;if(r<t+2*e){if(q+r>j+t+e){u=r-t-e;v=q+u;w=true}}else if(q>j-e){u=e;v=q+e;w=true}if(l){q=l-e-t;if(v>q&&q>=0)u+=q-v}if(w)if(navigator.userAgent.toLowerCase().indexOf("msie 7")===-1&&k==="Msie"||k==="Msie55Up"){m.style.position="relative";m.style.top=o.scrollTop-j+u+"px"}else{m.style.position="fixed";m.style.top=u+"px"}else if(k==="Safari"){m.style.position="absolute";m.style.top=j+"px"}else{m.style.position="relative";m.style.top=
"0px"}}DF.namespace("DF.Twc.Float");var k=DF.browserInformation.getBrowser(),j,e,i,c,l,n=true,p=false;DF.Twc.Float.setFloatVars=function(m,o,q){i=m;c=o;e=q?q:20};DF.evt.AddLoadEvent(f)})();
(function(){DF.namespace("DF.Twc");var a=DF.Twc.Validation=function(){var b=function(j){DF.Dom.addClass(DF.$(j),"form_display_none")},d=function(j){DF.Dom.removeClass(DF.$(j),"form_display_none")},g=function(j){b("item_error_"+j);DF.$(j).style.backgroundColor=""},f=function(j,e,i){DF.$(j).style.backgroundColor="#FAFE8D";if(e)e.errorStr=e.errorStr===""?j+"-"+i:e.errorStr+","+j+"-"+i;if(i)DF.$("item_error_"+j+"_text").innerHTML=i;d("item_error_"+j)},h=function(j,e){var i=true,c=j.id,l=j.className,n=
-1<l.indexOf("required-field"),p=-1<l.indexOf("validate-if-set");if(!c)return true;g(c);if(j.offsetWidth<1)return true;if(n)if(""===j.value){if(-1<l.indexOf("email-statement-of-problem-field"))f(c,e,DF.Twc.Validation.errorMessages.pleaseEnterQuesCom);else{f(c,e,DF.Twc.Validation.errorMessages.requiredField);c==="E-mailAddress"&&$("#item_error_E-mailAddress_text").removeClass("email_error_height").addClass("standard_error_height")}i=false}else if(-1<l.indexOf("name-field")){if(/[0-9<>!\"$%\^&\*\(\)\'\"\/]/.test(j.value)){f(c,
e,DF.Twc.Validation.errorMessages.onlyLetters);i=false}}else if(-1<l.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(j.value)){f(c,e,DF.Twc.Validation.errorMessages.emailFormat);$("#item_error_E-mailAddress_text").removeClass("standard_error_height").addClass("email_error_height");i=false}}else if(-1<l.indexOf("zip-code-field")){if(!DF.Twc.Validation.checkZipFive(j,
n,"")){f(c,e,DF.Twc.Validation.errorMessages.invalidZip);i=false}}else{if(-1<l.indexOf("phone-field"))if(!DF.Twc.Validation.localcheckPhone(j)){f(c,e,DF.Twc.Validation.errorMessages.invalidPhoneNumber);i=false}}else if(p&&""!==j.value)if(-1<l.indexOf("pin-field")){if(!/^[0-9]{4}$/.test(j.value)){f(c,e,DF.Twc.Validation.errorMessages.fourDigitPin);i=false}}else if(-1<l.indexOf("secnum-field"))if(!/^[0-9]{4}$/.test(j.value)){f(c,e,DF.Twc.Validation.errorMessages.fourDigitSecNum);i=false}if(-1<l.indexOf("drop-down-required"))if("-1"===
j.value){f(c);i=false}return i},k=function(j){var e={};e.errorStr="";var i=true,c=document.forms[j];if(c)for(j=0;j<c.length;j++)i&=h(c[j],e);else i=h(DF.$(j),e);e.isValid=i;return e};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(j){d(j)},hideFormEl:function(j){b(j)},clearError:function(j){g(j)},validateFields:function(j){return k(j)},hasErrors:function(){return!this.bSetFocus},getErrorMessage:function(){return this.sErrorMessage},checkRequired:function(j,e){if(j.value===
""){this.sErrorMessage+="- "+e+"\n";this.bSetFocus&&j.focus();return this.bSetFocus=false}return true},checkCheckbox:function(j,e){if(j.checked===false){this.sErrorMessage+="- "+e+"\n";this.bSetFocus&&j.focus();return this.bSetFocus=false}},stripChars:function(j){return j.replace(/\d/gi,"")},stripNumber:function(j){return j.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(j,e,i,c,l){var n=a.stripNumber(j.value),p=a.stripChars(j.value);if(j.value!==e.value){this.sErrorMessage+=this.errorMessages.enterSamePassTwice;this.bSetFocus&&j.focus();return this.bSetFocus=false}else if(n.length>12||j.value.trim().length<l){this.sErrorMessage+=this.errorMessages.passMinChar1+l+this.errorMessages.passMinChar2;this.bSetFocus&&j.focus();return this.bSetFocus=false}else if(i>0&&n<i){this.sErrorMessage+=this.errorMessages.passMinNumbers1+i+this.errorMessages.passMinNumbers2;
this.bSetFocus&&j.focus();return this.bSetFocus=false}else if(c>0&&p<c){this.sErrorMessage+=this.errorMessages.passMinLetters1+c+this.errorMessages.passMinLetters2;this.bSetFocus&&j.focus();return this.bSetFocus=false}return true},checkEmailFormat:function(j,e){var i=j.value;if(i===""&&!e)return true;e=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;var c=new RegExp('^(\\[^\\s\\(\\) `~!#$%^&\\*\\+=\\|\\/\\}\'\\? ><@,;:\\\\\\\\\\"\\\\.\\\\[\\\\]\\]+|("[^"]*"))(\\.(\\[^\\s\\(\\) `~!#$%^&\\*\\+=\\|\\/\\}\'\\? ><@,;:\\\\\\\\\\"\\\\.\\\\[\\\\]\\]+|("[^"]*")))*$');
i=i.match(/^(.+)@(.+)$/);if(i===null){this.sErrorMessage+=this.errorMessages.emailValidFormat;this.bSetFocus&&j.focus();return this.bSetFocus=false}var l=i[1],n=i[2];for(i=0;i<l.length;i++)if(l.charCodeAt(i)>127){this.sErrorMessage+=this.errorMessages.emailInvalidChars;this.bSetFocus&&j.focus();return this.bSetFocus=false}for(var p=0;p<n.length;p++)if(n.charCodeAt(p)>127){this.sErrorMessage+=this.errorMessages.emailCheckDomainChars;this.bSetFocus&&j.focus();return this.bSetFocus=false}if(l.match(c)===
null){this.sErrorMessage+=this.errorMessages.emailCheckUser;this.bSetFocus&&j.focus();return this.bSetFocus=false}c=n.match(/^\[(\d{1, 3})\.(\d{1, 3})\.(\d{1, 3})\.(\d{1, 3})\]$/);if(c!==null){for(e=1;e<=4;e++)if(c[e]>255){this.sErrorMessage+=this.errorMessages.emailCheckIp;this.bSetFocus&&j.focus();return this.bSetFocus=false}return true}c=/^\[^\s\(\) `~!#$%^&\*\+=\|\/\}'\? ><@,;:\\\\\"\\.\\[\\]\]+$/;n=n.split(".");l=n.length;for(p=0;i<l;p++)if(n[p].search(c)===-1){this.sErrorMessage+=this.errorMessages.emailCheckDomain;
this.bSetFocus&&j.focus();return this.bSetFocus=false}if(n[n.length-1].length!==2&&n[n.length-1].search(e).ignoreCase===-1){this.sErrorMessage+=this.errorMessages.emailCheckTopDomain;this.bSetFocus&&j.focus();return this.bSetFocus=false}if(l<2){this.sErrorMessage+=this.errorMessages.emailCheckHostName;this.bSetFocus&&j.focus();return this.bSetFocus=false}return true},checkZipFive:function(j,e,i){var c=j.value;if(c===""&&!e)return true;else if(c.match(/^[0-9]{5}$/)===null){this.sErrorMessage+=this.errorMessages.zipIsFiveDigits1+
i+this.errorMessages.zipIsFiveDigits2;this.bSetFocus&&j.focus();return this.bSetFocus=false}else return true},checkPhoneDigits:function(j,e,i){e=a.stripNumber(j.value);if(e.length<10||e.length>10){this.sErrorMessage+="- "+i+this.errorMessages.phoneIsTenDigits;this.bSetFocus&&j.focus();return this.bSetFocus=false}if(e.length===10){var c=e+"";i=c.substr(0,3);e=c.substr(3,3);c=c.substr(6,4);j.value=i+"-"+e+"-"+c;return true}},localcheckPhone:function(j){var e=/^\d{3}-\d{3}-\d{4}$/,i=/^\d{3}-\d{3}-\d{4}x\d+$/,
c=/^\d{10}$/;if(j.value>""&&!(e.test(j.value)||i.test(j.value)||c.test(j.value)))return false;return true},checkLength:function(j,e,i){if(j.value.length<e){this.sErrorMessage+="- "+i+"\n";this.bSetFocus&&j.focus();return this.bSetFocus=false}return true},checkPhoneEx:function(j,e,i,c,l,n){var p=j.value,m=e.value,o=i.value,q="";if(c)q=c.value;if(p===""&&m===""&&o===""&&q===""&&!l)return true;else{l=/^[0-9]{3}$/;var r=/^[0-9]{4}$/,t=/^[0-9]{0,10}$/;if(l.test(p)&&l.test(m)&&r.test(o)&&t.test(q)){i=/555/;
if(i.test(p)||i.test(m)){this.sErrorMessage+="- "+n+this.errorMessages.phone555Error;if(this.bSetFocus&&i.test(p)){j.focus();this.bSetFocus=false}else if(this.bSetFocus&&i.test(m)){e.focus();this.bSetFocus=false}return false}return true}else{this.sErrorMessage+="- "+n+": (123) 123-1234\n";if(this.bSetFocus&&!l.test(p)){j.focus();this.bSetFocus=false}else if(this.bSetFocus&&!l.test(m)){e.focus();this.bSetFocus=false}else if(this.bSetFocus&&!r.test(o)){i.focus();this.bSetFocus=false}else if(this.bSetFocus&&
!t.test(q)){c&&c.focus();this.bSetFocus=false}return false}}},validator:function(j){this.sErrorMessage=j;this.bSetFocus=true;this.hasErrors=a.hasErrors;this.getErrorMessage=a.getErrorMessage;this.checkZipFive=a.checkZipFive;this.checkRequired=a.checkRequired;this.checkLength=a.checkLength;this.checkPhoneEx=a.checkPhoneEx;this.checkEmailFormat=a.checkEmailFormat;this.checkCheckbox=a.checkCheckbox;this.checkPasswords=a.checkPasswords;this.checkPhoneDigits=a.checkPhoneDigits}}}();String.prototype.rightTrim=
a.rightTrim;String.prototype.leftTrim=a.leftTrim;String.prototype.trim=a.trim})();
function validateZIP(a){var b=a.value,d=0;if(b.length!==5){alert(DF.Twc.Localization.staticText.simpleZipValidation);a.focus();return false}for(var g,f=0;f<b.length;f++){g=""+b.substring(f,f+1);g==="0"&&d++;if(d===5){alert(DF.Twc.Localization.staticText.simpleZipValidation);a.select();return false}}d="yes";for(f=0;f<b.length;f++){g=""+b.substring(f,f+1);if("0123456789".indexOf(g)===-1)d="no"}if(d==="no"){alert(DF.Twc.Localization.staticText.simpleZipValidation);a.focus();return false}return true}
(function(){DF.namespace("DF.Twc");var a=DF.Twc.OffsiteLinkCapture=function(){var b=false,d,g,f=function(){if(DF&&DF.PageInfo&&DF.PageInfo.SiteSurveyUrl&&DF.PageInfo.SiteSurveyPct){var m=DF.PageInfo.SiteSurveyUrl,o=DF.PageInfo.SiteSurveyPct,q;if(o)q=o-1;if(!DF.Twc.Cookie.Session.IsCookieSet("SiteSurvey"))if(Math.floor(Math.random()*99)<=q){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(){b=true;f();if(g)window.open(d);else window.location=d;DF.Twc.OverlayController.hideOverlay()},k=function(m,o,q){var r=m.getAttribute("href"),t=false;if(r.toLowerCase().trim().indexOf("window.open")>=0)t=true;if(r.indexOf("'")>=0)r=r.split("'")[1];m=m.getAttribute("target");if(m!==null)if(m.toUpperCase()==="_BLANK")t=true;d=r;g=t;r=[];if(o)r[0]=DF.PageInfo.language==="en-us"?safewarningMessageEnglish:
safewarningMessageSpanish;if(q)r[r.length]=DF.Twc.OffsiteEnglish.WarningMessage;o=document.getElementById("tdwarningMessage");if(o!==null)o.innerHTML=r.join("<br />");o={};o.standardLayout=true;o=new DF.Twc.Overlay2("LoadingLogin",o);DF.Twc.OverlayController.showOverlay(o);window.scrollTo(0,0)},j=function(m){m=m.replace("\\","//");var o=m.indexOf("http://");if(o===0)m=m.substr(7);else{o=m.indexOf("https://");if(o===0)m=m.substr(8);else return""}o=m.split("/");if(o.length>1)m=o[0];o=m.split(".");if(o.length>
1)m=o[o.length-2];return m},e=function(m,o){for(var q=0;q<o.length;q++)if(o[q].indexOf(m)>=0)return true;return false},i=function(m){m=m.trim();var o=false;if(m.indexOf("promptConfirmBox")>=0)return o=true;m=j(m);return o=window.location.hostname.indexOf(m)>=0?true:e(m,SecuredLinks)},c=function(m){if(!DF.Twc||!DF.Twc.OffsiteEnglish)return false;return e(m,DF.Twc.OffsiteEnglish.Links)},l=function(){!b&&DF&&DF.PageInfo&&!DF.PageInfo.CMMode&&f()},n=function(m,o,q){DF.evt.Event.addListener(m,"click",
function(r){DF.evt.CancelEvent(r);for(r=r.srcElement||r.target;r.tagName!=="A";)r=r.parentNode;k(r,o,q)})},p=function(){for(var m=document.getElementsByTagName("a"),o=0;o<m.length;o++){var q=m[o].getAttribute("href");if(q!==null){if(q.length>1&&q.charAt(q.length-1)==="/")q=q.substring(0,q.length-1);q.toLowerCase().trim().indexOf("window.open");if(q.indexOf("'")>=0)q=q.split("'")[1];var r=m[o].getAttribute("target");r!==null&&r.toUpperCase();r=i(q);q=DF.PageInfo.language!=="en-us"&&c(q);if(r===false||
q===true)n(m[o],!r,q)}}};return{onLoad:function(){p()},onUnload:function(){l()},closeConfirmBox:function(){DF.Twc.OverlayController.hideOverlay()},redirectToUrl:function(){h()},isSecureUrl:function(m){return i(m)}}}();DF.evt.AddDomLoadEvent(a.onLoad);DF.evt.AddUnloadEvent(a.onUnload)})();
(function(){DF.namespace("DF.Twc");DF.Twc.OmnitureHelper=function(){var a=function(c){if(c.length<=100)s.pageName=c;else{var l="",n="",p=false;c=c.split(">");for(var m=0;m<c.length;m++){if((l+">"+c[m]).length>100)p=true;if(p){if(n)n+=">";n+=c[m]}else{if(l)l+=">";l+=c[m]}}s.pageName=l;if(n)s.prop8=n}},b=function(c){var l=s.pageName;a(c);s.tl();s.pageName=l},d=function(c){s.events=c},g=function(c){var l=s.pageName;a(s.pageName+c);s.tl();s.pageName=l},f=function(){return s.prop},h=function(c,l){s[c]=
l},k=function(c){c=c.substring(c.lastIndexOf("/")+1);g(" - overlay_"+c)},j=function(c){return s_gi(c)},e=function(c,l,n){var p=s_gi(s_account),m=p.events;p.linkTrackVars="prop17,prop19,prop50,eVar4,events,prop29,eVar29,prop3,eVar6";p.linkTrackEvents=p.events=n;p.prop17=window.location;p.prop19=p.eVar4=l;p.prop50=s_account;p.prop29=p.eVar29=s.prop29;p.prop3=p.eVar6=s.prop3;p.tl(c,"o",l);p.prop17=p.prop19=p.prop50=p.eVar4=p.prop29=p.eVar29=p.prop3=p.eVar6="";p.events=m},i=function(c,l,n){if(s&&s.sendFormEvent)try{s.sendFormEvent(c,
l,n)}catch(p){}};return{getAccounts:function(){return s_account},setPageName:function(c){a(c)},setPageNameAndSubmit:function(c){b(c)},mediaOverlayPost:function(c){k(c)},appendPageNameAndSubmit:function(c){g(c)},setEvent:function(c){d(c)},getProp:function(c){f(c)},setProp:function(c,l){h(c,l)},getInstance:function(c){return j(c)},setPropAndSubmit:function(c,l){h(c,l);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(c,l,n){e(c,l,n)},FormEventErrorTypes:{Success:"s",Error:"e"},sendFormEvent:function(c,l,n){i(c,l,n)},trackLink:function(c,l,n){s.tl(c,l,n)}}}()})();
(function(){DF.namespace("DF.Twc");var a=DF.Twc.CookieEnabledHelper=function(){var b=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(){b()}}}();DF.evt.AddLoadEvent(a.onLoadCookieCheck)})();
(function(){DF.namespace("DF.Twc");DF.Twc.PageHeaderMsg=function(a,b){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(b&&b.Content)this._content=b.Content;else if(a)this._content=a.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(a){if(a)this._page_head_msg_content.innerHTML=a},isShown:function(){return!DF.Dom.hasClass(this._page_head_msg,"gbl_hidden")}}})();
(function(){DF.namespace("DF.Twc");var a=DF.Twc.SupportedBrowserHelper=function(){var b=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&&DF.PageInfo&&DF.PageInfo.SupportedBrowserContent){d=new DF.Twc.PageHeaderMsg(null,{Content:DF.PageInfo.SupportedBrowserContent});
if(!d.isShown()){d.show();DF.Twc.Cookie.Session.AddSessionCookie("BrowserNotification","1")}}}};return{init:function(){b()}}}();DF.evt.AddDomLoadEvent(a.init)})();
(function(a){a.fn.hintInput=function(){return a(this).each(function(){var b=a(this),d=b.attr("maxLength");b.focus(function(){if(b.hasClass("hintInput")){b.val("");d&&d!==-1&&b.attr("maxLength",d);b.removeClass("hintInput")}});b.blur(function(){if(!b.val()){b.addClass("hintInput");d&&d!==-1&&b.attr("title")&&b.attr("maxLength",b.attr("title").length);b.val(b.attr("title"))}});b.trigger("blur")})}})(jQuery);
(function(){DF.namespace("DF.Twc");DF.Twc.ZipOverlay=function(){var a,b=function(){var f=$("#ZipModuleOverlayContent_zipInput")[0];f=DF.Twc.Validation.checkZipFive(f,true,"");$("#ZipModuleOverlayContent_form").toggleClass("ZipOverlayError",!f);return f},d=function(){var f=function(){DF.Twc.Cookie.Session.AddSessionCookie("ZipOptOut","1");DF.Twc.OverlayController.hideOverlay(a)};$("#ZipModuleOverlayContent_zipInput").hintInput();$("#ZipModuleOverlayContent .Overlay_CloseButton").click(f);$("#ZipModuleOverlayContent_noThanksLink").click(f);
$("#ZipModuleOverlayContent_form").submit(b)},g=function(){a=new DF.Twc.Overlay2("/"+DF.PageInfo.Level.ShortName+"/overlay/zipmodule.ashx",{standardLayout:true,generic:true,dynamic:true,overlayShowCb:d});DF.Twc.OverlayController.showOverlay(a)};$(document).ready(function(){if(!DF.Twc.Cookie.GetZip())if(!DF.Twc.Cookie.Session.GetSessionCookie("ZipOptOut"))if(typeof DFModuleList!=="undefined")for(var f=0;f<DFModuleList.length;f++)if(DFModuleList[f].type==="2"){g();return}});return{registerForm:function(){d()}}}()})();
(function(){DF.namespace("DF.Twc");var a=DF.Twc.LanguageTransitionController=function(){var b=0,d=function(){DF.Twc.OverlayController.hideOverlay()},g=function(c){DF.Cookies.Remove("Zip");DF.Cookies.Remove("Level");c>1?DF.Twc.Cookie.SetLevel({Number:4,Id:c}):DF.Twc.Cookie.SetLevel({Number:1,Id:1})},f=function(c){c=c.target;c=c.id.substring(c.id.indexOf("_")+1);g(c)},h=function(c){var l={};l.standardLayout=true;l=new DF.Twc.Overlay2("MultiLanguageTransitionOverlay",l);$("#MultiLanguageTransitionOverlayOptions").html(c);
DF.Twc.OverlayController.showOverlay(l);$("#MultiLanguageTransitionCloseButton").click(d);window.scrollTo(0,0)},k=function(c){var l="<ul>";for(var n in DF.PageInfo.LanguageLinkedMarkets)if(DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(n))l+=c?'<li><a href="'+c+'" class="MultiLanguageTransitionLink" id="MultiLanguageTransitionLink_'+DF.PageInfo.LanguageLinkedMarkets[n][1]+'">'+DF.PageInfo.LanguageLinkedMarkets[n][0]+"</a></li>":'<li><a href="/'+n+'/" class="MultiLanguageTransitionLink" id="MultiLanguageTransitionLink_'+
DF.PageInfo.LanguageLinkedMarkets[n][1]+'">'+DF.PageInfo.LanguageLinkedMarkets[n][0]+"</a></li>";l+="</ul>";return l},j=function(c){c.preventDefault();h(k())},e=function(c){if(b===1){var l;for(l in DF.PageInfo.LanguageLinkedMarkets)if(DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(l))break;g(DF.PageInfo.LanguageLinkedMarkets[l][1])}else if(DF.Twc.Cookie.Session.IsCookieSet("EnglishMarket")&&DF.PageInfo.language==="es-us"){c=DF.Twc.Cookie.Session.GetSessionCookie("EnglishMarket");g(c)}else{c.preventDefault();
h(k(DF.PageInfo.LanguagePageLink));$("#MultiLanguageTransitionOverlay .MultiLanguageTransitionLink").click(f)}},i=function(){if(DF&&DF.PageInfo){DF.PageInfo.language==="en-us"&&DF.Twc.Cookie.Session.AddSessionCookie("EnglishMarket",DF.PageInfo.Level.ID());for(var c in DF.PageInfo.LanguageLinkedMarkets)DF.PageInfo.LanguageLinkedMarkets.hasOwnProperty(c)&&b++;if($("#Masthead_LanguageFlip_Anchor").length>0)if(DF.PageInfo.LanguagePageLink){$("#Masthead_LanguageFlip_Anchor").attr("href",function(){return DF.PageInfo.LanguagePageLink});
$("#Masthead_LanguageFlip_Anchor").click(e)}else if(b>1&&DF.PageInfo.language==="es-us")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(j)}};return{init:function(){i()}}}();$(document).ready(a.init)})();
(function(){DF.namespace("DF.Twc");DF.Twc.QuickLinks=function(){var a=function(b){var d=false;b=b.toLowerCase().trim();if(b.indexOf("window.open")>=0)d=true;if(b.indexOf("'")>=0)b=b.split("'")[1];if(DF.Twc.OffsiteLinkCapture.isSecureUrl(b)===false){var g=/'javascript:promptConfirmBox/;return g.toString().substring(2,g.toString().length-1)+"('"+b+"', "+d+");"}else return b};return{setPromptMessageURL:function(b){return a(b)}}}()})();
function setPromptMessageURL(a){return DF.Twc.QuickLinks.setPromptMessageURL(a)}
(function(){DF.namespace("DF.Twc");var a=DF.Twc.FatFooterController=function(){var b=function(f,h,k,j,e){e.after('<a class="FatFooterLink'+j+'" target="'+(k===1?"_self":"_Blank")+'" href="'+h+'">'+f+"</a>")},d=function(f){if(f.ok){f=DF.evalJson(f.responseText);for(var h=0;h<f.Sections.length;h++)if(f.Sections[h].Links.length)for(var k=".FatFooterSection"+f.Sections[h].SectionId,j=0;j<f.Sections[h].Links.length;j++)if(f.Sections[h].MaxLinks>$(k+" a").length){for(var e=f.Sections[h].Links[j],i=e.Order-
1,c=$(k+" .FatFooterLink"+i+":last");c.length===0&&i>0;){i--;c=$(k+" .FatFooterLink"+i+":last")}if(c.length===0)c=$(k+" a:last");b(e.name,e.Url,e.LinkTarget,e.Order,c);f.Sections[h].Type===3&&$("#fatfooter_box .FatFooterTablePSL a").length>12&&$("#fatfooter_box .FatFooterTablePS a:first").before($("#fatfooter_box .FatFooterTablePSL a:last").get(0))}}},g=function(){var f=DF.Cookies.Get("Level");f&&f.SubMarketID&&DF.connection.asyncConnect("GET","/services/FooterSubMarketLinkService.asmx/SubmarketFatFooter?levelNumber="+
f.Number+"&levelId="+f.Id+"&submarketId="+f.SubMarketID,{delegate:d},true,null)};return{init:function(){g()}}}();DF.evt.AddLoadEvent(a.init)})();
(function(){DF.namespace("DF.twc.service");DF.twc.service.MediaOverlayService=function(){var a=[],b=function(d){a[d.argument.href]=d.responseText;d.argument.originalCallback.call(this,d)};return{getMediaItemHtml:function(d,g){var f=a[d];if(f)g.delegate.call(this,{responseText:f,argument:g.argument});else{g.argument={};g.argument.href=d;g.argument.originalCallback=g.delegate;g.delegate=b;DF.connection.asyncConnect("GET",d,g)}}}}()})();
(function(){DF.namespace("DF.twc.page");var a=DF.Dom,b=DF.twc.service.MediaOverlayService,d=DF.Twc.OmnitureHelper,g=(DF.twc.page.PageController=function(){var f=function(){var i=DF.$("mediaOverlayFlashVideo");if(i!==null){i=i.attributes.name.value;if(typeof DF!=="undefined"){var c=new DF.FObject("/content/twcplayer.swf","309","275",true,false);c.addVariable("videofile",i);c.write("mediaOverlayFlashVideo")}}},h=function(i){return DF.Dom.hasClass(i,"dfmi")&&DF.Dom.hasClass(i,"dfss")},k=function(){var i=
[],c=DF.$("contentSection");c=DF.Dom.findElements(["div","span"],h,c);for(var l=0;l<c.length;l++)i.push(new DF.SlideShows.SlideShow(c[l]))},j=function(i){var c=i.responseText;i=new DF.Twc.MediaOverlay;c=DF.evalJson(c);i.setContent(c.Content);c.ContentHeight&&i.setContentHeight(c.ContentHeight);c.ContentWidth&&i.setContentWidth(c.ContentWidth);c.OverlayJavaScript!==""&&eval(c.OverlayJavaScript);i.showOverlay();f();k();d.mediaOverlayPost(c.Name)},e=function(i){i=i?i:window.event?window.event:null;var c=
i.target||i.srcElement,l=c.href;c=c.id;c=c.replace(/^dfmi:(\d+)$/,"$1");l=l.split("?")[1]||"";var n="";if(l!==""){l=l.split("&");for(var p=0;p<l.length;p++){var m=l[p].split("=");if(m[0]==="overlayParams")n=m[1]}}l="/Content/MediaOverlay.asmx/GetOverlay?mediaId="+c+"&overlayParams="+n;b.getMediaItemHtml(l,{delegate:j});DF.evt.CancelEvent(i);return false};return{onDomReady:function(){for(var i=a.findElementsWithClassName("A","DF_overlay-link"),c=0;c<i.length;c++)i[c].onclick=e}}})();DF.evt.AddDomLoadEvent(g.onDomReady)})();
(function(){DF.namespace("DF.Twc.Page");var a=DF.Twc.Page.PopupPageController=function(){var b=function(){window.close()};return{init:function(){DF.$("PopupContent")&&DF.evt.Event.addListener(DF.$("OverlayCloseButton"),"click",b)}}}();DF.evt.AddLoadEvent(a.init.createDelegate(this))})();
(function(){var a=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(a,250)})})();(function(){DF.isIE6()&&DF.Dom.addClass(document.body,"ie6")})();
