window.bezen=window.bezen||(function(){var a=function(){};var b=function(c){return document.getElementById(c)};return{$:b,nix:a,_:{}}}());ESAGlobals={};if(typeof(esa_saved_shift)!="undefined"){Array.prototype.shift=esa_saved_shift}ESAGlobals.log_to_console=function(a){if(typeof(ESAGlobals.debug!=="undefined")&&ESAGlobals.debug){try{console.log(a)}catch(b){}}};bezen.array=(function(){var c=[];var f=function(k){k.length=0};var h=function(k){if(!k||k.length===0){return null}return k[k.length-1]};var g=function(l,k){if(Array.push){return Array.push(l,k)}else{return c.push.call(l,k)}};var j=function(k){if(Array.pop){return Array.pop(k)}else{return c.pop.call(k)}};var b=function(k){if(Array.shift){return Array.shift(k)}else{return c.shift.call(k)}};var d=function(l,k){if(Array.unshift){return Array.unshift(l,k)}else{return c.unshift.call(l,k)}};var a=function(m){if(!m){return null}var l=[];for(var k=0;k<m.length;k++){l.push(m[k])}return l};var e=function(m){if(!m){return null}var l={};for(var k=0;k<m.length;k++){l[m[k]]=true}return l};return{empty:f,last:h,push:g,pop:j,shift:b,unshift:d,copy:a,hash:e,_:{}}}());(function(){if(window.jQuery){var _jQuery=window.jQuery}var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context)};if(window.$){var _$=window.$}window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this}else{if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){selector=jQuery.clean([match[1]],context)}else{var elem=document.getElementById(match[3]);if(elem){if(elem.id!=match[3]){return jQuery().find(selector)}else{this[0]=elem;this.length=1;return this}}else{selector=[]}}}else{return new jQuery(context).find(selector)}}else{if(jQuery.isFunction(selector)){return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector)}}}return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector])},jquery:"1.2.2",size:function(){return this.length},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num]},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this},each:function(callback,args){return jQuery.each(this,callback,args)},index:function(elem){var ret=-1;this.each(function(i){if(this==elem){ret=i}});return ret},attr:function(name,value,type){var options=name;if(name.constructor==String){if(value==undefined){return this.length&&jQuery[type||"attr"](this[0],name)||undefined}else{options={};options[name]=value}}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name))}})},css:function(key,value){if((key=="width"||key=="height")&&parseFloat(value)<0){value=undefined}return this.attr(key,value,"curCSS")},text:function(text){if(typeof text!="object"&&text!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text))}var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8){ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this])}})});return ret},wrapAll:function(html){if(this[0]){jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild){elem=elem.firstChild}return elem}).append(this)}return this},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html)})},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html)})},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1){this.appendChild(elem)}})},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1){this.insertBefore(elem,this.firstChild)}})},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this)})},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling)})},end:function(){return this.prevObject||jQuery([])},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem)});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems)},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div"),container2=document.createElement("div");container.appendChild(clone);container2.innerHTML=container.innerHTML;return container2.firstChild}else{return this.cloneNode(true)}});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined){this[expando]=null}});if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return}var events=jQuery.data(this,"events");for(var type in events){for(var handler in events[type]){jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data)}}})}return ret},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i)})||jQuery.multiFilter(selector,this))},not:function(selector){if(selector.constructor==String){if(isSimple.test(selector)){return this.pushStack(jQuery.multiFilter(selector,this,true))}else{selector=jQuery.multiFilter(selector,this)}}var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector})},add:function(selector){return !selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]))},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false},hasClass:function(selector){return this.is("."+selector)},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0){return null}for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one){return value}values.push(value)}}return values}else{return(this[0].value||"").replace(/\r/g,"")}}return undefined}return this.each(function(){if(this.nodeType!=1){return}if(value.constructor==Array&&/radio|checkbox/.test(this.type)){this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0)}else{if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0)});if(!values.length){this.selectedIndex=-1}}else{this.value=value}}})},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value)},replaceWith:function(value){return this.after(value).remove()},eq:function(i){return this.slice(i,i+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments))},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse){elems.reverse()}}var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr")){obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"))}var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem)}else{if(elem.nodeType==1){scripts=scripts.add(jQuery("script",elem).remove())}callback.call(obj,elem)}});scripts.each(evalScript)})}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"})}else{jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"")}if(elem.parentNode){elem.parentNode.removeChild(elem)}}jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2}if(typeof target!="object"&&typeof target!="function"){target={}}if(length==1){target=this;i=0}for(;i<length;i++){if((options=arguments[i])!=null){for(var name in options){if(target===options[name]){continue}if(deep&&options[name]&&typeof options[name]=="object"&&target[name]&&!options[name].nodeType){target[name]=jQuery.extend(target[name],options[name])}else{if(options[name]!=undefined){target[name]=options[name]}}}}}return target};var expando="jQuery"+(new Date()).getTime(),uuid=0,windowData={};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep){window.jQuery=_jQuery}return jQuery},isFunction:function(fn){return !!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"")},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie){script.text=data}else{script.appendChild(document.createTextNode(data))}head.appendChild(script);head.removeChild(script)}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase()},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id){id=elem[expando]=++uuid}if(name&&!jQuery.cache[id]){jQuery.cache[id]={}}if(data!=undefined){jQuery.cache[id][name]=data}return name?jQuery.cache[id][name]:id},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id]){break}if(!name){jQuery.removeData(elem)}}}else{try{delete elem[expando]}catch(e){if(elem.removeAttribute){elem.removeAttribute(expando)}}delete jQuery.cache[id]}},each:function(object,callback,args){if(args){if(object.length==undefined){for(var name in object){if(callback.apply(object[name],args)===false){break}}}else{for(var i=0,length=object.length;i<length;i++){if(callback.apply(object[i],args)===false){break}}}}else{if(object.length==undefined){for(var name in object){if(callback.call(object[name],name,object[name])===false){break}}}else{for(var i=0,length=object.length,value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}}return object},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value)){value=value.call(elem,i)}return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className)){elem.className+=(elem.className?" ":"")+className}})},remove:function(elem,classNames){if(elem.nodeType==1){elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return !jQuery.className.has(classNames,className)}).join(" "):""}},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name]}callback.call(elem);for(var name in options){elem.style[name]=old[name]}},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0});val-=Math.round(padding+border)}if(jQuery(elem).is(":visible")){getWH()}else{jQuery.swap(elem,props,getWH)}return Math.max(0,val)}return jQuery.curCSS(elem,name,force)},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari){return false}var ret=document.defaultView.getComputedStyle(elem,null);return !ret||ret.getPropertyValue("color")==""}if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret}if(jQuery.browser.opera&&name=="display"){var save=elem.style.display;elem.style.display="block";elem.style.display=save}if(name.match(/float/i)){name=styleFloat}if(!force&&elem.style&&elem.style[name]){ret=elem.style[name]}else{if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i)){name="float"}name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem)){ret=getComputedStyle.getPropertyValue(name)}else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode){stack.unshift(a)}for(var i=0;i<stack.length;i++){if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block"}}ret=name=="display"&&swap[stack.length-1]!=null?"none":(getComputedStyle&&getComputedStyle.getPropertyValue(name))||"";for(var i=0;i<swap.length;i++){if(swap[i]!=null){stack[i].style.display=swap[i]}}}if(name=="opacity"&&ret==""){ret="1"}}else{if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase()});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var style=elem.style.left,runtimeStyle=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;elem.style.left=ret||0;ret=elem.style.pixelLeft+"px";elem.style.left=style;elem.runtimeStyle.left=runtimeStyle}}}}return ret},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document}jQuery.each(elems,function(i,elem){if(!elem){return}if(elem.constructor==Number){elem=elem.toString()}if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">"});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--){div=div.lastChild}if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j])}}if(/^\s/.test(elem)){div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild)}}elem=jQuery.makeArray(div.childNodes)}if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select"))){return}if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options){ret.push(elem)}else{ret=jQuery.merge(ret,elem)}});return ret},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined}var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari){elem.parentNode.selectedIndex}if(fix[name]){if(value!=undefined){elem[fix[name]]=value}return elem[fix[name]]}else{if(jQuery.browser.msie&&name=="style"){return jQuery.attr(elem.style,"cssText",value)}else{if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method")){return elem.getAttributeNode(name).nodeValue}else{if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode){throw"type property can't be changed"}elem.setAttribute(name,""+value)}if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem)){return elem.getAttribute(name,2)}return elem.getAttribute(name)}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")")}return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():""}name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase()});if(value!=undefined){elem[name]=value}return elem[name]}}}}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"")},makeArray:function(array){var ret=[];if(typeof array!="array"){for(var i=0,length=array.length;i<length;i++){ret.push(array[i])}}else{ret=array.slice(0)}return ret},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++){if(array[i]==elem){return i}}return -1},merge:function(first,second){if(jQuery.browser.msie){for(var i=0;second[i];i++){if(second[i].nodeType!=8){first.push(second[i])}}}else{for(var i=0;second[i];i++){first.push(second[i])}}return first},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i])}}}catch(e){ret=array}return ret},grep:function(elems,callback,inv){if(typeof callback=="string"){callback=eval("false||function(a,i){return "+callback+"}")}var ret=[];for(var i=0,length=elems.length;i<length;i++){if(!inv&&callback(elems[i],i)||inv&&!callback(elems[i],i)){ret.push(elems[i])}}return ret},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!==null&&value!=undefined){if(value.constructor!=Array){value=[value]}ret=ret.concat(value)}}return ret}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",tagName:"tagName",nodeName:"nodeName"}});jQuery.each({parent:"elem.parentNode",parents:"jQuery.dir(elem,'parentNode')",next:"jQuery.nth(elem,2,'nextSibling')",prev:"jQuery.nth(elem,2,'previousSibling')",nextAll:"jQuery.dir(elem,'nextSibling')",prevAll:"jQuery.dir(elem,'previousSibling')",siblings:"jQuery.sibling(elem.parentNode.firstChild,elem)",children:"jQuery.sibling(elem.firstChild)",contents:"jQuery.nodeName(elem,'iframe')?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes)"},function(name,fn){fn=eval("false||function(elem){return "+fn+"}");jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string"){ret=jQuery.multiFilter(selector,ret)}return this.pushStack(jQuery.unique(ret))}});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++){jQuery(args[i])[original](this)}})}});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1){this.removeAttribute(name)}},addClass:function(classNames){jQuery.className.add(this,classNames)},removeClass:function(classNames){jQuery.className.remove(this,classNames)},toggleClass:function(classNames){jQuery.className[jQuery.className.has(this,classNames)?"remove":"add"](this,classNames)},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.event.remove(this);jQuery.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){jQuery(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments)}});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px")}});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":"m[2]=='*'||jQuery.nodeName(a,m[2])","#":"a.getAttribute('id')==m[2]",":":{lt:"i<m[3]-0",gt:"i>m[3]-0",nth:"m[3]-0==i",eq:"m[3]-0==i",first:"i==0",last:"i==r.length-1",even:"i%2==0",odd:"i%2","first-child":"a.parentNode.getElementsByTagName('*')[0]==a","last-child":"jQuery.nth(a.parentNode.lastChild,1,'previousSibling')==a","only-child":"!jQuery.nth(a.parentNode.lastChild,2,'previousSibling')",parent:"a.firstChild",empty:"!a.firstChild",contains:"(a.textContent||a.innerText||jQuery(a).text()||'').indexOf(m[3])>=0",visible:'"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden"',hidden:'"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden"',enabled:"!a.disabled",disabled:"a.disabled",checked:"a.checked",selected:"a.selected||jQuery.attr(a,'selected')",text:"'text'==a.type",radio:"'radio'==a.type",checkbox:"'checkbox'==a.type",file:"'file'==a.type",password:"'password'==a.type",submit:"'submit'==a.type",image:"'image'==a.type",reset:"'reset'==a.type",button:'"button"==a.type||jQuery.nodeName(a,"button")',input:"/input|select|textarea|button/i.test(a.nodeName)",has:"jQuery.find(m[3],a).length",header:"/h\\d/i.test(a.nodeName)",animated:"jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length"}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r)}return cur},find:function(t,context){if(typeof t!="string"){return[t]}if(context&&context.nodeType!=1&&context.nodeType!=9){return[]}context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++){for(var c=ret[i].firstChild;c;c=c.nextSibling){if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName)){r.push(c)}}}ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0){continue}foundToken=true}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j<rl;j++){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling){if(n.nodeType==1){var id=jQuery.data(n);if(m=="~"&&merge[id]){break}if(!nodeName||n.nodeName.toUpperCase()==nodeName){if(m=="~"){merge[id]=true}r.push(n)}if(m=="+"){break}}}}ret=r;t=jQuery.trim(t.replace(re,""));foundToken=true}}if(t&&!foundToken){if(!t.indexOf(",")){if(context==ret[0]){ret.shift()}done=jQuery.merge(done,ret);r=ret=[context];t=" "+t.substr(1,t.length)}else{var re2=quickID;var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]]}else{re2=quickClass;m=re2.exec(t)}m[2]=m[2].replace(/\\/g,"");var elem=ret[ret.length-1];if(m[1]=="#"&&elem&&elem.getElementById&&!jQuery.isXMLDoc(elem)){var oid=elem.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2]){oid=jQuery('[@id="'+m[2]+'"]',elem)[0]}ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[]}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param"}r=jQuery.merge(r,ret[i].getElementsByTagName(tag))}if(m[1]=="."){r=jQuery.classFilter(r,m[2])}if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++){if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break}}r=tmp}ret=r}t=t.replace(re2,"")}}if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t)}}if(t){ret=[]}if(ret&&context==ret[0]){ret.shift()}done=jQuery.merge(done,ret);return done},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&pass||not&&!pass){tmp.push(r[i])}}return tmp},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break}}if(!m){break}if(m[1]==":"&&m[2]=="not"){r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3])}else{if(m[1]=="."){r=jQuery.classFilter(r,m[2],not)}else{if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src|selected/.test(m[2])){z=jQuery.attr(a,m[2])||""}if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not){tmp.push(a)}}r=tmp}else{if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i<rl;i++){var node=r[i],parentNode=node.parentNode,id=jQuery.data(parentNode);if(!merge[id]){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling){if(n.nodeType==1){n.nodeIndex=c++}}merge[id]=true}var add=false;if(first==0){if(node.nodeIndex==last){add=true}}else{if((node.nodeIndex-last)%first==0&&(node.nodeIndex-last)/first>=0){add=true}}if(add^not){tmp.push(node)}}r=tmp}else{var f=jQuery.expr[m[1]];if(typeof f!="string"){f=jQuery.expr[m[1]][m[2]]}f=eval("false||function(a,i){return "+f+"}");r=jQuery.grep(r,f,not)}}}}}return{r:r,t:t}},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1){matched.push(cur)}cur=cur[dir]}return matched},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType==1&&++num==result){break}}return cur},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem)){r.push(n)}}return r}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8){return}if(jQuery.browser.msie&&elem.setInterval!=undefined){elem=window}if(!handler.guid){handler.guid=this.guid++}if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments)};handler.data=data;handler.guid=fn.guid}var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered){return val}val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener){elem.addEventListener(type,handle,false)}else{if(elem.attachEvent){elem.attachEvent("on"+type,handle)}}}}handlers[handler.guid]=handler;jQuery.event.global[type]=true});elem=null},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8){return}var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined){for(var type in events){this.remove(elem,type)}}else{if(types.type){handler=types.handler;types=types.type}jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler){delete events[type][handler.guid]}else{for(handler in events[type]){if(!parts[1]||events[type][handler].type==parts[1]){delete events[type][handler]}}}for(ret in events[type]){break}if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener){elem.removeEventListener(type,jQuery.data(elem,"handle"),false)}else{if(elem.detachEvent){elem.detachEvent("on"+type,jQuery.data(elem,"handle"))}}}ret=null;delete events[type]}}})}for(ret in events){break}if(!ret){var handle=jQuery.data(elem,"handle");if(handle){handle.elem=null}jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle")}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(!elem){if(this.global[type]){jQuery("*").add([window,document]).trigger(type,data)}}else{if(elem.nodeType==3||elem.nodeType==8){return undefined}var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event){data.unshift(this.fix({type:type,target:elem}))}data[0].type=type;if(jQuery.isFunction(jQuery.data(elem,"handle"))){val=jQuery.data(elem,"handle").apply(elem,data)}if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false){val=false}if(event){data.shift()}if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined){val=ret}}if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,"a")&&type=="click")){this.triggered=true;try{elem[type]()}catch(e){}}this.triggered=false}return val},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false){val=ret}if(ret===false){event.preventDefault();event.stopPropagation()}}}if(jQuery.browser.msie){event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null}return val},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault){originalEvent.preventDefault()}originalEvent.returnValue=false};event.stopPropagation=function(){if(originalEvent.stopPropagation){originalEvent.stopPropagation()}originalEvent.cancelBubble=true};if(!event.target){event.target=event.srcElement||document}if(event.target.nodeType==3){event.target=originalEvent.target.parentNode}if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement}if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0)}if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode)){event.which=event.charCode||event.keyCode}if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey}if(!event.which&&event.button){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)))}return event},special:{ready:{setup:function(){bindReady();return},teardown:function(){return}},mouseenter:{setup:function(){if(jQuery.browser.msie){return false}jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true},teardown:function(){if(jQuery.browser.msie){return false}jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true},handler:function(event){if(withinElement(event,this)){return true}arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments)}},mouseleave:{setup:function(){if(jQuery.browser.msie){return false}jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true},teardown:function(){if(jQuery.browser.msie){return false}jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true},handler:function(event){if(withinElement(event,this)){return true}arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments)}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data)})},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments)},fn&&data)})},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn)})},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn)})},triggerHandler:function(type,data,fn){if(this[0]){return jQuery.event.trigger(type,data,this[0],false,fn)}return undefined},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false})},hover:function(fnOver,fnOut){return this.bind("mouseenter",fnOver).bind("mouseleave",fnOut)},ready:function(fn){bindReady();if(jQuery.isReady){fn.call(document,jQuery)}else{jQuery.readyList.push(function(){return fn.call(this,jQuery)})}return this}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document)});jQuery.readyList=null}jQuery(document).triggerHandler("ready")}}});var readyBound=false;function bindReady(){if(readyBound){return}readyBound=true;if(document.addEventListener&&!jQuery.browser.opera){document.addEventListener("DOMContentLoaded",jQuery.ready,false)}if(jQuery.browser.msie&&window==top){(function(){if(jQuery.isReady){return}try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0);return}jQuery.ready()})()}if(jQuery.browser.opera){document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady){return}for(var i=0;i<document.styleSheets.length;i++){if(document.styleSheets[i].disabled){setTimeout(arguments.callee,0);return}}jQuery.ready()},false)}if(jQuery.browser.safari){var numStyles;(function(){if(jQuery.isReady){return}if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0);return}if(numStyles===undefined){numStyles=jQuery("style, link[rel=stylesheet]").length}if(document.styleSheets.length!=numStyles){setTimeout(arguments.callee,0);return}jQuery.ready()})()}jQuery.event.add(window,"load",jQuery.ready)}jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,change,select,submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name)}});var withinElement=function(event,elem){var parent=event.relatedTarget;while(parent&&parent!=elem){try{parent=parent.parentNode}catch(error){parent=elem}}return parent==elem};jQuery(window).bind("unload",function(){jQuery("*").add(document).unbind()});jQuery.fn.extend({load:function(url,params,callback){if(jQuery.isFunction(url)){return this.bind("load",url)}var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off)}callback=callback||function(){};var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=null}else{params=jQuery.param(params);type="POST"}}var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified"){self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText)}self.each(callback,[res.responseText,status,res])}});return this},serialize:function(){return jQuery.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val}}):{name:elem.name,value:val}}).get()}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f)}});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null}return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type})},getScript:function(url,callback){return jQuery.get(url,null,callback,"script")},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json")},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={}}return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type})},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings)},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string"){s.data=jQuery.param(s.data)}if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre)){s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?"}}else{if(!s.data||!s.data.match(jsre)){s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?"}}s.dataType="json"}if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data){s.data=(s.data+"").replace(jsre,"="+jsonp+"$1")}s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp]}catch(e){}if(head){head.removeChild(script)}}}if(s.dataType=="script"&&s.cache==null){s.cache=false}if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"")}if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null}if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart")}if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&(s.dataType=="script"||s.dataType=="json")&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset){script.charset=s.scriptCharset}if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script)}}}head.appendChild(script);return undefined}var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data){xml.setRequestHeader("Content-Type",s.contentType)}if(s.ifModified){xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default)}catch(e){}if(s.beforeSend){s.beforeSend(xml)}if(s.global){jQuery.event.trigger("ajaxSend",[xml,s])}var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null}status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType)}catch(e){status="parsererror"}}if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified")}catch(e){}if(s.ifModified&&modRes){jQuery.lastModified[s.url]=modRes}if(!jsonp){success()}}else{jQuery.handleError(s,xml,status)}complete();if(s.async){xml=null}}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0){setTimeout(function(){if(xml){xml.abort();if(!requestDone){onreadystatechange("timeout")}}},s.timeout)}}try{xml.send(s.data)}catch(e){jQuery.handleError(s,xml,null,e)}if(!s.async){onreadystatechange()}function success(){if(s.success){s.success(data,status)}if(s.global){jQuery.event.trigger("ajaxSuccess",[xml,s])}}function complete(){if(s.complete){s.complete(xml,status)}if(s.global){jQuery.event.trigger("ajaxComplete",[xml,s])}if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop")}}return xml},handleError:function(s,xml,status,e){if(s.error){s.error(xml,status,e)}if(s.global){jQuery.event.trigger("ajaxError",[xml,s,e])}},active:0,httpSuccess:function(r){try{return !r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined}catch(e){}return false},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined}catch(e){}return false},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror"){throw"parsererror"}if(type=="script"){jQuery.globalEval(data)}if(type=="json"){data=eval("("+data+")")}return data},param:function(a){var s=[];if(a.constructor==Array||a.jquery){jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value))})}else{for(var j in a){if(a[j]&&a[j].constructor==Array){jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this))})}else{s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]))}}}return s.join("&").replace(/%20/g,"+")}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none"){this.style.display="block"}elem.remove()}}).end()},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none"}).end()},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]()})},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback)},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback)},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback)},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback)},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback)},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback)},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1){return false}var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden){return jQuery.isFunction(opt.complete)&&opt.complete.apply(this)}if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow}}if(opt.overflow!=null){this.style.overflow="hidden"}opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val)){e[val=="toggle"?hidden?"show":"hide":val](prop)}else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit}if(parts[1]){end=((parts[1]=="-="?-1:1)*end)+start}e.custom(start,end,unit)}else{e.custom(start,val,"")}}});return true})},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx"}if(!type||(typeof type=="string"&&!fn)){return queue(this[0],type)}return this.each(function(){if(fn.constructor==Array){queue(this,type,fn)}else{queue(this,type).push(fn);if(queue(this,type).length==1){fn.apply(this)}}})},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue){this.queue([])}this.each(function(){for(var i=timers.length-1;i>=0;i--){if(timers[i].elem==this){if(gotoEnd){timers[i](true)}timers.splice(i,1)}}});if(!gotoEnd){this.dequeue()}return this}});var queue=function(elem,type,array){if(!elem){return undefined}type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array){q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[])}return q};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length){q[0].apply(this)}})};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false){jQuery(this).dequeue()}if(jQuery.isFunction(opt.old)){opt.old.apply(this)}};return opt},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig){options.orig={}}}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.apply(this.elem,[this.now,this])}(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width"){this.elem.style.display="block"}},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null){return this.elem[this.prop]}var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd)}t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++){if(!timers[i]()){timers.splice(i--,1)}}if(!timers.length){clearInterval(jQuery.timerId);jQuery.timerId=null}},13)}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height"){this.elem.style[this.prop]="1px"}jQuery(this.elem).show()},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(gotoEnd){var t=(new Date()).getTime();if(gotoEnd||t>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim){if(this.options.curAnim[i]!==true){done=false}}if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){this.elem.style.display="none"}if(this.options.hide||this.options.show){for(var p in this.options.curAnim){jQuery.attr(this.elem.style,p,this.options.orig[p])}}}if(done&&jQuery.isFunction(this.options.complete)){this.options.complete.apply(this.elem)}return false}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now},scrollTop:function(fx){fx.elem.scrollTop=fx.now},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now)},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem){with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522,fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop)}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2){border(offsetParent)}if(!fixed&&jQuery.css(offsetParent,"position")=="fixed"){fixed=true}offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent}while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display"))){add(-parent.scrollLeft,-parent.scrollTop)}if(mozilla&&jQuery.css(parent,"overflow")!="visible"){border(parent)}parent=parent.parentNode}if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute")){add(-doc.body.offsetLeft,-doc.body.offsetTop)}if(fixed){add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop))}}results={top:top,left:left}}}function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true))}function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0}return results}})();bezen.string=(function(){var a=function(d){d=d.replace(/^\s\s*/,"");return d.replace(/\s\s*$/,"")};var c=function(d,e){e=String(e);return d.slice(0,e.length)===e};var b=function(d,e){e=String(e);return d.slice(d.length-e.length)===e};return{trim:a,startsWith:c,endsWith:b,_:{}}}());(function(a){var b=a.find;a.find=function(c,e){if(!c.indexOf("/")){e=e.documentElement;c=c.replace(/^\/\w*/,"");if(!c){return[e]}}c=c.replace(/\/\//g," ");c=c.replace(/\//g,">");c=c.replace(/\[([^@].*?)\]/g,function(j,h){return":has("+h+")"});if(c.indexOf(">..")>=0){var f=c.split(/>\.\.>?/g);var g=a(f[0],e);for(var d=1;d<f.length;d++){g=g.parent(f[d])}return g.get()}return b(c,e)}})(jQuery);bezen.object=(function(){var c=function(e){var f=function(){};f.prototype=e;return new f()};var d=function(e){if(e===null||e===undefined){return false}for(var f=1;f<arguments.length;f++){e=e[arguments[f]];if(e===null||e===undefined){return false}}return true};var b=function(f){var e=f&&typeof f==="object"&&typeof f.length==="number"&&typeof f.splice==="function"&&!(f.propertyIsEnumerable("length"));return e?true:false};var a=function(e){return typeof e==="string"||e instanceof String};return{beget:c,exists:d,isArray:b,isString:a,_:{}}}());var $esajquery=jQuery.noConflict();bezen.error=(function(){var g=window.setTimeout,f=window.setInterval;var h=function(l,k,j){if(!bezen.log){return}if(typeof l==="object"){h(l.message,l.fileName,l.lineNumber);return}bezen.log.error(l+" at "+k+"["+j+"]",true)};var c=function(l,k,j){h("window.onerror: "+l,k,j);return true};var d=function(l,k){k=k||"error.catchError";if(typeof l!=="function"){h(k+": A function is expected, found "+typeof l);return bezen.nix}var j=function(){try{return l.apply(this,arguments)}catch(m){if(window.onerror){window.onerror(k+": "+m.message+" in "+l,m.fileName,m.lineNumber,true)}}};return j};var e=function(k,j){if(typeof k==="string"){if(bezen.log){bezen.log.warn('window.setTimeout: eval is evil: "'+k+'"')}k=new Function(k)}return g(d(k,"window.setTimeout"),j)};var b=function(k,j){if(typeof k==="string"){if(bezen.log){bezen.log.warn('window.setInterval: eval is evil: "'+k+'"')}k=new Function(k)}return f(d(k,"window.setInterval"),j)};var a=function(){window.onerror=c;window.setTimeout=e;window.setInterval=b};return{reportError:h,onerror:c,safeSetTimeout:e,safeSetInterval:b,catchError:d,catchAll:a,_:{}}}());(function(b){b.dimensions={version:"1.2"};b.each(["Height","Width"],function(d,c){b.fn["inner"+c]=function(){if(!this[0]){return}var f=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";return this.is(":visible")?this[0]["client"+c]:a(this,c.toLowerCase())+a(this,"padding"+f)+a(this,"padding"+e)};b.fn["outer"+c]=function(f){if(!this[0]){return}var h=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";f=b.extend({margin:false},f||{});var g=this.is(":visible")?this[0]["offset"+c]:a(this,c.toLowerCase())+a(this,"border"+h+"Width")+a(this,"border"+e+"Width")+a(this,"padding"+h)+a(this,"padding"+e);return g+(f.margin?(a(this,"margin"+h)+a(this,"margin"+e)):0)}});b.each(["Left","Top"],function(d,c){b.fn["scroll"+c]=function(e){if(!this[0]){return}return e!=undefined?this.each(function(){this==window||this==document?window.scrollTo(c=="Left"?e:b(window)["scrollLeft"](),c=="Top"?e:b(window)["scrollTop"]()):this["scroll"+c]=e}):this[0]==window||this[0]==document?self[(c=="Left"?"pageXOffset":"pageYOffset")]||b.boxModel&&document.documentElement["scroll"+c]||document.body["scroll"+c]:this[0]["scroll"+c]}});b.fn.extend({position:function(){var h=0,g=0,f=this[0],j,c,e,d;if(f){e=this.offsetParent();j=this.offset();c=e.offset();j.top-=a(f,"marginTop");j.left-=a(f,"marginLeft");c.top+=a(e,"borderTopWidth");c.left+=a(e,"borderLeftWidth");d={top:j.top-c.top,left:j.left-c.left}}return d},offsetParent:function(){var c=this[0].offsetParent;while(c&&(!/^body|html$/i.test(c.tagName)&&b.css(c,"position")=="static")){c=c.offsetParent}return b(c)}});function a(c,d){return parseInt(b.curCSS(c.jquery?c[0]:c,d,true))||0}})(jQuery);eval(function(h,b,j,d,g,f){g=function(a){return(a<b?"":g(parseInt(a/b)))+((a=a%b)>35?String.fromCharCode(a+29):a.toString(36))};if(!"".replace(/^/,String)){while(j--){f[g(j)]=d[j]||g(j)}d=[function(a){return f[a]}];g=function(){return"\\w+"};j=1}while(j--){if(d[j]){h=h.replace(new RegExp("\\b"+g(j)+"\\b","g"),d[j])}}return h}("v F(a,b){6 c,7=Q,5=3.E(\"5\")[0];2(3.g){2(a){c=3.g('y');c.j='h';c.P=a}s c=3.g('q');c.K='G';c.f='u/o';2(b>=0){n(6 i=0,8=0,m=5.l.k;i<m;i++){6 d=5.l[i];2(!d.x)R;6 e=d.x.9();2(8==b){7=d;O}2(e=='q'||e=='y'&&(d.j&&d.j.9()=='h'||d.f&&d.f.9()=='u/o'))8++}}5.N(c,7);4 3.r[7?b:3.r.k-1]}s 4 L(\"I H't J a D h n C. B.\")}v M(a,b,c){2(!a)4 z;2(a.w)4 a.w(b+' {'+c+'}',a.A.k);2(a.p){a.p(b,c);4 S}4 z}",55,55,"||if|document|return|head|var|before|ct|toLowerCase||||||type|createElement|stylesheet||rel|length|childNodes|len|for|css|addRule|style|styleSheets|else||text|function|insertRule|tagName|link|false|cssRules|Sorry|you|new|getElementsByTagName|AddStyleSheet|all|can||create|media|alert|AddRule|insertBefore|break|href|null|continue|true".split("|"),0,{}));bezen.dom=(function(){var k=bezen.error.catchError;var c=1,l=2,b=3;var e=function(n,m){var p=document.createElement(n);if(!m){return p}for(var q in m){if(m.hasOwnProperty(q)){p.setAttribute(q,m[q])}}if(p.canHaveChildren===false){return p}for(var o=2;o<arguments.length;o++){var r=arguments[o];if(typeof r==="string"){r=document.createTextNode(r)}p.appendChild(r)}return p};var f=function(m){if(m.canHaveChildren===false){return}m.innerHTML=""};var h=function(o,m){var n=o.parentNode;n.insertBefore(m,o)};var g=function(o,m){var n=o.parentNode;n.insertBefore(m,o.nextSibling)};var d=function(m){if(m.parentNode&&m.parentNode.innerHTML){m.parentNode.removeChild(m)}};var a=function(o,m){if(o.hasAttribute){return o.hasAttribute(m)}var n=o.getAttributeNode(m);if(n===null){return false}return n.specified};var j=function(n,p,o){var m=k(o,"script.onload");if(p.readyState&&p.onload!==null){p.onreadystatechange=function(){if(p.readyState==="loaded"||p.readyState==="complete"){p.onreadystatechange=null;p.onerror=null;m()}}}else{p.onload=m}n.appendChild(p)};return{ELEMENT_NODE:c,ATTRIBUTE_NODE:l,TEXT_NODE:b,element:e,clear:f,insertBefore:h,insertAfter:g,remove:d,hasAttribute:a,appendScript:j,_:{}}}());ESAGlobals.domWrite=(function(){var dw=document.write,on_complete=function(){},dwln=document.writeln,myCalls=[],t="",checkMs=100,maxMs=2000,maxT;function getid(){var myDate=new Date();return"_"+myDate.getTime()+"_"+Math.random().toString().replace(/\./,"")}function startnext(){if(myCalls.length>0){ESAGlobals.log_to_console("function startnext: Status="+myCalls[0].stat);switch(myCalls[0].stat){case 0:ESAGlobals.log_to_console("startnext.start");myCalls[0].start();startnext();break;case 1:ESAGlobals.log_to_console("startnext.startload");myCalls[0].startload();break;case 4:ESAGlobals.log_to_console("startnext.resume");myCalls[0].resume();break;case 5:myCalls.shift();ESAGlobals.log_to_console("startnext.end # of myCalls left: "+myCalls.length);startnext();break}}else{ESAGlobals.log_to_console("startnext.END ALL: restore document.write functions");document.write=dw;document.writeln=dwln;if(on_complete!==null){on_complete()}}}function fillStack(pCall){ESAGlobals.log_to_console("function fillStack()");var regexp1=/[^'"]*<script[^>]*>([\s\S]*?)<\/script[^>]*>[^'"]*/gi,regexp2=/src[^=]*=[^'"]*['"]([^'"]*?)['"]/i,regexp3=/<script[^>]*>/gi,hasScript;ESAGlobals.log_to_console(pCall.buf);while(pCall.buf!==""){hasScript=(pCall.buf.toLowerCase()).indexOf("<script")>-1?true:false;if(!hasScript){ESAGlobals.log_to_console("-->fillStack: ONLY HTML");pCall.stack.push({type:"HTML",str:pCall.buf});pCall.buf=""}else{var i=(pCall.buf.toLowerCase()).indexOf("<script");if(i!==0){ESAGlobals.log_to_console("fillStack.HTML PART: "+pCall.buf.substr(0,i));pCall.stack.push({type:"HTML",str:pCall.buf.substr(0,i)});pCall.buf=pCall.buf.substr(i)}else{if(((pCall.buf.toLowerCase()).indexOf("src")===-1)||((pCall.buf.toLowerCase()).indexOf("src")>pCall.buf.indexOf(">"))){var myMatch=pCall.buf.match(regexp1),myCode=" "+myMatch+" ";myCode=myCode.replace(/[^'"]*<script[^>]*>/gi,"");myCode=myCode.replace(/<\/script[^>]*>[^'"]*/gi,"");var regexp4=/<!--/;var regexp5=/\/\/-->/;myCode=myCode.replace(regexp4,"");myCode=myCode.replace(regexp5,"");ESAGlobals.log_to_console("fillStack.INLINE CODE: "+myCode);ESAGlobals.log_to_console("Modified :::: "+myCode);pCall.stack.push({type:"CODE",str:myCode});pCall.buf=pCall.buf.substr(pCall.buf.indexOf(">")+1);pCall.buf=pCall.buf.substr(myMatch.length);pCall.buf=pCall.buf.substr(pCall.buf.indexOf(">")+1)}else{var myMatch=pCall.buf.match(regexp2);ESAGlobals.log_to_console("fillStack.FILE: "+myMatch[1]);pCall.stack.push({type:"FILE",str:myMatch[1]});if(pCall.buf.indexOf("/>")<pCall.buf.indexOf(">")){pCall.buf=pCall.buf.substr(pCall.buf.indexOf(">")+1);pCall.buf=pCall.buf.substr(pCall.buf.indexOf(">")+1)}else{pCall.buf=pCall.buf.substr(pCall.buf.indexOf("/>")+2)}}}}}outputStack(pCall)}function outputStack(pCall){var regexp4=/<!--/;var regexp5=/\/\/-->/;ESAGlobals.log_to_console("function outputStack()");while(pCall.stack.length>0){var myPart=pCall.stack.shift();switch(myPart.type){case"HTML":ESAGlobals.log_to_console("outputstack.HTML: "+myPart.str);pCall.e.innerHTML=pCall.e.innerHTML+myPart.str;break;case"CODE":ESAGlobals.log_to_console("outputstack.CODE: "+myPart.str);try{if(ESAGlobals.zone.ads[0].type==="NetworkAd"&&ESAGlobals.zone.ads[0].ad_network_id===2){var iframe=$esajquery($esajquery("#ESAmainAd").find("iframe")[0]).contents()[0];iframe.write=document.write;iframe.writeln=document.writeln}}catch(e){ESAGlobals.log_to_console("domWrite: Could not find iframe, so I can't overwrite its document.write method")}try{eval(myPart.str)}catch(e){ESAGlobals.log_to_console("HALT RENDERING: Ad script exception caught");ESAGlobals.zone.ad_render_failure=true}pCall.e.innerHTML=pCall.e.innerHTML+pCall.buf;pCall.buf="";pCall.oldbuf="";break;case"FILE":ESAGlobals.log_to_console("outputstack.FILE: "+myPart.str);pCall.pause();ESAGlobals.domWrite(pCall.e,myPart.str,null,null,(maxMs||1000),true);return;break}}pCall.stop();startnext()}function testDone(pCall){var myCall=pCall;return function(){ESAGlobals.log_to_console("function testDone()");if(myCall.buf!==myCall.oldbuf){myCall.oldbuf=myCall.buf;t=window.setTimeout(testDone(myCall),myCall.ms);ESAGlobals.log_to_console("testdone: still processing")}else{ESAGlobals.log_to_console("testdone: start stack execution");fillStack(myCall)}}}function MyCall(pDiv,pSrc,pOnBefore,pContinue,pForce){this.e=(typeof pDiv=="string"?document.getElementById(pDiv):pDiv),this.f=pOnBefore||function(){},this.cont=pContinue||false,this.force=pForce||false,this.stat=0,this.dw,this.src=pSrc,this.buf="",this.oldbuf="",this.ms=checkMs||200,this.scripttag,this.t,this.stack=[]}MyCall.prototype={start:function(){ESAGlobals.log_to_console("myCall.start...");this.stat=1},startload:function(){ESAGlobals.log_to_console("myCall.startload...");this.stat=2;this.f.apply(window);var that=this;document.write=(function(){var o=that,cb=testDone(o);if(o.cont!==false){ESAGlobals.log_to_console("myCall.startload --> start foreign script timeout");window.setTimeout(function(){o.stat=5;fillStack(o)},o.cont)}return function(pString){o.stat=3;if(o.cont===false){window.clearTimeout(o.t)}o.oldbuf=o.buf;o.buf+=pString;if(ESAGlobals.zone.ads[0].type==="NetworkAd"&&ESAGlobals.zone.ads[0].ad_network_id===2){style_regexp=/<style.*>.*<\/style>/gi;style_matches=o.buf.match(style_regexp);if(style_matches!==null){style_string=style_matches[0];o.oldbuf=o.oldbuf.replace(style_regexp,"");o.buf=o.buf.replace(style_regexp,"");adbrite_append_style_to_iframe=function(){ESAGlobals.log_to_console("Writing style tag to iframe");iframe=$esajquery($esajquery("#ESAmainAd").find("iframe")[0]);$esajquery(style_string).appendTo(iframe.contents().find("head"))};setTimeout("adbrite_append_style_to_iframe()",1500)}}if(o.cont===false){o.t=window.setTimeout(cb,o.ms)}}})();document.writeln=document.write;this.dw=document.write;this.dwln=document.writeln;var s=document.createElement("script");s.setAttribute("language","javascript");s.setAttribute("type","text/javascript");s.setAttribute("src",this.src);document.getElementsByTagName("head")[0].appendChild(s);ESAGlobals.log_to_console("myCall.startload --> script appended: "+this.src)},resume:function(){ESAGlobals.log_to_console("myCall.resume... document.write(), .writeln() reset to object functions...");this.stat=3;document.write=this.dw;document.writeln=this.dwln;outputStack(myCalls[0])},pause:function(){ESAGlobals.log_to_console("myCall.pause...");this.stat=4},stop:function(){ESAGlobals.log_to_console("myCall.stop...");window.clearTimeout(this.t);this.stat=5}};return function(pDiv,pSrc,pFunc,pOnComplete,pContinue,pForce){on_complete=pOnComplete;if(myCalls.length>0&&pForce!==true){ESAGlobals.log_to_console("==> domWrite call POSTPONED: "+pDiv);window.setTimeout(function(){ESAGlobals.domWrite(pDiv,pSrc,pFunc,null,pContinue)},1000);return}ESAGlobals.log_to_console("==> domWrite call: "+pSrc);var c=new MyCall(pDiv,pSrc,pFunc,pContinue);if(pContinue){myCalls.unshift(c);startnext()}else{myCalls.push(c)}ESAGlobals.log_to_console("==> ADDED # of myCalls now: "+myCalls.length);if(myCalls.length===1){startnext()}}})();bezen.domwrite=(function(){var a=bezen.nix,q=bezen.string.trim,h=bezen.array.empty,d=bezen.dom.hasAttribute,g=bezen.dom.appendScript,f=document.write,p=document.writeln;var b=[];var o=function(t){b.push(t)};var j=function(t){o(t+"\n")};var e=function(){if(b.length===0){return null}var t=b.join("");h(b);return t};var c=function(u){var t=document.createElement("div");t.innerHTML="<br/>"+u;t.removeChild(t.firstChild);return t.firstChild};var m=function(t){if(t.nodeName!=="SCRIPT"){return false}if(t.language&&t.language.toLowerCase()!=="javascript"){return false}if(t.type&&q(t.type).toLowerCase()!=="text/javascript"){return false}return true};var l=function(v,y,x){if(d(y,"src")){var t=document.createElement("script");for(var u=0;u<y.attributes.length;u++){var w=y.attributes[u];if(d(y,w.name)){t.setAttribute(w.name,w.value)}}t.text=y.text;g(v,t,x)}else{var z=y.cloneNode(false);z.text=y.text;z.type="any";v.appendChild(z);if(d(y,"type")){z.setAttribute("type",y.type)}else{z.removeAttribute("type")}(new Function(z.text))();x()}};var s;var k=function(z,y,A){if(y===null){A();return}var w=null;var t=z;var u=function(){k(t,w,A)};if(m(y)){setTimeout(function(){l(z,y,function(){s(z,u)})},0)}else{var x=y.cloneNode(false);z.appendChild(x);setTimeout(u,0);if(y.firstChild){var v=y.getElementsByTagName("script").length;if(v===0){x.innerHTML=y.innerHTML}else{w=y.firstChild;t=x}}}if(w===null){w=y.nextSibling}var B=y.parentNode;while(w===null&&B!==null){w=B.nextSibling;t=t.parentNode;B=B.parentNode}return};var n=function(){var t=document;if(t.write===f){t.write=o}if(t.writeln===p){t.writeln=j}};s=function(u,v){if(u instanceof Function){v=u;u=document.body}else{u=u||document.body;v=v||a}var t=e();if(t===null){v()}else{k(u,c(t),v)}};var r=function(){document.write=f;document.writeln=p};return{capture:n,parseMarkup:c,render:s,restore:r,_:{markupArray:b,domWrite:o,domWriteln:j,collectMarkup:e,isJavascriptScript:m,appendScriptClone:l,loadPiecemeal:k}}}());bezen.load=(function(){var c=bezen.nix,b=bezen.object.isString,f=bezen.array.unshift,d=bezen.dom.appendScript,g=bezen.dom.element;var h=function(l,j,m,k){if(l&&!l.nodeType){f(arguments,null);return h.apply(null,arguments)}if(b(j)){return h(l,{src:j},m,k)}m=m||c;l=l||document.body;k=k||0;setTimeout(function(){d(l,g("script",j),m)},k)};var a=function(k,l){if(!l){return c}var j=0;return function(){j++;if(j<k){return}l()}};var e=function(m,n,o,k){if(m&&!m.nodeType){f(arguments,null);return e.apply(null,arguments)}var j=a(n.length,o);for(var l=0;l<n.length;l++){h(m,n[l],j,k)}};return{script:h,scripts:e,_:{getSingleCallback:a}}}());bezen.ready=(function(){var n=bezen.domwrite,f=n.parseMarkup,j=bezen.dom.hasAttribute,B,C,t,g,w,o;var r=[];var b=[];var x=function(){B=window.addEventListener;C=document.addEventListener;t=window.attachEvent;g=document.attachEvent};var s=function(){return document.readyState==="complete"};var z=function(){if(document.readyState){return}document.readyState="complete"};var m=function(G,F){if(!G||(typeof G==="object"&&!G.handleEvent)){return}G=G.handleEvent||G;F=F||"bezen.onready";var E=bezen.error?bezen.error.catchError(G,F):G;r.push(E)};var q=function(){var G=function(H,I){return function(){H.readyState="complete";I.apply(H,arguments)}};while(b.length>0){var E=b.pop();var F=E.onreadystatechange;if(typeof F==="function"){m(G(E,F))}}};var v=function(E,F){if(E==="onload"){m(F,"window.onload");return true}else{if(t){return t(E,F)}else{return false}}};var k=function(F,G,E){if(F==="load"){m(G,"window.load")}else{if(B){B.apply(window,arguments)}}};var c=function(F,G,E){if(F==="load"||F==="DOMContentLoaded"){m(function(){G.apply(document,arguments)},"document."+F)}else{if(C){C.apply(document,arguments)}}};var a=function(E,F){if(E==="onreadystatechange"){m(F,"document.onreadystatechange");return true}else{if(g){return g(E,F)}else{return false}}};var A;var e=function(){var E=window.onload;if(E&&E!==A){m(E,"window.onload")}window.onload=A};A=function(F){F=F||window.event;z();if(!s()){return}if(window.detachEvent){window.detachEvent("onload",A)}if(document.detachEvent){document.detachEvent("onreadystatechange",A)}if(!F){if(document.createEvent){F=document.createEvent("HTMLEvents");F.initEvent("load",false,false)}else{if(document.createEventObject){F=document.createEventObject();var E=document.createDocumentFragment();E.attachEvent("onreadystatechange",function(){E.detachEvent("onreadystatechange",arguments.callee);window.event.type="load";A(F)});E.fireEvent("onreadystatechange",F);return}}}e();q();while(r.length>0){r.shift()(F)}};var l=function(){if(r.length>0){return true}if(b.length>0){return true}if(window.onload){if(window.onload!==A){return true}}return false};var u=function(){x();e();if(B&&window.addEventListener!==k){window.addEventListener("load",A,false);window.addEventListener=k}if(C&&document.addEventListener!==c){document.addEventListener("load",A,false);document.addEventListener("DOMContentLoaded",A,false);document.addEventListener=c}if(t&&window.attachEvent!==v){window.attachEvent("onload",A);window.attachEvent=v}if(g&&document.attachEvent!==a){document.attachEvent("onreadystatechange",A);document.attachEvent=a}};var D=function(E){if(typeof E==="string"){var F=f(E);if(F&&F.nodeName==="SCRIPT"&&F.nextSibling===null&&j(F,"id")&&j(F,"defer")){var G="javascript";G+=":void(0)";var H=F.getAttribute("src");if(H==="//:"||H==="//0"||H===G){b.push(F);return}}}w(E)};var p=function(G){for(var F=b.length;F>=0;F--){var E=b[F];if(E&&E.id===G){return E}}if(o.apply){return o.apply(document,arguments)}else{return o(G)}};var d=function(){n.capture();var E=document;w=E.write;E.write=D;o=document.getElementById;document.getElementById=p};var h=function(){if(s()){A()}};var y=function(){n.restore();if(B){window.addEventListener=B}if(C){document.addEventListener=C}if(t){window.attachEvent=t}if(g){document.attachEvent=g}if(o){document.getElementById=o}};return{isReady:s,beReady:z,addListener:m,hasListeners:l,capture:u,captureScriptDeferHack:d,simulate:h,restore:y,_:{listeners:r,deferScripts:b,init:x,onready:A,captureWindowOnload:e,filterWindowAttachEvent:v,filterWindowAddEventListener:k,filterDocumentAddEventListener:c,filterDocumentAttachEvent:a,collectScriptDeferHack:q,filterDomWrite:D,filterDocumentGetElementById:p}}}());ESAGlobals.mouse=new ESAMouse();ESAGlobals.zone=new ESAZone();ESAGlobals.user=new ESAUser();ESAGlobals.zone.box=new ESABox();ESAGlobals.alreadyServed=false;ESAGlobals.localHost="http://esaserving.com";ESAGlobals.hide_ad_on_failure=function(a){this.log_to_console(a);ESAGlobals.zone.ad_render_failure=true;ESAGlobals.adDiv.fadeOut(0)};function JSONscriptRequest(a){this.fullUrl=a;this.noCacheIE="&noCacheIE="+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId="JscriptId"+JSONscriptRequest.scriptCounter++}JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function(){this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type","text/javascript");this.scriptObj.setAttribute("charset","utf-8");this.scriptObj.setAttribute("src",this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id",this.scriptId)};JSONscriptRequest.prototype.removeScriptTag=function(){this.headLoc.removeChild(this.scriptObj)};JSONscriptRequest.prototype.addScriptTag=function(){this.headLoc.appendChild(this.scriptObj)};ESAGlobals.setupAd=function setupAd(zoneJSON,numAds,adJSON,keyword_id,flight_id){ESAGlobals.log_to_console("ESAGlobals.setupAd started");function extend(a,b){for(var x in b){if(b.hasOwnProperty(x)){a[x]=b[x]}}}extend(this.zone,zoneJSON);ESAGlobals.user.keyword_id=keyword_id;ESAGlobals.user.flight_id=flight_id;for(i=0;i<numAds;i++){var ad=new ESAAd();extend(ad,eval("("+adJSON[i]+")"));ESAGlobals.zone.ads[i]=ad}if(ESAGlobals.user.zone_id!==-1){ESAGlobals.beginDisplay()}if(ESAGlobals.zone.ads.length>=1){if(ESAGlobals.zone.ads[0].type==="NetworkAd"){if(ESAGlobals.zone.ads[0].ad_network_code===""){ESAGlobals.hide_ad_on_failure("ERROR: Ad network code is zero-length")}}}else{ESAGlobals.hide_ad_on_failure("ERROR: Ad array is zero-length")}if(ESAGlobals.zone.zone_dimensions.length===0){ESAGlobals.hide_ad_on_failure("ERROR: Zone dimensions are not set correctly, check data coming from server")}for(i=0;i<ESAGlobals.zone.ads.length;i++){ESAGlobals.zone.ads[i].ad_network.name=ESAGlobals.zone.ads[i].ad_network.name.toLowerCase()}};function ESAUser(){this.id=-1;this.website_id=-1;this.zone_id=-1;this.flight_id=-1;this.keyword_id=-1}function ESAAd(){this.type;this.id;this.ad_network_id;this.ad_network_code;this.dimensions;this.title;this.description;this.clickurl;this.mediaurl;this.ad_hash;this.ad_network}function ESAZone(){this.id=-1;this.ads=[];this.request_id="";this.status_message="Click the red X to remove this ad";this.bye_message="Shaking detected! Now removing ad!";this.x0=0;this.y0=0;this.title="";this.description1="";this.description2="";this.is_displayed=false;this.num_scoots=20;this.max_direction_changes=4;this.width=0;this.height=0;this.tailY=39;this.timer_id=0;this.changeX=0;this.changeY=0;this.display_timer=0;this.hide_delay_ms=1000;this.hide_delay_timer=null;this.display_delay=100;this.fadeMs=1000;this.display_url="";this.destination="";this.is_preview=false;this.display_mode=2;this.detection_mode=0;this.dismissal_mode=0;this.num_views=0;this.num_mouseovers=0;this.discard_type_id=-1;this.hover_seconds=0;this.is_click_recorded=false;this.is_metrics_recorded=false;this.is_recently_displayed=false;this.content_element="";this.has_moused_over_empty_space_once=false;this.ad_render_failure=false;this.ad_ready=true}ESAZone.prototype.hide=function Ad__hideAd(){ESAGlobals.adDiv.hide();window.status=(" ");ESAGlobals.zone.is_displayed=false;if(this.display_mode===2){ESAGlobals.zone.is_recently_displayed=false;clearInterval(ESAGlobals.zone.hide_delay_timer);ESAGlobals.zone.hide_delay_timer=null}};ESAZone.prototype.disable=function Ad__disableAd(a,c){this.is_displayed=false;$esajquery(document).unbind("mousemove",ESAGlobals.mouse.onMouseMove);$esajquery(window).unbind("resize",ESAGlobals.mouse.onResize);ESAGlobals.adDiv.unbind();this.changeX=ESAGlobals.mouse.x-ESAGlobals.mouse.firstX;this.changeY=ESAGlobals.mouse.y-ESAGlobals.mouse.firstY;if(a){this.timer_id=setInterval(function(d){return function(){ESAGlobals.zone.fling()}}(this),25)}else{this.disableAnimation(c)}if(this.dismissal_mode!="undefined"){var b=ESAGlobals.localHost+"/foos/"+ESAGlobals.user.id+"/discard?";b+="&discard[hostname]="+window.location.hostname;b+="&discard[website_id]="+ESAGlobals.user.website_id;b+="&discard[zone_id]="+ESAGlobals.user.zone_id;if(this.ads[0].type=="NetworkAd"){b+="&discard[ad_id]="+this.ads[0].id}b+="&discard[is_preview]="+ESAGlobals.zone.is_preview;b+="&nonce_value="+this.nonce_value;b+="&discard[fullurl]="+encodeURIComponent(window.location);b+="&discard[ad_network_id]="+this.ads[0].ad_network_id;b+="&discard[user_id]="+ESAGlobals.user.id;b+="&discard[flight_id]="+ESAGlobals.user.flight_id;b+="&discard[keyword_id]="+ESAGlobals.user.keyword_id;this.get(b,true)}};ESAZone.prototype.fling=function Ad__fling(){this.x0+=(this.changeX);this.y0+=(this.changeY);if((this.x0<0)||(this.x0+this.width>$esajquery(window).width())||(this.y0<0)||(this.y0+this.height>$esajquery(window).height())){this.disableAnimation(true);return}window.status=this.bye_message;this.num_scoots--;this.updatePosition();if(this.num_scoots<=0){this.disableAnimation(true)}};ESAZone.prototype.disableAnimation=function Ad__disableAnimation(c){clearInterval(this.timer_id);if(ESAGlobals.zone.dismissal_mode==1&&c){var a='<img alt="image goes here" src="'+ESAGlobals.explosionImage.src+'">';var b=a;a+=a;a+=a;a+=a+b;ESAGlobals.adDiv.html(a)}ESAGlobals.adDiv.fadeOut(1800);window.status=" "};ESAZone.prototype.show=function Ad__show(){if(this.ad_render_failure||!this.ad_ready){ESAGlobals.log_to_console("In ESAZone.snow(), but not rendering ad because its not ready or because of a failure");return}ESAGlobals.log_to_console("In ESAZone.snow(), about to show ad");window.status=this.status_message;this.display_timer=(new Date()).getTime();ESAGlobals.adDiv.fadeIn(this.fadeMs);if(this.display_mode==0){this.box.updatePosition()}ESAGlobals.zone.is_displayed=true;this.num_views++};ESAZone.prototype.updatePosition=function Ad__updatePosition(){var a=this.x0+"px";var b=this.y0+"px";ESAGlobals.adDiv.css({left:a,top:b})};ESAZone.prototype.do_dom_write=function(){this.ad_ready=false;src="";if(this.ads[0].ad_network.name==="ybrant"||this.ads[0].ad_network.name==="xtendmedia"||this.ads[0].ad_network.name==="adsdaq"||this.ads[0].ad_network.name==="clicksor"){src_regexp=/src[^=]*=[^'"]*['"]([^'"]*?)['"]/i;try{src=this.ads[0].ad_network_code.match(src_regexp)[0].split('"')[1]}catch(a){ESAGlobals.hide_ad_on_failure("ERROR: Could not parse SRC attribute of ad script");return}}else{if(this.ads[0].ad_network.name==="adbrite"){sid_regexp=/sid=([0-9])+/;zs_regexp=/zs=([0-9]|[a-z])+/i;div_regexp=/\<div\>.*\<\/div\>/i;try{sid=this.ads[0].ad_network_code.match(sid_regexp)[0].split("=")[1];zs=this.ads[0].ad_network_code.match(zs_regexp)[0].split("=")[1];div=this.ads[0].ad_network_code.match(div_regexp)[0]}catch(a){ESAGlobals.hide_ad_on_failure("ERROR: Could not parse sid, zs or the 'Your ad here' div from AdBrite ad_network_code")}try{AdBrite_Iframe=window.top!=window.self?2:1;AdBrite_Referrer=document.referrer==""?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer)}catch(a){AdBrite_Iframe="";AdBrite_Referrer=""}src="http://ads.adbrite.com/mb/text_group.php?sid="+sid+"&zs="+zs+"&ifr="+AdBrite_Iframe+"&ref="+AdBrite_Referrer}}if(this.ads[0].ad_network.name==="ybrant"||this.ads[0].ad_network.name==="xtendmedia"){ESAGlobals.domWrite("ESAmainAd",src,function(){ybrant_xtendmedia_wait=function(){ESAGlobals.zone.ad_ready=true};setTimeout("ybrant_xtendmedia_wait()",3000)});return}if(this.ads[0].ad_network.name==="adbrite"||this.ads[0].ad_network.name==="adsdaq"||this.ads[0].ad_network.name==="clicksor"){(function(){var c=bezen.$,b=bezen.load.script,k=bezen.domwrite.capture,j=bezen.domwrite.render,h=bezen.ready,g=bezen.error,d=window.onload||bezen.nix;function f(o,n,l){l=l||0;var m=c(o);b(m,{type:"text/javascript",src:src},function(){j(m,n)},l)}function e(){if(h.hasListeners()){h.simulate();setTimeout(e,500);return}ESAGlobals.zone.ad_ready=true}g.catchAll();h.capture();k();f("ESAmainAd",e)}());return}ESAGlobals.hide_ad_on_failure("ERROR: Don't know how to domWrite ad_network_code for ad_network_id = "+this.ads[0].ad_network_id)};ESAZone.prototype.display_if_lazy_load=function(){if(!this.has_moused_over_empty_space_once&&this.ads[0].type==="NetworkAd"&&this.ads[0].ad_network.lazy_load){this.has_moused_over_empty_space_once=true;this.do_dom_write()}};ESAZone.prototype.setDisplayString=function Ad__setDisplayString(){ESAGlobals.log_to_console("Running ESAZone.setDisplayString");this.displayString="";this.displayString+='<div id = "ESAmyBox" class="ESAmyBox">';this.displayString+='<a href="http://www.emptyspaceads.com" class="ESAquestion">?</a><a href="#" class="ESAcross">x</a>';this.displayString+='<div id = "ESAmainAd">';if(this.ads[0].type=="TextAd"){for(i=0;i<this.ads.length;i++){clickurl=ESAGlobals.localHost+"/foos/"+ESAGlobals.user.id+"/click?redirect="+encodeURIComponent(this.ads[i].clickurl);clickurl+="&click[website_id]="+ESAGlobals.user.website_id;clickurl+="&click[zone_id]="+ESAGlobals.user.zone_id;clickurl+="&click[is_preview]="+ESAGlobals.zone.is_preview;clickurl+="&click[hostname]="+window.location.hostname;clickurl+="&click[fullurl]="+encodeURIComponent(window.location);clickurl+="&click[ad_network_id]="+this.ads[0].ad_network_id;clickurl+="&click[flight_id]="+ESAGlobals.user.flight_id;clickurl+="&click[keyword_id]="+ESAGlobals.user.keyword_id;clickurl+="&click[user_id]="+ESAGlobals.user.id;this.displayString+='<h1><a href="'+clickurl+'">'+this.ads[i].title+"</a></h1>";this.displayString+="<p>";this.displayString+=this.ads[i].description+"<br/>";if(this.ads[i].mediaurl!=""){this.displayString+='<img src="'+this.ads[i].mediaurl+'"/>'}this.displayString+="</p>"}$esajquery("#ESAAd").width(ESAGlobals.zone.zone_dimensions[0])}this.displayString+="</div>";this.displayString+='<div id="ESAourLogo" class="ESAlogo"><img class="ESAlogo" src="'+ESAGlobals.localHost+'/images/emptyspaceads_logo_small.png" alt="empty" /></div>';this.displayString+="</div>";ESAGlobals.adDiv.html(this.displayString);$esajquery("#ESAmainAd").css({"background-repeat":"no-repeat","background-position":"center"});"ESAadvertisment";this.width=$esajquery("#ESAAd").width();this.height=$esajquery("#ESAAd").height()};ESAZone.prototype.onFocus=function ESAad_onFocus(){this.recordIframeClick();this.is_click_recorded=true};ESAZone.prototype.recordIframeClick=function ESAad_recordIframeClick(){var a=ESAGlobals.localHost+"/foos/"+ESAGlobals.zone.ads[0].id+"/iframe_click?nonce_value="+ESAGlobals.zone.nonce_value+"&click[website_id]="+ESAGlobals.user.website_id+"&click[zone_id]="+ESAGlobals.user.zone_id+"&click[ad_id]="+ESAGlobals.zone.ads[0].id+"&click[is_preview]="+ESAGlobals.zone.is_preview+"&click[hostname]="+window.location.hostname+"&click[fullurl]="+encodeURIComponent(window.location)+"&click[ad_network_id]="+this.ads[0].ad_network_id+"&click[user_id]="+ESAGlobals.user.id;a+="&click[flight_id]="+ESAGlobals.user.flight_id;a+="&click[keyword_id]="+ESAGlobals.user.keyword_id;this.get(a,true)};ESAZone.prototype.get=function ESAAd_get(b,a){var c=new JSONscriptRequest(b);c.buildScriptTag();c.addScriptTag();return c};ESAZone.prototype.checkWindowDimensions=function ESAAd_checkWindowDimensions(a,b){if(ESAGlobals.zone.x0<0){ESAGlobals.zone.x0=0}_scrolltop=$esajquery(window).scrollTop();if(ESAGlobals.zone.y0<_scrolltop){ESAGlobals.zone.y0=_scrolltop}};function ESAMouse(){this.blackList={A:1,IMG:1,OBJECT:1,EMBED:1,SELECT:1,INPUT:1,LABEL:1,P:1,UL:1,LI:1,OL:1,TR:1,H1:1,H2:1,H3:1,H4:1,H5:1,H6:1,B:1,EM:1,I:1,TT:1,CENTER:1,DL:1,DT:1,HR:1,PRE:1,DIV:1,TD:1,TR:1,SPAN:1,SMALL:1,STRONG:1,FORM:1,TABLE:1,FONT:1,TBODY:1,TEXTAREA:1};this.currentElement="A";this.x=-1;this.y=-1;this.firstX=-1;this.secondX=-1;this.firstY=-1;this.secondY=-1;this.directionChanges=0;this.timeChecked=(new Date()).getTime();this.isOverAd=false}ESAMouse.prototype.checkShakeThreshold=function mouse__checkShakeThreshold(){if((ESAGlobals.mouse.firstX>ESAGlobals.mouse.secondX&&ESAGlobals.mouse.x<ESAGlobals.mouse.firstX)||(ESAGlobals.mouse.firstX<ESAGlobals.mouse.secondX&&ESAGlobals.mouse.x>ESAGlobals.mouse.firstX)){ESAGlobals.mouse.directionChanges+=1}if((ESAGlobals.mouse.firstY>ESAGlobals.mouse.secondY&&ESAGlobals.mouse.y<ESAGlobals.mouse.firstY)||(ESAGlobals.mouse.firstY<ESAGlobals.mouse.secondY&&ESAGlobals.mouse.y>ESAGlobals.mouse.firstY)){ESAGlobals.mouse.directionChanges+=1}};ESAMouse.prototype.onClick=function mouse__onClick(c){var a;var b=((new Date()).getTime()-ESAGlobals.zone.display_timer)/1000;if(c.target.className=="ESAcross"){ESAGlobals.zone.discard_type_id=1;ESAGlobals.zone.disable(false,true);return false}else{if(c.target.className=="ESAquestion"){location.href=ESAGlobals.localHost+"/faq";return false}else{if(c.target.className=="ESAlogo"){location.href=ESAGlobals.localHost;return false}}}if(b<(ESAGlobals.zone.fadeMs/1000)){return -1}else{if(ESAGlobals.zone.destination==""){return -1}}var a=ESAGlobals.localHost+"/foos/"+ESAGlobals.zone.id+"/click?";a+="&nonce_value="+ESAGlobals.zone.nonce_value;a+="&click[website_id]="+ESAGlobals.user.website_id;a+="&click[zone_id]="+ESAGlobals.user.zone_id;a+="&click[ad_id]="+ESAGlobals.ads[0].id;a+="&click[is_preview]="+ESAGlobals.zone.is_preview;a+="&click[hostname]="+window.location.hostname;a+="&click[fullurl]="+encodeURIComponent(window.location);a+="&click[ad_network_id]="+ESAGlobals.zone.ads[0].ad_network_id;a+="&click[user_id]="+ESAGlobals.user.id;a+="&click[flight_id]="+ESAGlobals.user.flight_id;a+="&click[keyword_id]="+ESAGlobals.user.keyword_id;location.href=a;ESAGlobals.zone.is_click_recorded=true};ESAMouse.prototype.onResize=function ESAMouse__onResize(){$esajquery("[ESAdims]").each(function(){this.ESAdims=null})};ESAMouse.prototype.getDim=function mouse__getDim(a){for(var c=0,b=0;a!=null;c+=a.offsetLeft,b+=a.offsetTop,a=a.offsetParent){}return{x0:c,y0:b}};ESAMouse.prototype.onMouseMove=function mouse__onMouseMove(b){ESAGlobals.mouse.currentElement=b.target;ESAGlobals.mouse.x=b.pageX;ESAGlobals.mouse.y=b.pageY;if(!ESAGlobals.mouse.isEmptySpace()){if(ESAGlobals.zone.display_mode==2&&ESAGlobals.zone.is_recently_displayed){if(ESAGlobals.zone.hide_delay_timer===null){ESAGlobals.zone.hide_delay_timer=setTimeout(ESAGlobals.zone.hide,ESAGlobals.zone.hide_delay_ms)}return}ESAGlobals.zone.hide();return}if(ESAGlobals.zone.display_mode==2){ESAGlobals.zone.is_recently_displayed=true;if(ESAGlobals.zone.hide_delay_timer!=null){clearInterval(ESAGlobals.zone.hide_delay_timer);ESAGlobals.zone.hide_delay_timer=null}}if(!ESAGlobals.zone.is_displayed){var c=$esajquery(window).width();var h=$esajquery(window).height();if(ESAGlobals.zone.detection_mode==1){if(!b.target.ESAdims){b.target.ESAdims=ESAGlobals.mouse.getDim(b.target);var f=$esajquery(b.target);b.target.ESAdims.x1=b.target.ESAdims.x0+f.width();b.target.ESAdims.y1=b.target.ESAdims.y0+f.height()}var a=b.target.ESAdims;if(ESAGlobals.zone.x0<a.x0){ESAGlobals.zone.x0=a.x0}if((ESAGlobals.zone.x0+ESAGlobals.adDiv.width())>a.x1){ESAGlobals.zone.x0=a.x1-ESAGlobals.adDiv.width()-8}if(ESAGlobals.zone.y0<a.y0){ESAGlobals.zone.y0=a.y0}if((ESAGlobals.zone.y0+ESAGlobals.zone.height)>a.y1){var e=a.y1-ESAGlobals.zone.height;(e>ESAGlobals.zone.y0&e+ESAGlobals.zone.height<a.y1)?ESAGlobals.zone.y0=e:ESAGlobals.zone.y0=a.y0}}if(ESAGlobals.zone.display_mode===2){var d=(ESAGlobals.mouse.x<=(c/2))?0:1;switch(d){case 0:ESAGlobals.zone.x0=0;break;case 1:if($esajquery.browser.safari){ESAGlobals.zone.x0=c-ESAGlobals.adDiv.width()-20}else{ESAGlobals.zone.x0=c-ESAGlobals.adDiv.width()-15}break}ESAGlobals.zone.y0=ESAGlobals.mouse.y-($esajquery("#ESAAd").height()/2)}ESAGlobals.zone.checkWindowDimensions(h,c);ESAGlobals.zone.updatePosition();ESAGlobals.zone.show()}else{ESAGlobals.mouse.isOverAd=false;ESAGlobals.mouse.secondX=ESAGlobals.mouse.firstX;ESAGlobals.mouse.firstX=ESAGlobals.mouse.x;ESAGlobals.mouse.secondY=ESAGlobals.mouse.firstY;ESAGlobals.mouse.firstY=ESAGlobals.mouse.y;if(ESAGlobals.zone.display_mode==1||ESAGlobals.zone.display_mode==2){if(ESAGlobals.zone.ads[0].type=="NetworkAd"){ESAGlobals.zone.box.updatePosition()}return}else{if(ESAGlobals.zone.box.isMouseWithin()){return}var j,g;j=g=0;if(ESAGlobals.mouse.x>ESAGlobals.zone.box.x1){j=ESAGlobals.mouse.x-ESAGlobals.zone.box.x1}if(ESAGlobals.mouse.x<ESAGlobals.zone.box.x0){j=ESAGlobals.mouse.x-ESAGlobals.zone.box.x0}if(ESAGlobals.mouse.y>ESAGlobals.zone.box.y1){g=ESAGlobals.mouse.y-ESAGlobals.zone.box.y1}if(ESAGlobals.mouse.y<ESAGlobals.zone.box.y0){g=ESAGlobals.mouse.y-ESAGlobals.zone.box.y0}ESAGlobals.zone.x0+=j;ESAGlobals.zone.y0+=g;ESAGlobals.zone.checkWindowDimensions(h,c);ESAGlobals.zone.updatePosition();ESAGlobals.zone.box.updatePosition()}}};ESAMouse.prototype.onMouseOverAd=function ESAAd__mousemovead(a){ESAGlobals.mouse.isOverAd=true;if(ESAGlobals.zone.display_mode==2){clearInterval(ESAGlobals.zone.hide_delay_timer);ESAGlobals.zone.hide_delay_timer=null}};ESAMouse.prototype.isEmptySpace=function DomElement__isEmptySpace(){if(ESAGlobals.mouse.isOverAd){ESAGlobals.zone.display_if_lazy_load();ESAGlobals.log_to_console("isEmptySpace = true");return true}switch(ESAGlobals.zone.detection_mode){case 0:if(this.currentElement.nodeType==1&&!(ESAGlobals.mouse.blackList[this.currentElement.tagName])){ESAGlobals.zone.display_if_lazy_load();ESAGlobals.log_to_console("isEmptySpace = true");return true}else{ESAGlobals.log_to_console("isEmptySpace = false");return false}break;case 1:if(this.currentElement.className=="ESAemptyspace"){ESAGlobals.zone.display_if_lazy_load();ESAGlobals.log_to_console("isEmptySpace = true");return true}else{ESAGlobals.log_to_console("isEmptySpace = false");return false}break;case 2:var b=$esajquery(window).width();var a=ESAGlobals.adDiv.width();var f=ESAGlobals.adDiv.width();var h=b-(a+f);var c=1;var d=$esajquery(ESAGlobals.zone.content_element);var e=d.offset().left;var g=e+d.width();a=e;f=b-g;if(ESAGlobals.mouse.x<=(b/2)){c=0}switch(c){case 0:if((ESAGlobals.adDiv.width()<a)&&(ESAGlobals.mouse.x>0&&ESAGlobals.mouse.x<e)){ESAGlobals.zone.display_if_lazy_load();ESAGlobals.log_to_console("isEmptySpace = true");return true}else{ESAGlobals.log_to_console("isEmptySpace = false");return false}break;case 1:if((ESAGlobals.adDiv.width()<f)&&(ESAGlobals.mouse.x>g&&ESAGlobals.mouse.x<b)){ESAGlobals.zone.display_if_lazy_load();ESAGlobals.log_to_console("isEmptySpace = true");return true}else{ESAGlobals.log_to_console("isEmptySpace = false");return false}break}break;default:return false}};function ESABox(){this.x0=-1;this.x1=-1;this.y0=-1;this.y1=-1;this.widthRadius=20;this.heightRadius=20}ESABox.prototype.isMouseWithin=function Box__isMouseWithin(){if(!ESAGlobals.zone.is_displayed){return false}else{return(ESAGlobals.mouse.x>this.x0&&ESAGlobals.mouse.x<this.x1&&ESAGlobals.mouse.y>this.y0&&ESAGlobals.mouse.y<this.y1)}};ESABox.prototype.updatePosition=function Box__updatePosition(){this.x0=ESAGlobals.zone.x0-this.widthRadius;this.x1=this.x0+(2*this.widthRadius)+ESAGlobals.zone.width;this.y0=ESAGlobals.zone.y0-this.heightRadius;this.y1=this.y0+(2*this.heightRadius)+ESAGlobals.zone.height+39};ESAGlobals.serveAd=function serveAd(c){if(typeof(navigator.userAgent)==="undefined"){ESAGlobals.hide_ad_on_failure("ERROR: Browser user agent not found, not serving ad");return}if(!c||ESAGlobals.alreadyServed){return}ESAGlobals.alreadyServed=true;var a=ESAGlobals.localHost+"/foos/"+ESAGlobals.user.id+"/";a+="serve?request[website_id]="+ESAGlobals.user.website_id;a+="&request[zone_id]="+ESAGlobals.user.zone_id;a+="&request[hostname]="+window.location.hostname;a+="&request[fullurl]="+window.location;a+="&request[is_preview]="+ESAGlobals.zone.is_preview;document.write("<script language = 'JavaScript' type = 'text/javascript'  src = '"+a+"'><\/script>");ESAGlobals.log_to_console("ESAGlobals.serveAd started");ESAGlobals.logoImage=new Image();ESAGlobals.logoImage.src=ESAGlobals.localHost+"/images/emptyspaceads_logo_small.png";var b=new AddStyleSheet(ESAGlobals.localHost+"/stylesheets/ad_v3.css")};ESAGlobals.beginDisplay=function beginDisplay(){ESAGlobals.log_to_console("ESAGlobals.beginDisplay started");$esajquery(document).ready(function(){if(ESAGlobals.zone.display_mode===2&&$esajquery(ESAGlobals.zone.content_element).length===0){ESAGlobals.hide_ad_on_failure("ERROR: Content DOM element specified by selector = "+ESAGlobals.zone.content_element+" not found");return}ESAGlobals.log_to_console("Document ready, creating ESAAd div");$esajquery("<div id='ESAAd'></div>").appendTo("body");ESAGlobals.adDiv=$esajquery("#ESAAd");ESAGlobals.zone.setDisplayString();if(ESAGlobals.zone.ads[0].type==="NetworkAd"&&!ESAGlobals.zone.ads[0].ad_network.lazy_load){ESAGlobals.log_to_console("Network ad is not lazy loaded, calling domWrite");ESAGlobals.zone.do_dom_write()}if(ESAGlobals.zone.ads[0].type!="NetworkAd"){$esajquery("#ESAAd").height(ESAGlobals.zone.height);$esajquery("#ESAAd").width(ESAGlobals.zone.width)}ESAGlobals.startMonitoring();bezen.ready.beReady()})};ESAGlobals.startMonitoring=function startMonitoring(){ESAGlobals.log_to_console("Started ESAGlobals.startMonitoring");$esajquery(document).bind("mousemove",ESAGlobals.mouse.onMouseMove);ESAGlobals.adDiv.mousemove(ESAGlobals.mouse.onMouseOverAd);ESAGlobals.adDiv.click(ESAGlobals.mouse.onClick);$esajquery(window).resize(ESAGlobals.mouse.onResize);ESAGlobals.adDiv.hover(function(){ESAGlobals.zone.num_mouseovers++;ESAGlobals.zone.hoverTimer=(new Date()).getTime()},function(){if(ESAGlobals.zone.hoverTimer){ESAGlobals.zone.hover_seconds+=((new Date()).getTime()-ESAGlobals.zone.hoverTimer)/1000}});$esajquery(window).unload(function(){if(!ESAGlobals.zone.is_click_recorded&&ESAGlobals.zone.box.isMouseWithin()){ESAGlobals.zone.recordIframeClick()}if(ESAGlobals.zone.is_metrics_recorded){return}if(ESAGlobals.zone.num_views>0||ESAGlobals.zone.num_mouseovers>0||ESAGlobals.zone.hover_seconds>0){var a=ESAGlobals.localHost+"/foos/";a+=ESAGlobals.user.id+"/record_metrics?hostname="+window.location.hostname;a+="&request[is_preview]="+ESAGlobals.zone.is_preview;a+="&request[num_views]="+ESAGlobals.zone.num_views;a+="&request[num_mouseovers]="+ESAGlobals.zone.num_mouseovers;a+="&request[hover_seconds]="+ESAGlobals.zone.hover_seconds;a+="&request[website_id]="+ESAGlobals.user.website_id;a+="&request[zone_id]="+ESAGlobals.user.zone_id;a+="&request[user_id]="+ESAGlobals.user.id;if(ESAGlobals.zone.ads[0].type=="NetworkAd"){a+="&request[ad_id]="+ESAGlobals.zone.ads[0].id}a+="&request[is_preview]="+ESAGlobals.zone.is_preview;a+="&nonce_value="+this.nonce_value;a+="&request[ad_network_id]="+ESAGlobals.zone.ads[0].ad_network_id;a+="&request[user_id]="+ESAGlobals.user.id;a+="&request[flight_id]="+ESAGlobals.user.flight_id;a+="&request[keyword_id]="+ESAGlobals.user.keyword_id;ESAGlobals.zone.get(a,true);ESAGlobals.zone.is_metrics_recorded=true}})};