function gotFocus(ctl,val)
{if(document.getElementById(ctl.id).value==val)
{document.getElementById(ctl.id).value='';}}
function lostFocus(ctl,val)
{if(document.getElementById(ctl.id).value=='')
{document.getElementById(ctl.id).value=val;}};if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",_7);this.setAttribute("doExpressInstall",false);var _d=(_9)?_9:window.location;this.setAttribute("xiRedirectUrl",_d);this.setAttribute("redirectUrl","");if(_a){this.setAttribute("redirectUrl",_a);}};deconcept.SWFObject.prototype={setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=key+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}
_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}
_19+="</object>";}
return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}
if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};deconcept.PlayerVersion=function(_27){this.major=_27[0]!=null?parseInt(_27[0]):0;this.minor=_27[1]!=null?parseInt(_27[1]):0;this.rev=_27[2]!=null?parseInt(_27[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}
return true;};deconcept.util={getRequestParameter:function(_29){var q=document.location.search||document.location.hash;if(q){var _2b=q.substring(1).split("&");for(var i=0;i<_2b.length;i++){if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2d=document.getElementsByTagName("OBJECT");for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){if(typeof _2d[i][x]=="function"){_2d[i][x]=null;}}}};if(typeof window.onunload=="function"){var oldunload=window.onunload;window.onunload=function(){deconcept.SWFObjectUtil.cleanupSWFs();oldunload();};}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}
if(Array.prototype.push==null){Array.prototype.push=function(_30){this[this.length]=_30;return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;;function EmbedFlashFile(flashfile,width,height,bgcolor)
{var so=new SWFObject(flashfile,"mymovie",width,height,"6",bgcolor);so.addParam("quality","high");so.addParam("wmode","transparent");so.addParam("salign","t");so.addParam("pluginurl","http://www.macromedia.com/go/getflashplayer");so.write("flashFile");};var Common={ToggleLeftManuItem:function(divId,link)
{if(document.getElementById(divId).style.display=="none")
{document.getElementById(divId).style.display="block";document.getElementById(link).className="active";}
else
{document.getElementById(divId).style.display="none";document.getElementById(link).className="inactive";}},ToggleItem:function(divId)
{if(document.getElementById(divId).style.display=="none")
{document.getElementById(divId).style.display="block";}
else
{document.getElementById(divId).style.display="none";}},ShowHideItem:function(itemId,Action)
{document.getElementById(itemId).style.display=Action;},isInteger:function(s)
{var i;for(i=0;i<s.length;i++)
{var c=s.charAt(i);if(((c<"0")||(c>"9")))return false;}
return true;},isNumber:function(str)
{var re=/^[-]?\d*\.?\d*$/;str=str.toString();if(!str.match(re))
{return false;}
return true;},trim:function(str,chars)
{return Common.ltrim(Common.rtrim(str,chars),chars);},ltrim:function(str,chars)
{chars=chars||"\\s";return str.replace(new RegExp("^["+chars+"]+","g"),"");},rtrim:function(str,chars)
{chars=chars||"\\s";return str.replace(new RegExp("["+chars+"]+$","g"),"");},ShowWait:function(tranDiv,loaderDiv)
{var docHeight;if(document.all)
{docHeight=document.body.clientHeight+document.body.scrollHeight;}
else
{docHeight=document.body.offsetHeight;}
var myDIV;myDIV=document.getElementById(tranDiv);if(myDIV!=null)
{myDIV.style.height=docHeight+"px";}
document.getElementById(tranDiv).style.display='block';document.getElementById(tranDiv).style.width=document.body.offsetWidth+'px';document.getElementById(loaderDiv).style.left=document.body.offsetWidth/2-document.getElementById('ImageDiv').offsetWidth/2-100+'px';document.getElementById(loaderDiv).style.top=300+'px';document.getElementById(loaderDiv).style.display='block';},HideWait:function(tranDiv,loaderDiv)
{var docHeight;if(document.all)
{docHeight=document.body.clientHeight+document.body.scrollHeight;}
else
{docHeight=document.body.offsetHeight;}
var myDIV;myDIV=document.getElementById(tranDiv);if(myDIV!=null)
{myDIV.style.height=0+"px";}
document.getElementById(tranDiv).style.display='none';document.getElementById(tranDiv).style.width=0+'px';document.getElementById(loaderDiv).style.left=0+'px';document.getElementById(loaderDiv).style.display='none';},IsAnyRBSelected:function(name,msg,actionMsg)
{var isSelected=0;var elem=document.getElementsByTagName("input");var arr=new Array();var i;for(i=0;i<elem.length;i++)
{if(elem[i].type=="radio")
{att=elem[i].getAttribute("name");if(att==name)
{if(document.getElementById(elem[i].id).checked==true)
{isSelected=1;break;}}}}
if(isSelected==0)
{alert(msg);return false;}
else
{if(actionMsg!="")
{return confirm(actionMsg);}
else
{return true;}}},IsAnyCBSelected:function(name,msg,actionMsg)
{var isSelected=0;var elem=document.getElementsByTagName("input");var arr=new Array();var i;for(i=0;i<elem.length;i++)
{if(elem[i].type=="checkbox")
{att=elem[i].getAttribute("name");if(att==name)
{if(document.getElementById(elem[i].id).checked==true)
{isSelected=1;break;}}}}
if(isSelected==0)
{alert(msg);return false;}
else
{if(actionMsg!="")
{return confirm(actionMsg);}
else
{return true;}}},SelectAllCB:function(name,cbMain)
{var elem=document.getElementsByTagName("input");var arr=new Array();var i;for(i=0;i<elem.length;i++)
{if(elem[i].type=="checkbox")
{att=elem[i].getAttribute("name");if(att==name)
{if(cbMain.checked==true)
{document.getElementById(elem[i].id).checked=true;}
else
{document.getElementById(elem[i].id).checked=false;}}}}},CheckSelectAllCB:function(name,cbMainId)
{var elem=document.getElementsByTagName("input");var cbMainId=document.getElementById(cbMainId);var isChecked=true;var arr=new Array();var i;for(i=0;i<elem.length;i++)
{if(elem[i].type=="checkbox")
{att=elem[i].getAttribute("name");if(att==name)
{if(elem[i].checked==false)
{isChecked=false;break;}}}}
cbMainId.checked=isChecked;},ValidateTextLength:function(txtbox,length)
{if(txtbox.value.length>length)
{txtbox.value=txtbox.value.substring(0,length);}}};var dhtmlwindow={imagefiles:['../graphics/min.gif','../graphics/close.gif','../graphics/restore.gif','../graphics/resize.gif'],ajaxbustcache:true,ajaxloadinghtml:'<b>Loading Page. Please wait...</b>',minimizeorder:0,zIndexvalue:100,tobjects:[],lastactivet:{},init:function(t){var domwindow=document.createElement("div")
domwindow.id=t
domwindow.className="dhtmlwindow"
var domwindowdata=''
domwindowdata='<div class="drag-handle">'
domwindowdata+='DHTML Window <div class="drag-controls"><img style="display:none;" src="'+this.imagefiles[0]+'" title="Minimize" /><img style="display:none;" src="'+this.imagefiles[1]+'" title="Close" /></div>'
domwindowdata+='</div>'
domwindowdata+='<div class="drag-contentarea"></div>'
domwindowdata+='<div class="drag-statusarea"><div class="drag-resizearea" style="background: transparent url('+this.imagefiles[3]+') top right no-repeat;">&nbsp;</div></div>'
domwindowdata+='</div>'
domwindow.innerHTML=domwindowdata
document.getElementById("dhtmlwindowholder").appendChild(domwindow)
var t=document.getElementById(t)
var divs=t.getElementsByTagName("div")
for(var i=0;i<divs.length;i++){if(/drag-/.test(divs[i].className))
t[divs[i].className.replace(/drag-/,"")]=divs[i]}
t.handle._parent=t
t.resizearea._parent=t
t.controls._parent=t
t.onclose=function(){return true}
t.onmousedown=function(){dhtmlwindow.setfocus(this)}
t.handle.onmousedown=dhtmlwindow.setupdrag
t.resizearea.onmousedown=dhtmlwindow.setupdrag
t.controls.onclick=dhtmlwindow.enablecontrols
t.show=function(){dhtmlwindow.show(this)}
t.hide=function(){dhtmlwindow.hide(this)}
t.close=function(){dhtmlwindow.close(this)}
t.setSize=function(w,h){dhtmlwindow.setSize(this,w,h)}
t.moveTo=function(x,y){dhtmlwindow.moveTo(this,x,y)}
t.isResize=function(bol){dhtmlwindow.isResize(this,bol)}
t.isScrolling=function(bol){dhtmlwindow.isScrolling(this,bol)}
t.load=function(contenttype,contentsource,title){dhtmlwindow.load(this,contenttype,contentsource,title)}
this.tobjects[this.tobjects.length]=t
return t},open:function(t,contenttype,contentsource,title,attr,recalonload){var d=dhtmlwindow
function getValue(Name){var config=new RegExp(Name+"=([^,]+)","i")
return(config.test(attr))?parseInt(RegExp.$1):0}
if(document.getElementById(t)==null)
t=this.init(t)
else
t=document.getElementById(t)
this.setfocus(t)
t.setSize(getValue(("width")),(getValue("height")))
var xpos=getValue("center")?"middle":getValue("left")
var ypos=getValue("center")?"middle":getValue("top")
if(typeof recalonload!="undefined"&&recalonload=="recal"&&this.scroll_top==0){if(window.attachEvent&&!window.opera)
this.addEvent(window,function(){setTimeout(function(){t.moveTo(xpos,ypos)},400)},"load")
else
this.addEvent(window,function(){t.moveTo(xpos,ypos)},"load")}
t.isResize(getValue("resize"))
t.isScrolling(getValue("scrolling"))
t.style.visibility="visible"
t.style.display="block"
t.contentarea.style.display="block"
t.moveTo(xpos,ypos)
t.load(contenttype,contentsource,title)
if(t.state=="minimized"&&t.controls.firstChild.title=="Restore"){t.controls.firstChild.setAttribute("src",dhtmlwindow.imagefiles[0])
t.controls.firstChild.setAttribute("title","Minimize")
t.state="fullview"}
return t},setSize:function(t,w,h){t.style.width=Math.max(parseInt(w),150)+"px"
t.contentarea.style.height=Math.max(parseInt(h),100)+"px"},moveTo:function(t,x,y){this.getviewpoint()
t.style.left=(x=="middle")?this.scroll_left+(this.docwidth-t.offsetWidth)/2+"px":this.scroll_left+parseInt(x)+"px"
t.style.top=(y=="middle")?this.scroll_top+(this.docheight-t.offsetHeight)/2+"px":this.scroll_top+parseInt(y)+"px"},isResize:function(t,bol){t.statusarea.style.display=(bol)?"block":"none"
t.resizeBool=(bol)?1:0},isScrolling:function(t,bol){t.contentarea.style.overflow=(bol)?"auto":"hidden"},load:function(t,contenttype,contentsource,title){if(t.isClosed){alert("DHTML Window has been closed, so no window to load contents into. Open/Create the window again.")
return}
var contenttype=contenttype.toLowerCase()
if(typeof title!="undefined")
t.handle.firstChild.nodeValue=title
if(contenttype=="inline")
t.contentarea.innerHTML=contentsource
else if(contenttype=="div"){var inlinedivref=document.getElementById(contentsource)
t.contentarea.innerHTML=(inlinedivref.defaultHTML||inlinedivref.innerHTML)
if(!inlinedivref.defaultHTML)
inlinedivref.defaultHTML=inlinedivref.innerHTML
inlinedivref.innerHTML=""
inlinedivref.style.display="none"}
else if(contenttype=="iframe"){t.contentarea.style.overflow="hidden"
if(!t.contentarea.firstChild||t.contentarea.firstChild.tagName!="IFRAME")
t.contentarea.innerHTML='<iframe src="" style="margin:0; padding:0; width:100%; height: 100%" name="_iframe-'+t.id+'" frameborder="0"></iframe>'
window.frames["_iframe-"+t.id].location.replace(contentsource)}
else if(contenttype=="ajax"){this.ajax_connect(contentsource,t)}
t.contentarea.datatype=contenttype},setupdrag:function(e){var d=dhtmlwindow
var t=this._parent
d.etarget=this
var e=window.event||e
d.initmousex=e.clientX
d.initmousey=e.clientY
d.initx=parseInt(t.offsetLeft)
d.inity=parseInt(t.offsetTop)
d.width=parseInt(t.offsetWidth)
d.contentheight=parseInt(t.contentarea.offsetHeight)
if(t.contentarea.datatype=="iframe"){t.style.backgroundColor="#F8F8F8"
t.contentarea.style.visibility="hidden"}
document.onmousemove=d.getdistance
document.onmouseup=function(){if(t.contentarea.datatype=="iframe"){t.contentarea.style.backgroundColor="white"
t.contentarea.style.visibility="visible"}
d.stop()}
return false},getdistance:function(e){var d=dhtmlwindow
var etarget=d.etarget
var e=window.event||e
d.distancex=e.clientX-d.initmousex
d.distancey=e.clientY-d.initmousey
if(etarget.className=="drag-handle")
d.move(etarget._parent,e)
else if(etarget.className=="drag-resizearea")
d.resize(etarget._parent,e)
return false},getviewpoint:function(){var ie=document.all&&!window.opera
var domclientWidth=document.documentElement&&parseInt(document.documentElement.clientWidth)||100000
this.standardbody=(document.compatMode=="CSS1Compat")?document.documentElement:document.body
this.scroll_top=(ie)?this.standardbody.scrollTop:window.pageYOffset
this.scroll_left=(ie)?this.standardbody.scrollLeft:window.pageXOffset
this.docwidth=(ie)?this.standardbody.clientWidth:(/Safari/i.test(navigator.userAgent))?window.innerWidth:Math.min(domclientWidth,window.innerWidth-16)
this.docheight=(ie)?this.standardbody.clientHeight:window.innerHeight},rememberattrs:function(t){this.getviewpoint()
t.lastx=parseInt((t.style.left||t.offsetLeft))-dhtmlwindow.scroll_left
t.lasty=parseInt((t.style.top||t.offsetTop))-dhtmlwindow.scroll_top
t.lastwidth=parseInt(t.style.width)},move:function(t,e){t.style.left=dhtmlwindow.distancex+dhtmlwindow.initx+"px"
t.style.top=dhtmlwindow.distancey+dhtmlwindow.inity+"px"},resize:function(t,e){t.style.width=Math.max(dhtmlwindow.width+dhtmlwindow.distancex,150)+"px"
t.contentarea.style.height=Math.max(dhtmlwindow.contentheight+dhtmlwindow.distancey,100)+"px"},enablecontrols:function(e){var d=dhtmlwindow
var sourceobj=window.event?window.event.srcElement:e.target
if(/Minimize/i.test(sourceobj.getAttribute("title")))
d.minimize(sourceobj,this._parent)
else if(/Restore/i.test(sourceobj.getAttribute("title")))
d.restore(sourceobj,this._parent)
else if(/Close/i.test(sourceobj.getAttribute("title")))
d.close(this._parent)
return false},minimize:function(button,t){dhtmlwindow.rememberattrs(t)
button.setAttribute("src",dhtmlwindow.imagefiles[2])
button.setAttribute("title","Restore")
t.state="minimized"
t.contentarea.style.display="none"
t.statusarea.style.display="none"
if(typeof t.minimizeorder=="undefined"){dhtmlwindow.minimizeorder++
t.minimizeorder=dhtmlwindow.minimizeorder}
t.style.left="10px"
t.style.width="200px"
var windowspacing=t.minimizeorder*10
t.style.top=dhtmlwindow.scroll_top+dhtmlwindow.docheight-(t.handle.offsetHeight*t.minimizeorder)-windowspacing+"px"},restore:function(button,t){dhtmlwindow.getviewpoint()
button.setAttribute("src",dhtmlwindow.imagefiles[0])
button.setAttribute("title","Minimize")
t.state="fullview"
t.style.display="block"
t.contentarea.style.display="block"
if(t.resizeBool)
t.statusarea.style.display="block"
t.style.left=parseInt(t.lastx)+dhtmlwindow.scroll_left+"px"
t.style.top=parseInt(t.lasty)+dhtmlwindow.scroll_top+"px"
t.style.width=parseInt(t.lastwidth)+"px"},close:function(t){try{var closewinbol=t.onclose()}
catch(err){var closewinbol=true}
finally{if(typeof closewinbol=="undefined"){alert("An error has occured somwhere inside your \"onclose\" event handler")
var closewinbol=true}}
if(closewinbol){if(t.state!="minimized")
dhtmlwindow.rememberattrs(t)
if(window.frames["_iframe-"+t.id])
window.frames["_iframe-"+t.id].location.replace("about:blank")
else
t.contentarea.innerHTML=""
t.style.display="none"
t.isClosed=true}
return closewinbol},setopacity:function(targetobject,value){if(!targetobject)
return
if(targetobject.filters&&targetobject.filters[0]){if(typeof targetobject.filters[0].opacity=="number")
targetobject.filters[0].opacity=value*100
else
targetobject.style.filter="alpha(opacity="+value*100+")"}
else if(typeof targetobject.style.MozOpacity!="undefined")
targetobject.style.MozOpacity=value
else if(typeof targetobject.style.opacity!="undefined")
targetobject.style.opacity=value},setfocus:function(t){this.zIndexvalue++
t.style.zIndex=this.zIndexvalue
t.isClosed=false
this.setopacity(this.lastactivet.handle,0.5)
this.setopacity(t.handle,1)
this.lastactivet=t},show:function(t){if(t.isClosed){alert("DHTML Window has been closed, so nothing to show. Open/Create the window again.")
return}
if(t.lastx)
dhtmlwindow.restore(t.controls.firstChild,t)
else
t.style.display="block"
this.setfocus(t)
t.state="fullview"},hide:function(t){t.style.display="none"},ajax_connect:function(url,t){var page_request=false
var bustcacheparameter=""
if(window.XMLHttpRequest)
page_request=new XMLHttpRequest()
else if(window.ActiveXObject){try{page_request=new ActiveXObject("Msxml2.XMLHTTP")}
catch(e){try{page_request=new ActiveXObject("Microsoft.XMLHTTP")}
catch(e){}}}
else
return false
t.contentarea.innerHTML=this.ajaxloadinghtml
page_request.onreadystatechange=function(){dhtmlwindow.ajax_loadpage(page_request,t)}
if(this.ajaxbustcache)
bustcacheparameter=(url.indexOf("?")!=-1)?"&"+new Date().getTime():"?"+new Date().getTime()
page_request.open('GET',url+bustcacheparameter,true)
page_request.send(null)},ajax_loadpage:function(page_request,t){if(page_request.readyState==4&&(page_request.status==200||window.location.href.indexOf("http")==-1)){t.contentarea.innerHTML=page_request.responseText}},stop:function(){dhtmlwindow.etarget=null
document.onmousemove=null
document.onmouseup=null},addEvent:function(target,functionref,tasktype){var tasktype=(window.addEventListener)?tasktype:"on"+tasktype
if(target.addEventListener)
target.addEventListener(tasktype,functionref,false)
else if(target.attachEvent)
target.attachEvent(tasktype,functionref)},cleanup:function(){for(var i=0;i<dhtmlwindow.tobjects.length;i++){dhtmlwindow.tobjects[i].handle._parent=dhtmlwindow.tobjects[i].resizearea._parent=dhtmlwindow.tobjects[i].controls._parent=null}
window.onload=null}}
document.write('<div id="dhtmlwindowholder"><span style="display:none">.</span></div>')
window.onunload=dhtmlwindow.cleanup;if(typeof dhtmlwindow=="undefined")
alert('ERROR: Modal Window script requires all files from "DHTML Window widget" in order to work!')
var dhtmlmodal={veilstack:0,open:function(t,contenttype,contentsource,title,attr,recalonload){var d=dhtmlwindow
this.interVeil=document.getElementById("interVeil")
this.veilstack++
this.loadveil()
if(recalonload=="recal"&&d.scroll_top==0)
d.addEvent(window,function(){dhtmlmodal.adjustveil()},"load")
var t=d.open(t,contenttype,contentsource,title,attr,recalonload)
t.controls.firstChild.style.display="none"
t.controls.onclick=function(){dhtmlmodal.close(this._parent,true)}
t.show=function(){dhtmlmodal.show(this)}
t.hide=function(){dhtmlmodal.close(this)}
return t},loadveil:function(){var d=dhtmlwindow
d.getviewpoint()
this.docheightcomplete=(d.standardbody.offsetHeight>d.standardbody.scrollHeight)?d.standardbody.offsetHeight:d.standardbody.scrollHeight
this.interVeil.style.width=d.docwidth+"px"
this.interVeil.style.height=this.docheightcomplete+"px"
this.interVeil.style.left=0
this.interVeil.style.top=0
this.interVeil.style.visibility="visible"
this.interVeil.style.display="block"},adjustveil:function(){if(this.interVeil&&this.interVeil.style.display=="block")
this.loadveil()},closeveil:function(){this.veilstack--
if(this.veilstack==0)
this.interVeil.style.display="none"},close:function(t,forceclose){t.contentDoc=(t.contentarea.datatype=="iframe")?window.frames["_iframe-"+t.id].document:t.contentarea
if(typeof forceclose!="undefined")
t.onclose=function(){return true}
if(dhtmlwindow.close(t))
this.closeveil()},show:function(t){dhtmlmodal.veilstack++
dhtmlmodal.loadveil()
dhtmlwindow.show(t)}}
document.write('<div id="interVeil"></div>')
dhtmlwindow.addEvent(window,function(){if(typeof dhtmlmodal!="undefined")dhtmlmodal.adjustveil()},"resize");(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},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(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;;jQuery.ui||(function($){var _remove=$.fn.remove,isFF2=$.browser.mozilla&&(parseFloat($.browser.version)<1.9);$.ui={version:"1.7.2",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]]);}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode){return;}
for(var i=0;i<set.length;i++){if(instance.options[set[i][0]]){set[i][1].apply(instance.element,args);}}}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b);},hasScroll:function(el,a){if($(el).css('overflow')=='hidden'){return false;}
var scroll=(a&&a=='left')?'scrollLeft':'scrollTop',has=false;if(el[scroll]>0){return true;}
el[scroll]=1;has=(el[scroll]>0);el[scroll]=0;return has;},isOverAxis:function(x,reference,size){return(x>reference)&&(x<(reference+size));},isOver:function(y,x,top,left,height,width){return $.ui.isOverAxis(y,top,height)&&$.ui.isOverAxis(x,left,width);},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(isFF2){var attr=$.attr,removeAttr=$.fn.removeAttr,ariaNS="http://www.w3.org/2005/07/aaa",ariaState=/^aria-/,ariaRole=/^wairole:/;$.attr=function(elem,name,value){var set=value!==undefined;return(name=='role'?(set?attr.call(this,elem,name,"wairole:"+value):(attr.apply(this,arguments)||"").replace(ariaRole,"")):(ariaState.test(name)?(set?elem.setAttributeNS(ariaNS,name.replace(ariaState,"aaa:"),value):attr.call(this,elem,name.replace(ariaState,"aaa:"))):attr.apply(this,arguments)));};$.fn.removeAttr=function(name){return(ariaState.test(name)?this.each(function(){this.removeAttributeNS(ariaNS,name.replace(ariaState,""));}):removeAttr.call(this,name));};}
$.fn.extend({remove:function(){$("*",this).add(this).each(function(){$(this).triggerHandler("remove");});return _remove.apply(this,arguments);},enableSelection:function(){return this.attr('unselectable','off').css('MozUserSelect','').unbind('selectstart.ui');},disableSelection:function(){return this.attr('unselectable','on').css('MozUserSelect','none').bind('selectstart.ui',function(){return false;});},scrollParent:function(){var scrollParent;if(($.browser.msie&&(/(static|relative)/).test(this.css('position')))||(/absolute/).test(this.css('position'))){scrollParent=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test($.curCSS(this,'position',1))&&(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}else{scrollParent=this.parents().filter(function(){return(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}
return(/fixed/).test(this.css('position'))||!scrollParent.length?$(document):scrollParent;}});$.extend($.expr[':'],{data:function(elem,i,match){return!!$.data(elem,match[3]);},focusable:function(element){var nodeName=element.nodeName.toLowerCase(),tabIndex=$.attr(element,'tabindex');return(/input|select|textarea|button|object/.test(nodeName)?!element.disabled:'a'==nodeName||'area'==nodeName?element.href||!isNaN(tabIndex):!isNaN(tabIndex))&&!$(element)['area'==nodeName?'parents':'closest'](':hidden').length;},tabbable:function(element){var tabIndex=$.attr(element,'tabindex');return(isNaN(tabIndex)||tabIndex>=0)&&$(element).is(':focusable');}});function getter(namespace,plugin,method,args){function getMethods(type){var methods=$[namespace][plugin][type]||[];return(typeof methods=='string'?methods.split(/,?\s+/):methods);}
var methods=getMethods('getter');if(args.length==1&&typeof args[0]=='string'){methods=methods.concat(getMethods('getterSetter'));}
return($.inArray(method,methods)!=-1);}
$.widget=function(name,prototype){var namespace=name.split(".")[0];name=name.split(".")[1];$.fn[name]=function(options){var isMethodCall=(typeof options=='string'),args=Array.prototype.slice.call(arguments,1);if(isMethodCall&&options.substring(0,1)=='_'){return this;}
if(isMethodCall&&getter(namespace,name,options,args)){var instance=$.data(this[0],name);return(instance?instance[options].apply(instance,args):undefined);}
return this.each(function(){var instance=$.data(this,name);(!instance&&!isMethodCall&&$.data(this,name,new $[namespace][name](this,options))._init());(instance&&isMethodCall&&$.isFunction(instance[options])&&instance[options].apply(instance,args));});};$[namespace]=$[namespace]||{};$[namespace][name]=function(element,options){var self=this;this.namespace=namespace;this.widgetName=name;this.widgetEventPrefix=$[namespace][name].eventPrefix||name;this.widgetBaseClass=namespace+'-'+name;this.options=$.extend({},$.widget.defaults,$[namespace][name].defaults,$.metadata&&$.metadata.get(element)[name],options);this.element=$(element).bind('setData.'+name,function(event,key,value){if(event.target==element){return self._setData(key,value);}}).bind('getData.'+name,function(event,key){if(event.target==element){return self._getData(key);}}).bind('remove',function(){return self.destroy();});};$[namespace][name].prototype=$.extend({},$.widget.prototype,prototype);$[namespace][name].getterSetter='option';};$.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+'-disabled'+' '+this.namespace+'-state-disabled').removeAttr('aria-disabled');},option:function(key,value){var options=key,self=this;if(typeof key=="string"){if(value===undefined){return this._getData(key);}
options={};options[key]=value;}
$.each(options,function(key,value){self._setData(key,value);});},_getData:function(key){return this.options[key];},_setData:function(key,value){this.options[key]=value;if(key=='disabled'){this.element
[value?'addClass':'removeClass'](this.widgetBaseClass+'-disabled'+' '+
this.namespace+'-state-disabled').attr("aria-disabled",value);}},enable:function(){this._setData('disabled',false);},disable:function(){this._setData('disabled',true);},_trigger:function(type,event,data){var callback=this.options[type],eventName=(type==this.widgetEventPrefix?type:this.widgetEventPrefix+type);event=$.Event(event);event.type=eventName;if(event.originalEvent){for(var i=$.event.props.length,prop;i;){prop=$.event.props[--i];event[prop]=event.originalEvent[prop];}}
this.element.trigger(event,data);return!($.isFunction(callback)&&callback.call(this.element[0],event,data)===false||event.isDefaultPrevented());}};$.widget.defaults={disabled:false};$.ui.mouse={_mouseInit:function(){var self=this;this.element.bind('mousedown.'+this.widgetName,function(event){return self._mouseDown(event);}).bind('click.'+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false;event.stopImmediatePropagation();return false;}});if($.browser.msie){this._mouseUnselectable=this.element.attr('unselectable');this.element.attr('unselectable','on');}
this.started=false;},_mouseDestroy:function(){this.element.unbind('.'+this.widgetName);($.browser.msie&&this.element.attr('unselectable',this._mouseUnselectable));},_mouseDown:function(event){event.originalEvent=event.originalEvent||{};if(event.originalEvent.mouseHandled){return;}
(this._mouseStarted&&this._mouseUp(event));this._mouseDownEvent=event;var self=this,btnIsLeft=(event.which==1),elIsCancel=(typeof this.options.cancel=="string"?$(event.target).parents().add(event.target).filter(this.options.cancel).length:false);if(!btnIsLeft||elIsCancel||!this._mouseCapture(event)){return true;}
this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){self.mouseDelayMet=true;},this.options.delay);}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(event)!==false);if(!this._mouseStarted){event.preventDefault();return true;}}
this._mouseMoveDelegate=function(event){return self._mouseMove(event);};this._mouseUpDelegate=function(event){return self._mouseUp(event);};$(document).bind('mousemove.'+this.widgetName,this._mouseMoveDelegate).bind('mouseup.'+this.widgetName,this._mouseUpDelegate);($.browser.safari||event.preventDefault());event.originalEvent.mouseHandled=true;return true;},_mouseMove:function(event){if($.browser.msie&&!event.button){return this._mouseUp(event);}
if(this._mouseStarted){this._mouseDrag(event);return event.preventDefault();}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,event)!==false);(this._mouseStarted?this._mouseDrag(event):this._mouseUp(event));}
return!this._mouseStarted;},_mouseUp:function(event){$(document).unbind('mousemove.'+this.widgetName,this._mouseMoveDelegate).unbind('mouseup.'+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(event.target==this._mouseDownEvent.target);this._mouseStop(event);}
return false;},_mouseDistanceMet:function(event){return(Math.max(Math.abs(this._mouseDownEvent.pageX-event.pageX),Math.abs(this._mouseDownEvent.pageY-event.pageY))>=this.options.distance);},_mouseDelayMet:function(event){return this.mouseDelayMet;},_mouseStart:function(event){},_mouseDrag:function(event){},_mouseStop:function(event){},_mouseCapture:function(event){return true;}};$.ui.mouse.defaults={cancel:null,distance:1,delay:0};})(jQuery);;(function($){$.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable;}
this._tabify(true);},_setData:function(key,value){if(key=='selected'){if(this.options.collapsible&&value==this.options.selected){return;}
this.select(value);}
else{this.options[key]=value;if(key=='deselectable'){this.options.collapsible=value;}
this._tabify();}},_tabId:function(a){return a.title&&a.title.replace(/\s/g,'_').replace(/[^A-Za-z0-9\-_:\.]/g,'')||this.options.idPrefix+$.data(a);},_sanitizeSelector:function(hash){return hash.replace(/:/g,'\\:');},_cookie:function(){var cookie=this.cookie||(this.cookie=this.options.cookie.name||'ui-tabs-'+$.data(this.list[0]));return $.cookie.apply(null,[cookie].concat($.makeArray(arguments)));},_ui:function(tab,panel){return{tab:tab,panel:panel,index:this.anchors.index(tab)};},_cleanup:function(){this.lis.filter('.ui-state-processing').removeClass('ui-state-processing').find('span:data(label.tabs)').each(function(){var el=$(this);el.html(el.data('label.tabs')).removeData('label.tabs');});},_tabify:function(init){this.list=this.element.children('ul:first');this.lis=$('li:has(a[href])',this.list);this.anchors=this.lis.map(function(){return $('a',this)[0];});this.panels=$([]);var self=this,o=this.options;var fragmentId=/^#.+/;this.anchors.each(function(i,a){var href=$(a).attr('href');var hrefBase=href.split('#')[0],baseEl;if(hrefBase&&(hrefBase===location.toString().split('#')[0]||(baseEl=$('base')[0])&&hrefBase===baseEl.href)){href=a.hash;a.href=href;}
if(fragmentId.test(href)){self.panels=self.panels.add(self._sanitizeSelector(href));}
else if(href!='#'){$.data(a,'href.tabs',href);$.data(a,'load.tabs',href.replace(/#.*$/,''));var id=self._tabId(a);a.href='#'+id;var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).addClass('ui-tabs-panel ui-widget-content ui-corner-bottom').insertAfter(self.panels[i-1]||self.list);$panel.data('destroy.tabs',true);}
self.panels=self.panels.add($panel);}
else{o.disabled.push(i);}});if(init){this.element.addClass('ui-tabs ui-widget ui-widget-content ui-corner-all');this.list.addClass('ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all');this.lis.addClass('ui-state-default ui-corner-top');this.panels.addClass('ui-tabs-panel ui-widget-content ui-corner-bottom');if(o.selected===undefined){if(location.hash){this.anchors.each(function(i,a){if(a.hash==location.hash){o.selected=i;return false;}});}
if(typeof o.selected!='number'&&o.cookie){o.selected=parseInt(self._cookie(),10);}
if(typeof o.selected!='number'&&this.lis.filter('.ui-tabs-selected').length){o.selected=this.lis.index(this.lis.filter('.ui-tabs-selected'));}
o.selected=o.selected||0;}
else if(o.selected===null){o.selected=-1;}
o.selected=((o.selected>=0&&this.anchors[o.selected])||o.selected<0)?o.selected:0;o.disabled=$.unique(o.disabled.concat($.map(this.lis.filter('.ui-state-disabled'),function(n,i){return self.lis.index(n);}))).sort();if($.inArray(o.selected,o.disabled)!=-1){o.disabled.splice($.inArray(o.selected,o.disabled),1);}
this.panels.addClass('ui-tabs-hide');this.lis.removeClass('ui-tabs-selected ui-state-active');if(o.selected>=0&&this.anchors.length){this.panels.eq(o.selected).removeClass('ui-tabs-hide');this.lis.eq(o.selected).addClass('ui-tabs-selected ui-state-active');self.element.queue("tabs",function(){self._trigger('show',null,self._ui(self.anchors[o.selected],self.panels[o.selected]));});this.load(o.selected);}
$(window).bind('unload',function(){self.lis.add(self.anchors).unbind('.tabs');self.lis=self.anchors=self.panels=null;});}
else{o.selected=this.lis.index(this.lis.filter('.ui-tabs-selected'));}
this.element[o.collapsible?'addClass':'removeClass']('ui-tabs-collapsible');if(o.cookie){this._cookie(o.selected,o.cookie);}
for(var i=0,li;(li=this.lis[i]);i++){$(li)[$.inArray(i,o.disabled)!=-1&&!$(li).hasClass('ui-tabs-selected')?'addClass':'removeClass']('ui-state-disabled');}
if(o.cache===false){this.anchors.removeData('cache.tabs');}
this.lis.add(this.anchors).unbind('.tabs');if(o.event!='mouseover'){var addState=function(state,el){if(el.is(':not(.ui-state-disabled)')){el.addClass('ui-state-'+state);}};var removeState=function(state,el){el.removeClass('ui-state-'+state);};this.lis.bind('mouseover.tabs',function(){addState('hover',$(this));});this.lis.bind('mouseout.tabs',function(){removeState('hover',$(this));});this.anchors.bind('focus.tabs',function(){addState('focus',$(this).closest('li'));});this.anchors.bind('blur.tabs',function(){removeState('focus',$(this).closest('li'));});}
var hideFx,showFx;if(o.fx){if($.isArray(o.fx)){hideFx=o.fx[0];showFx=o.fx[1];}
else{hideFx=showFx=o.fx;}}
function resetStyle($el,fx){$el.css({display:''});if($.browser.msie&&fx.opacity){$el[0].style.removeAttribute('filter');}}
var showTab=showFx?function(clicked,$show){$(clicked).closest('li').removeClass('ui-state-default').addClass('ui-tabs-selected ui-state-active');$show.hide().removeClass('ui-tabs-hide').animate(showFx,showFx.duration||'normal',function(){resetStyle($show,showFx);self._trigger('show',null,self._ui(clicked,$show[0]));});}:function(clicked,$show){$(clicked).closest('li').removeClass('ui-state-default').addClass('ui-tabs-selected ui-state-active');$show.removeClass('ui-tabs-hide');self._trigger('show',null,self._ui(clicked,$show[0]));};var hideTab=hideFx?function(clicked,$hide){$hide.animate(hideFx,hideFx.duration||'normal',function(){self.lis.removeClass('ui-tabs-selected ui-state-active').addClass('ui-state-default');$hide.addClass('ui-tabs-hide');resetStyle($hide,hideFx);self.element.dequeue("tabs");});}:function(clicked,$hide,$show){self.lis.removeClass('ui-tabs-selected ui-state-active').addClass('ui-state-default');$hide.addClass('ui-tabs-hide');self.element.dequeue("tabs");};this.anchors.bind(o.event+'.tabs',function(){var el=this,$li=$(this).closest('li'),$hide=self.panels.filter(':not(.ui-tabs-hide)'),$show=$(self._sanitizeSelector(this.hash));if(($li.hasClass('ui-tabs-selected')&&!o.collapsible)||$li.hasClass('ui-state-disabled')||$li.hasClass('ui-state-processing')||self._trigger('select',null,self._ui(this,$show[0]))===false){this.blur();return false;}
o.selected=self.anchors.index(this);self.abort();if(o.collapsible){if($li.hasClass('ui-tabs-selected')){o.selected=-1;if(o.cookie){self._cookie(o.selected,o.cookie);}
self.element.queue("tabs",function(){hideTab(el,$hide);}).dequeue("tabs");this.blur();return false;}
else if(!$hide.length){if(o.cookie){self._cookie(o.selected,o.cookie);}
self.element.queue("tabs",function(){showTab(el,$show);});self.load(self.anchors.index(this));this.blur();return false;}}
if(o.cookie){self._cookie(o.selected,o.cookie);}
if($show.length){if($hide.length){self.element.queue("tabs",function(){hideTab(el,$hide);});}
self.element.queue("tabs",function(){showTab(el,$show);});self.load(self.anchors.index(this));}
else{throw'jQuery UI Tabs: Mismatching fragment identifier.';}
if($.browser.msie){this.blur();}});this.anchors.bind('click.tabs',function(){return false;});},destroy:function(){var o=this.options;this.abort();this.element.unbind('.tabs').removeClass('ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible').removeData('tabs');this.list.removeClass('ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all');this.anchors.each(function(){var href=$.data(this,'href.tabs');if(href){this.href=href;}
var $this=$(this).unbind('.tabs');$.each(['href','load','cache'],function(i,prefix){$this.removeData(prefix+'.tabs');});});this.lis.unbind('.tabs').add(this.panels).each(function(){if($.data(this,'destroy.tabs')){$(this).remove();}
else{$(this).removeClass(['ui-state-default','ui-corner-top','ui-tabs-selected','ui-state-active','ui-state-hover','ui-state-focus','ui-state-disabled','ui-tabs-panel','ui-widget-content','ui-corner-bottom','ui-tabs-hide'].join(' '));}});if(o.cookie){this._cookie(null,o.cookie);}},add:function(url,label,index){if(index===undefined){index=this.anchors.length;}
var self=this,o=this.options,$li=$(o.tabTemplate.replace(/#\{href\}/g,url).replace(/#\{label\}/g,label)),id=!url.indexOf('#')?url.replace('#',''):this._tabId($('a',$li)[0]);$li.addClass('ui-state-default ui-corner-top').data('destroy.tabs',true);var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).data('destroy.tabs',true);}
$panel.addClass('ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide');if(index>=this.lis.length){$li.appendTo(this.list);$panel.appendTo(this.list[0].parentNode);}
else{$li.insertBefore(this.lis[index]);$panel.insertBefore(this.panels[index]);}
o.disabled=$.map(o.disabled,function(n,i){return n>=index?++n:n;});this._tabify();if(this.anchors.length==1){$li.addClass('ui-tabs-selected ui-state-active');$panel.removeClass('ui-tabs-hide');this.element.queue("tabs",function(){self._trigger('show',null,self._ui(self.anchors[0],self.panels[0]));});this.load(0);}
this._trigger('add',null,this._ui(this.anchors[index],this.panels[index]));},remove:function(index){var o=this.options,$li=this.lis.eq(index).remove(),$panel=this.panels.eq(index).remove();if($li.hasClass('ui-tabs-selected')&&this.anchors.length>1){this.select(index+(index+1<this.anchors.length?1:-1));}
o.disabled=$.map($.grep(o.disabled,function(n,i){return n!=index;}),function(n,i){return n>=index?--n:n;});this._tabify();this._trigger('remove',null,this._ui($li.find('a')[0],$panel[0]));},enable:function(index){var o=this.options;if($.inArray(index,o.disabled)==-1){return;}
this.lis.eq(index).removeClass('ui-state-disabled');o.disabled=$.grep(o.disabled,function(n,i){return n!=index;});this._trigger('enable',null,this._ui(this.anchors[index],this.panels[index]));},disable:function(index){var self=this,o=this.options;if(index!=o.selected){this.lis.eq(index).addClass('ui-state-disabled');o.disabled.push(index);o.disabled.sort();this._trigger('disable',null,this._ui(this.anchors[index],this.panels[index]));}},select:function(index){if(typeof index=='string'){index=this.anchors.index(this.anchors.filter('[href$='+index+']'));}
else if(index===null){index=-1;}
if(index==-1&&this.options.collapsible){index=this.options.selected;}
this.anchors.eq(index).trigger(this.options.event+'.tabs');},load:function(index){var self=this,o=this.options,a=this.anchors.eq(index)[0],url=$.data(a,'load.tabs');this.abort();if(!url||this.element.queue("tabs").length!==0&&$.data(a,'cache.tabs')){this.element.dequeue("tabs");return;}
this.lis.eq(index).addClass('ui-state-processing');if(o.spinner){var span=$('span',a);span.data('label.tabs',span.html()).html(o.spinner);}
this.xhr=$.ajax($.extend({},o.ajaxOptions,{url:url,success:function(r,s){$(self._sanitizeSelector(a.hash)).html(r);self._cleanup();if(o.cache){$.data(a,'cache.tabs',true);}
self._trigger('load',null,self._ui(self.anchors[index],self.panels[index]));try{o.ajaxOptions.success(r,s);}
catch(e){}
self.element.dequeue("tabs");}}));},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr;}
this._cleanup();},url:function(index,url){this.anchors.eq(index).removeData('cache.tabs').data('load.tabs',url);},length:function(){return this.anchors.length;}});$.extend($.ui.tabs,{version:'1.7.2',getter:'length',defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:'click',fx:null,idPrefix:'ui-tabs-',panelTemplate:'<div></div>',spinner:'<em>Loading&#8230;</em>',tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});$.extend($.ui.tabs.prototype,{rotation:null,rotate:function(ms,continuing){var self=this,o=this.options;var rotate=self._rotate||(self._rotate=function(e){clearTimeout(self.rotation);self.rotation=setTimeout(function(){var t=o.selected;self.select(++t<self.anchors.length?t:0);},ms);if(e){e.stopPropagation();}});var stop=self._unrotate||(self._unrotate=!continuing?function(e){if(e.clientX){self.rotate(null);}}:function(e){t=o.selected;rotate();});if(ms){this.element.bind('tabsshow',rotate);this.anchors.bind(o.event+'.tabs',stop);rotate();}
else{clearTimeout(self.rotation);this.element.unbind('tabsshow',rotate);this.anchors.unbind(o.event+'.tabs',stop);delete this._rotate;delete this._unrotate;}}});})(jQuery);;(function($){$.widget("ui.slider",$.extend({},$.ui.mouse,{_init:function(){var self=this,o=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider"
+" ui-slider-"+this.orientation
+" ui-widget"
+" ui-widget-content"
+" ui-corner-all");this.range=$([]);if(o.range){if(o.range===true){this.range=$('<div></div>');if(!o.values)o.values=[this._valueMin(),this._valueMin()];if(o.values.length&&o.values.length!=2){o.values=[o.values[0],o.values[0]];}}else{this.range=$('<div></div>');}
this.range.appendTo(this.element).addClass("ui-slider-range");if(o.range=="min"||o.range=="max"){this.range.addClass("ui-slider-range-"+o.range);}
this.range.addClass("ui-widget-header");}
if($(".ui-slider-handle",this.element).length==0)
$('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle");if(o.values&&o.values.length){while($(".ui-slider-handle",this.element).length<o.values.length)
$('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle");}
this.handles=$(".ui-slider-handle",this.element).addClass("ui-state-default"
+" ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(event){event.preventDefault();}).hover(function(){if(!o.disabled){$(this).addClass('ui-state-hover');}},function(){$(this).removeClass('ui-state-hover');}).focus(function(){if(!o.disabled){$(".ui-slider .ui-state-focus").removeClass('ui-state-focus');$(this).addClass('ui-state-focus');}else{$(this).blur();}}).blur(function(){$(this).removeClass('ui-state-focus');});this.handles.each(function(i){$(this).data("index.ui-slider-handle",i);});this.handles.keydown(function(event){var ret=true;var index=$(this).data("index.ui-slider-handle");if(self.options.disabled)
return;switch(event.keyCode){case $.ui.keyCode.HOME:case $.ui.keyCode.END:case $.ui.keyCode.UP:case $.ui.keyCode.RIGHT:case $.ui.keyCode.DOWN:case $.ui.keyCode.LEFT:ret=false;if(!self._keySliding){self._keySliding=true;$(this).addClass("ui-state-active");self._start(event,index);}
break;}
var curVal,newVal,step=self._step();if(self.options.values&&self.options.values.length){curVal=newVal=self.values(index);}else{curVal=newVal=self.value();}
switch(event.keyCode){case $.ui.keyCode.HOME:newVal=self._valueMin();break;case $.ui.keyCode.END:newVal=self._valueMax();break;case $.ui.keyCode.UP:case $.ui.keyCode.RIGHT:if(curVal==self._valueMax())return;newVal=curVal+step;break;case $.ui.keyCode.DOWN:case $.ui.keyCode.LEFT:if(curVal==self._valueMin())return;newVal=curVal-step;break;}
self._slide(event,index,newVal);return ret;}).keyup(function(event){var index=$(this).data("index.ui-slider-handle");if(self._keySliding){self._stop(event,index);self._change(event,index);self._keySliding=false;$(this).removeClass("ui-state-active");}});this._refreshValue();},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider"
+" ui-slider-horizontal"
+" ui-slider-vertical"
+" ui-slider-disabled"
+" ui-widget"
+" ui-widget-content"
+" ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy();},_mouseCapture:function(event){var o=this.options;if(o.disabled)
return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var position={x:event.pageX,y:event.pageY};var normValue=this._normValueFromMouse(position);var distance=this._valueMax()-this._valueMin()+1,closestHandle;var self=this,index;this.handles.each(function(i){var thisDistance=Math.abs(normValue-self.values(i));if(distance>thisDistance){distance=thisDistance;closestHandle=$(this);index=i;}});if(o.range==true&&this.values(1)==o.min){closestHandle=$(this.handles[++index]);}
this._start(event,index);self._handleIndex=index;closestHandle.addClass("ui-state-active").focus();var offset=closestHandle.offset();var mouseOverHandle=!$(event.target).parents().andSelf().is('.ui-slider-handle');this._clickOffset=mouseOverHandle?{left:0,top:0}:{left:event.pageX-offset.left-(closestHandle.width()/2),top:event.pageY-offset.top
-(closestHandle.height()/2)
-(parseInt(closestHandle.css('borderTopWidth'),10)||0)
-(parseInt(closestHandle.css('borderBottomWidth'),10)||0)
+(parseInt(closestHandle.css('marginTop'),10)||0)};normValue=this._normValueFromMouse(position);this._slide(event,index,normValue);return true;},_mouseStart:function(event){return true;},_mouseDrag:function(event){var position={x:event.pageX,y:event.pageY};var normValue=this._normValueFromMouse(position);this._slide(event,this._handleIndex,normValue);return false;},_mouseStop:function(event){this.handles.removeClass("ui-state-active");this._stop(event,this._handleIndex);this._change(event,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false;},_detectOrientation:function(){this.orientation=this.options.orientation=='vertical'?'vertical':'horizontal';},_normValueFromMouse:function(position){var pixelTotal,pixelMouse;if('horizontal'==this.orientation){pixelTotal=this.elementSize.width;pixelMouse=position.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0);}else{pixelTotal=this.elementSize.height;pixelMouse=position.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0);}
var percentMouse=(pixelMouse/pixelTotal);if(percentMouse>1)percentMouse=1;if(percentMouse<0)percentMouse=0;if('vertical'==this.orientation)
percentMouse=1-percentMouse;var valueTotal=this._valueMax()-this._valueMin(),valueMouse=percentMouse*valueTotal,valueMouseModStep=valueMouse%this.options.step,normValue=this._valueMin()+valueMouse-valueMouseModStep;if(valueMouseModStep>(this.options.step/2))
normValue+=this.options.step;return parseFloat(normValue.toFixed(5));},_start:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("start",event,uiHash);},_slide:function(event,index,newVal){var handle=this.handles[index];if(this.options.values&&this.options.values.length){var otherVal=this.values(index?0:1);if((this.options.values.length==2&&this.options.range===true)&&((index==0&&newVal>otherVal)||(index==1&&newVal<otherVal))){newVal=otherVal;}
if(newVal!=this.values(index)){var newValues=this.values();newValues[index]=newVal;var allowed=this._trigger("slide",event,{handle:this.handles[index],value:newVal,values:newValues});var otherVal=this.values(index?0:1);if(allowed!==false){this.values(index,newVal,(event.type=='mousedown'&&this.options.animate),true);}}}else{if(newVal!=this.value()){var allowed=this._trigger("slide",event,{handle:this.handles[index],value:newVal});if(allowed!==false){this._setData('value',newVal,(event.type=='mousedown'&&this.options.animate));}}}},_stop:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("stop",event,uiHash);},_change:function(event,index){var uiHash={handle:this.handles[index],value:this.value()};if(this.options.values&&this.options.values.length){uiHash.value=this.values(index);uiHash.values=this.values();}
this._trigger("change",event,uiHash);},value:function(newValue){if(arguments.length){this._setData("value",newValue);this._change(null,0);}
return this._value();},values:function(index,newValue,animated,noPropagation){if(arguments.length>1){this.options.values[index]=newValue;this._refreshValue(animated);if(!noPropagation)this._change(null,index);}
if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(index);}else{return this.value();}}else{return this._values();}},_setData:function(key,value,animated){$.widget.prototype._setData.apply(this,arguments);switch(key){case'disabled':if(value){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");}else{this.handles.removeAttr("disabled");}
case'orientation':this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(animated);break;case'value':this._refreshValue(animated);break;}},_step:function(){var step=this.options.step;return step;},_value:function(){var val=this.options.value;if(val<this._valueMin())val=this._valueMin();if(val>this._valueMax())val=this._valueMax();return val;},_values:function(index){if(arguments.length){var val=this.options.values[index];if(val<this._valueMin())val=this._valueMin();if(val>this._valueMax())val=this._valueMax();return val;}else{return this.options.values;}},_valueMin:function(){var valueMin=this.options.min;return valueMin;},_valueMax:function(){var valueMax=this.options.max;return valueMax;},_refreshValue:function(animate){var oRange=this.options.range,o=this.options,self=this;if(this.options.values&&this.options.values.length){var vp0,vp1;this.handles.each(function(i,j){var valPercent=(self.values(i)-self._valueMin())/(self._valueMax()-self._valueMin())*100;var _set={};_set[self.orientation=='horizontal'?'left':'bottom']=valPercent+'%';$(this).stop(1,1)[animate?'animate':'css'](_set,o.animate);if(self.options.range===true){if(self.orientation=='horizontal'){(i==0)&&self.range.stop(1,1)[animate?'animate':'css']({left:valPercent+'%'},o.animate);(i==1)&&self.range[animate?'animate':'css']({width:(valPercent-lastValPercent)+'%'},{queue:false,duration:o.animate});}else{(i==0)&&self.range.stop(1,1)[animate?'animate':'css']({bottom:(valPercent)+'%'},o.animate);(i==1)&&self.range[animate?'animate':'css']({height:(valPercent-lastValPercent)+'%'},{queue:false,duration:o.animate});}}
lastValPercent=valPercent;});}else{var value=this.value(),valueMin=this._valueMin(),valueMax=this._valueMax(),valPercent=valueMax!=valueMin?(value-valueMin)/(valueMax-valueMin)*100:0;var _set={};_set[self.orientation=='horizontal'?'left':'bottom']=valPercent+'%';this.handle.stop(1,1)[animate?'animate':'css'](_set,o.animate);(oRange=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[animate?'animate':'css']({width:valPercent+'%'},o.animate);(oRange=="max")&&(this.orientation=="horizontal")&&this.range[animate?'animate':'css']({width:(100-valPercent)+'%'},{queue:false,duration:o.animate});(oRange=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[animate?'animate':'css']({height:valPercent+'%'},o.animate);(oRange=="max")&&(this.orientation=="vertical")&&this.range[animate?'animate':'css']({height:(100-valPercent)+'%'},{queue:false,duration:o.animate});}}}));$.extend($.ui.slider,{getter:"value values",version:"1.7.2",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:'horizontal',range:false,step:1,value:0,values:null}});})(jQuery);
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
Cufon.registerFont({"w":199,"face":{"font-family":"Archer Medium","font-weight":350,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-19 -269 350 81","underline-thickness":"18","underline-position":"-18","stemh":"21","stemv":"25","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":81},"A":{"d":"6,0r0,-24r23,0r71,-189r-27,0r0,-24r108,0r0,24r-27,0r71,189r23,0r0,24r-80,0r0,-23r28,0r-21,-59r-97,0r-21,59r29,0r0,23r-80,0xm86,-104r81,0r-40,-111","w":254},"B":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r95,0v95,-5,102,95,36,116v32,8,50,25,50,56v0,37,-30,65,-82,65r-99,0xm74,-23v47,3,98,-3,98,-43v0,-39,-50,-48,-98,-44r0,87xm74,-132v46,4,95,-5,91,-42v3,-36,-47,-42,-91,-39r0,81","w":217,"k":{"}":4,"]":4,")":4,"\\":8,"\/":2,"v":3,"p":3,"b":1,"X":7,"V":13,"A":7,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":3,"u":3,"w":3,"y":3,"z":3}},"C":{"d":"141,4v-73,0,-121,-56,-121,-121v0,-73,56,-124,120,-124v50,0,89,30,89,58v0,28,-41,32,-41,4v0,-7,4,-12,9,-14v-6,-10,-27,-24,-57,-24v-54,0,-92,46,-92,99v0,51,37,98,93,98v28,0,53,-11,74,-31r16,19v-24,24,-57,36,-90,36","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":6,"q":9,"v":6,"m":6,"x":3,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":6,"u":9,"w":6,"y":6,"z":6,"C":7,"G":7,"O":7,"-":8,"a":9,"c":9,"d":9,"e":9,"f":6,"g":9,"n":6,"o":9,"r":6,"s":6}},"D":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r89,0v82,0,136,46,136,116v0,72,-50,121,-137,121r-88,0xm74,-24v86,7,141,-27,141,-97v0,-67,-59,-99,-141,-92r0,189","w":262,"k":{"J":2,"M":9,"V":9,"X":18,"b":1,"\\":11,"}":4,"]":4,")":4,"\/":2,"A":10,"S":7,"T":7,"W":14,"Y":11,"Z":5,".":15,",":15,"z":6,"a":3,"h":6,"k":3,"l":3}},"E":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r172,0r0,58r-26,0r0,-34r-89,0r0,81r78,0r0,23r-78,0r0,86r89,0r0,-35r26,0r0,58r-172,0","w":211,"k":{"J":4,"Q":7,"V":4,"X":2,"p":6,"q":6,"v":9,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":6,"u":5,"w":9,"y":9,"z":3,"C":7,"G":7,"O":7,"-":11,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"F":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r169,0r0,58r-25,0r0,-34r-87,0r0,85r76,0r0,23r-76,0r0,81r33,0r0,24r-90,0","w":204,"k":{"@":11,"\/":24,"&":8,"x":21,"v":19,"q":27,"p":18,"m":18,"j":3,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":26,",":26,"t":11,"u":21,"w":19,"y":19,"z":22,"C":14,"G":14,"O":14,":":19,";":19,"-":17,"a":27,"c":26,"d":27,"e":26,"f":16,"g":27,"h":3,"i":6,"k":3,"l":3,"n":18,"o":26,"r":18,"s":24}},"G":{"d":"209,-21v-73,56,-189,13,-189,-96v0,-75,57,-124,123,-124v53,0,89,30,89,55v0,13,-8,22,-20,22v-17,0,-27,-23,-14,-33v-9,-10,-29,-20,-56,-20v-56,0,-94,44,-94,100v0,90,98,124,160,75r0,-51r-65,0r0,-22r92,0r0,115r-26,0r0,-21","w":265,"k":{"V":7,"X":4,"p":3,"v":6,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":3,"w":6,"y":6,"z":3}},"H":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,80r131,0r0,-80r-31,0r0,-24r88,0r0,24r-30,0r0,189r30,0r0,24r-88,0r0,-24r31,0r0,-85r-131,0r0,85r31,0r0,24r-88,0","w":279,"k":{"b":-3,"p":3,"q":6,"z":6,"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"I":{"d":"17,0r0,-24r32,0r0,-189r-32,0r0,-24r91,0r0,24r-32,0r0,189r32,0r0,24r-91,0","w":125,"k":{"b":-3,"p":3,"q":6,"z":6,"a":5,"c":6,"d":6,"e":6,"g":6,"o":6,"s":3}},"J":{"d":"149,-213v-4,91,25,217,-71,217v-37,0,-67,-26,-67,-58v0,-30,37,-37,40,-9v0,8,-4,15,-12,17v1,11,15,25,39,25v72,-3,37,-122,45,-192r-37,0r0,-24r92,0r0,24r-29,0","w":190,"k":{"\/":7,"x":8,"v":8,"q":11,"p":9,"m":9,"X":7,"V":5,"M":5,"J":8,"A":13,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":5,"u":9,"w":8,"y":8,"z":13,":":11,";":11,"a":10,"c":9,"d":11,"e":9,"f":9,"g":11,"i":6,"n":9,"o":9,"r":9,"s":10}},"K":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,103r103,-103r-32,0r0,-24r92,0r0,24r-27,0r-77,77r75,112r30,0r0,24r-47,0r-78,-119r-39,39r0,56r31,0r0,24r-88,0","w":243,"k":{"Q":6,"V":18,"q":8,"v":13,"j":-3,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":5,"u":6,"w":9,"y":6,"C":8,"G":6,"O":6,":":-8,";":-8,"-":11,"a":3,"c":6,"d":8,"e":6,"g":8,"i":-10,"o":6}},"L":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0r0,24r-33,0r0,190r82,0r0,-37r26,0r0,60r-165,0","k":{"M":4,"Q":14,"V":22,"X":4,"*":19,"b":6,"}":8,"]":8,"p":3,")":8,"q":3,"?":15,"v":18,"j":6,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":9,"u":9,"w":13,"y":6,"C":14,"G":14,"O":12,"-":11,"c":3,"d":3,"e":3,"g":3,"o":3}},"M":{"d":"15,0r0,-24r31,0r9,-189r-32,0r0,-24r58,0r77,161r78,-161r57,0r0,24r-32,0r9,189r31,0r0,24r-88,0r0,-24r31,0r-6,-165r-77,156r-7,0r-76,-156r-6,165r30,0r0,24r-87,0","w":317,"k":{"v":9,"q":9,"p":5,"j":6,"X":4,"V":11,"Q":6,"M":4,"J":4,"A":4,"S":5,"T":9,"U":5,"W":11,"Y":9,"Z":4,"t":6,"w":9,"y":9,"z":6,"C":6,"G":6,"O":6,"-":4,"a":3,"c":6,"d":9,"e":6,"g":9,"o":6,"s":5}},"N":{"d":"218,1r-145,-191r0,166r31,0r0,24r-87,0r0,-24r30,0r0,-189r-30,0r0,-24r54,0r136,180r0,-156r-31,0r0,-24r86,0r0,24r-29,0r0,214r-15,0","w":275,"k":{"J":7,"b":-3,"p":6,"q":6,"v":3,"m":6,"x":5,"&":8,".":11,",":11,"t":6,"u":6,"w":3,"y":3,"z":9,"a":9,"c":5,"d":6,"e":5,"f":6,"g":9,"i":3,"n":6,"o":5,"r":6,"s":9}},"O":{"d":"139,4v-69,0,-119,-54,-119,-122v0,-69,51,-123,121,-123v69,0,119,54,119,122v0,69,-52,123,-121,123xm140,-20v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98v0,56,38,99,92,99","w":279,"k":{"J":2,"M":6,"V":11,"X":15,"b":1,"\\":11,"}":4,"]":4,")":4,"\/":2,"A":10,"S":7,"T":7,"W":14,"Y":11,"Z":5,".":15,",":15,"z":6,"a":3,"h":3,"k":3,"l":3}},"P":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r91,0v50,0,87,29,87,75v0,61,-55,84,-121,76r0,62r32,0r0,24r-89,0xm74,-109v51,4,94,-7,94,-53v0,-44,-44,-55,-94,-51r0,104","w":209,"k":{"@":8,"\/":10,"?":-11,"q":6,"X":14,"M":9,"J":17,"A":18,"Y":7,".":19,",":19,"z":3,"a":8,"c":6,"d":6,"e":6,"g":6,"o":6,"s":6}},"Q":{"d":"172,-3v29,13,58,43,92,18r12,22v-58,41,-100,-27,-153,-34v-61,-8,-102,-57,-103,-121v0,-69,51,-123,121,-123v69,0,119,54,119,122v0,59,-36,104,-88,116xm48,-119v-1,55,37,98,92,99v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98","w":279,"k":{"\\":11,"b":1,"V":11,"M":4,"W":12,"Y":11,"z":6,"a":3,"h":3,"k":3,"l":3}},"R":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0v96,-9,114,113,35,134r50,79r28,0r0,24r-46,0r-59,-97v-11,2,-30,0,-41,0r0,73r31,0r0,24r-88,0xm74,-120v48,3,92,-6,92,-47v0,-40,-44,-50,-92,-46r0,93","w":222,"k":{"J":-5,"V":8,"X":2,"\\":8,"q":3,"?":4,"v":3,"j":-3,"T":11,"W":6,"Y":10,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":3,"d":3,"e":3,"g":3,"o":3}},"S":{"d":"55,-180v6,57,121,46,121,117v0,42,-32,67,-77,67v-46,0,-79,-26,-79,-49v0,-29,38,-29,38,-5v0,6,-3,12,-6,16v21,24,104,20,98,-27v-8,-58,-121,-45,-121,-117v0,-36,29,-63,73,-63v39,0,70,23,70,47v0,13,-8,20,-18,20v-19,1,-24,-21,-14,-32v-22,-20,-89,-12,-85,26","w":197,"k":{"M":4,"V":5,"X":7,"*":4,"b":3,"\\":4,"p":3,"q":3,"v":5,"m":3,"x":6,"\/":2,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":1,".":4,",":4,"u":3,"w":5,"y":5,"z":3,"a":6,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"n":3,"o":3,"r":3,"s":3}},"T":{"d":"68,0r0,-24r32,0r0,-190r-59,0r0,38r-26,0r0,-61r197,0r0,61r-26,0r0,-38r-59,0r0,190r32,0r0,24r-91,0","w":227,"k":{"J":18,"M":9,"Q":7,"V":4,"X":11,"p":16,"q":24,"v":19,"m":16,"x":19,"\/":14,"j":3,"&":8,"@":11,"A":18,"S":7,"U":2,"W":4,"Y":4,".":19,",":19,"t":13,"u":19,"w":19,"y":19,"z":24,"C":7,"G":7,"O":7,":":15,";":15,"-":22,"a":22,"c":24,"d":24,"e":24,"f":13,"g":24,"i":3,"n":16,"o":24,"r":16,"s":24}},"U":{"d":"127,4v-54,0,-85,-31,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,78,-25,193,60,193v85,0,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-34,87,-87,87","w":255,"k":{"J":8,"M":5,"V":5,"X":7,"p":9,"q":11,"v":8,"m":9,"x":8,"\/":7,"A":13,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":15,",":15,"t":5,"w":8,"y":8,"z":13,":":11,";":11,"a":9,"c":9,"d":11,"e":9,"f":8,"g":11,"i":6,"n":9,"o":9,"r":9,"s":13}},"V":{"d":"118,4r-88,-217r-24,0r0,-24r80,0r0,24r-27,0r67,171r67,-171r-29,0r0,-24r80,0r0,24r-23,0r-88,217r-15,0","w":250,"k":{"@":15,"\/":18,"&":8,"x":16,"v":16,"q":24,"p":16,"m":16,"j":3,"X":13,"Q":11,"M":11,"J":23,"A":22,"S":7,"T":4,"U":5,"Z":7,".":33,",":33,"t":6,"u":16,"w":16,"y":16,"z":19,"C":11,"G":16,"O":11,":":15,";":15,"-":22,"a":25,"c":24,"d":24,"e":24,"f":9,"g":24,"i":6,"n":16,"o":24,"r":16,"s":26}},"W":{"d":"102,4r-67,-217r-27,0r0,-24r85,0r0,24r-30,0r50,166r59,-161r15,0r60,160r48,-165r-31,0r0,-24r86,0r0,24r-28,0r-66,217r-16,0r-61,-163r-61,163r-16,0","w":356,"k":{"J":23,"M":11,"Q":12,"X":7,"p":19,"q":24,"v":15,"m":19,"x":15,"\/":19,"j":1,"&":8,"@":15,"A":20,"S":11,"T":4,"U":5,"Z":7,".":33,",":33,"t":11,"u":18,"w":15,"y":15,"z":19,"C":12,"G":12,"O":12,":":11,";":11,"-":19,"a":24,"c":27,"d":24,"e":27,"f":10,"g":24,"i":5,"n":19,"o":27,"r":19,"s":24}},"X":{"d":"14,0r0,-24r25,0r75,-97r-69,-92r-26,0r0,-24r82,0r0,23r-26,0r55,77r56,-77r-27,0r0,-23r82,0r0,24r-25,0r-70,91r74,98r25,0r0,24r-82,0r0,-23r27,0r-60,-83r-62,83r28,0r0,23r-82,0","w":259,"k":{"*":8,"v":13,"q":13,"p":5,"X":7,"V":13,"Q":16,"M":4,"J":7,"A":7,"S":9,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":9,"u":16,"w":9,"y":13,"C":16,"G":16,"O":15,"-":19,"a":6,"c":13,"d":13,"e":13,"g":12,"o":13,"s":9}},"Y":{"d":"69,0r0,-24r33,0r0,-71r-70,-118r-25,0r0,-24r79,0r0,24r-24,0r54,95r54,-95r-25,0r0,-24r80,0r0,24r-26,0r-70,118r0,71r33,0r0,24r-93,0","w":231,"k":{"J":23,"M":9,"Q":11,"X":14,"p":16,"q":25,"v":16,"m":16,"x":16,"\/":13,"j":3,"&":11,"@":15,"A":18,"S":11,"T":4,"U":5,".":26,",":26,"t":11,"u":16,"w":17,"y":16,"z":19,"C":11,"G":11,"O":11,":":15,";":15,"-":26,"a":24,"c":25,"d":25,"e":25,"f":9,"g":25,"i":6,"n":16,"o":25,"r":16,"s":24}},"Z":{"d":"16,0r0,-13r145,-202r-113,0r0,38r-24,0r0,-60r175,0r0,13r-145,202r124,0r0,-38r24,0r0,60r-186,0","w":218,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":5,"\\":4,"q":3,"v":6,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":6,"u":3,"w":5,"y":6,"C":4,"G":5,"O":5,"-":8,"d":3,"g":3}},"a":{"d":"82,-156v37,0,61,17,61,51r0,83r25,0r0,22r-48,0r0,-19v-26,32,-104,30,-104,-22v0,-45,68,-54,104,-39v11,-47,-31,-66,-65,-49v7,11,0,25,-14,25v-9,0,-15,-8,-15,-17v0,-18,19,-35,56,-35xm41,-43v2,38,63,28,79,4r0,-25v-26,-9,-81,-11,-79,21","w":177,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"u":3,"w":6,"y":8,"z":6,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"180,-77v0,66,-80,105,-128,61r-7,16r-16,0r0,-242r-24,0r0,-22r49,0r0,131v40,-46,126,-18,126,56xm54,-36v33,30,100,19,100,-40v0,-61,-70,-76,-100,-36r0,76","w":196,"k":{"\\":24,"}":4,"]":4,")":4,"?":8,"v":6,"x":3,"\/":8,".":8,",":8,"u":3,"w":5,"y":5,"z":3,"a":3}},"c":{"d":"148,-12v-54,37,-133,2,-133,-64v0,-42,34,-80,77,-80v35,0,62,23,62,46v0,24,-35,30,-36,4v0,-5,3,-10,8,-13v-26,-32,-85,-14,-85,43v0,55,68,74,109,40","w":170,"k":{"p":3,"q":3,"?":4,"v":5,"x":1,"\/":3,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"d":{"d":"140,-22v-38,50,-124,19,-124,-54v0,-64,77,-105,123,-62r0,-104r-28,0r0,-22r53,0r0,242r25,0r0,22r-49,0r0,-22xm42,-76v0,60,69,73,97,34r0,-75v-32,-34,-97,-17,-97,41","w":198,"k":{"z":3,"a":3,"s":3}},"e":{"d":"159,-69r-118,0v4,57,74,60,113,33r-2,24v-56,35,-137,6,-137,-64v0,-42,28,-80,75,-80v51,0,75,39,69,87xm135,-89v-1,-63,-89,-59,-94,0r94,0","w":174,"k":{"\\":24,"}":4,"]":4,")":4,"?":4,"v":5,"x":3,"\/":3,".":4,",":4,"u":3,"w":3,"y":4,"z":3,"a":5}},"f":{"d":"41,-153v-2,-57,-2,-113,51,-113v30,0,38,37,13,37v-10,0,-16,-6,-19,-15v-29,6,-18,57,-20,91r39,0r0,22r-39,0r0,109r30,0r0,22r-80,0r0,-22r25,0r0,-109r-27,0r0,-22r27,0","w":114,"k":{"*":-20,"}":-24,"]":-24,")":-24,"q":5,"?":-10,"\/":3,"&":-8,".":8,",":8,"c":5,"d":5,"e":5,"g":5,"o":5}},"g":{"d":"62,45v29,14,84,4,78,-39r0,-30v-39,46,-124,17,-124,-53v0,-62,82,-106,125,-59r0,-17r48,0r0,22r-24,0r0,136v0,44,-30,68,-73,67v-33,-2,-57,-9,-60,-34v-3,-21,34,-27,33,-3v0,4,-1,7,-3,10xm140,-117v-31,-32,-98,-16,-98,39v0,56,69,71,98,33r0,-72","w":200,"k":{"v":1,"x":6,".":17,",":17,"u":3,"w":1,"y":1,"z":6,"a":3,"d":3,"g":3,"s":5}},"h":{"d":"141,-22v-4,-43,16,-112,-30,-111v-19,0,-37,12,-51,27r0,84r25,0r0,22r-74,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,138v26,-41,106,-43,106,22r0,82r25,0r0,22r-74,0r0,-22r24,0","w":200,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"50,-193v-11,0,-19,-8,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,11,-10,19,-20,19xm15,0r0,-22r26,0r0,-109r-26,0r0,-22r51,0r0,131r26,0r0,22r-77,0","w":104,"k":{"b":3,"p":5,"v":6,"j":5,"u":5,"w":5,"y":6,"z":3,"a":3,"s":3}},"j":{"d":"66,-153v-7,83,27,225,-52,225v-21,0,-33,-11,-33,-23v0,-9,6,-17,16,-17v13,-1,14,12,18,20v20,0,26,-28,26,-53r0,-130r-29,0r0,-22r54,0xm49,-193v-11,0,-19,-8,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,11,-9,19,-20,19","w":93,"k":{"*":-4,"x":3,"y":3,"z":3,"-":-6}},"k":{"d":"11,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,187r65,-55r-30,0r0,-21r86,0r0,22r-27,0r-48,41r47,68r28,0r0,22r-42,0r-51,-76r-28,23r0,32r25,0r0,21r-74,0","w":188,"k":{"q":3,"&":-4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"12,0r0,-22r26,0r0,-220r-26,0r0,-22r51,0r0,242r26,0r0,22r-77,0","w":100,"k":{"b":3,"p":5,"v":1,"j":5,"u":5,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"140,-22v-5,-41,17,-111,-27,-111v-19,0,-35,12,-49,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v19,-34,88,-47,99,-1v29,-40,103,-44,103,22r0,82r25,0r0,22r-73,0r0,-22r23,0v-5,-41,17,-112,-27,-111v-18,0,-33,11,-48,26r0,85r24,0r0,22r-73,0r0,-22r24,0","w":299,"k":{"?":8,"x":3,"v":8,"q":3,"p":3,"j":3,"b":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"144,-22v-5,-43,17,-112,-30,-111v-19,0,-36,12,-50,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v26,-41,106,-44,106,21r0,82r24,0r0,22r-73,0r0,-22r24,0","w":202,"k":{"b":3,"p":3,"q":3,"?":8,"v":8,"x":3,"j":3,"w":6,"y":5,"z":6,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"95,3v-48,0,-79,-36,-79,-80v0,-43,31,-79,79,-79v48,0,79,35,79,79v0,44,-31,80,-79,80xm95,-19v31,0,53,-24,53,-58v0,-34,-22,-58,-53,-58v-31,0,-53,24,-53,58v0,34,22,58,53,58","w":189,"k":{"\\":24,"}":4,"]":4,")":4,"?":8,"v":6,"x":3,"\/":8,".":8,",":8,"u":3,"w":1,"y":5,"z":3,"a":3}},"p":{"d":"11,71r0,-22r25,0r0,-180r-25,0r0,-22r49,0r0,22v38,-50,124,-19,124,54v0,63,-76,105,-124,62r0,64r30,0r0,22r-79,0xm60,-36v33,32,98,16,98,-41v0,-61,-68,-72,-98,-35r0,76","k":{"}":4,"]":4,")":4,"\/":8,"?":8,"x":3,"v":6,".":8,",":8,"u":3,"w":5,"y":5,"z":3,"a":3}},"q":{"d":"111,71r0,-22r30,0r0,-69v-40,46,-125,17,-125,-57v0,-65,80,-104,127,-60r8,-16r15,0r0,202r25,0r0,22r-80,0xm42,-77v0,61,68,74,99,36r0,-76v-33,-30,-99,-19,-99,40","w":191,"k":{"}":-24,"]":-24,")":-24,"\/":-24,"?":2}},"r":{"d":"110,-156v28,0,30,37,6,38v-9,0,-16,-6,-19,-13v-12,3,-25,18,-33,33r0,76r29,0r0,22r-78,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,35v12,-21,30,-38,47,-38","w":136,"k":{"*":-8,"q":4,"\/":5,"&":-4,".":12,",":12,"-":-6,"a":2,"c":4,"d":4,"e":4,"g":4,"o":4,"s":1}},"s":{"d":"79,-156v29,0,56,9,56,33v0,10,-6,17,-15,17v-12,0,-19,-12,-15,-25v-16,-11,-64,-3,-60,17v6,34,105,22,96,71v4,57,-125,62,-125,9v0,-9,7,-17,16,-17v14,0,19,13,14,25v13,13,71,13,71,-15v0,-14,-14,-20,-36,-25v-37,-9,-60,-18,-60,-46v0,-23,21,-44,58,-44","w":157,"k":{"b":1,"\\":24,"}":4,"]":4,"p":3,")":4,"q":1,"?":8,"v":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":5,"k":5,"l":5,"o":1}},"t":{"d":"59,-40v-2,28,33,21,49,10r-3,24v-25,16,-71,11,-71,-30r0,-95r-28,0r0,-22r28,0r0,-37r25,-10r0,47r47,0r0,22r-47,0r0,91","w":119,"k":{"q":1,"v":5,"&":-8,"y":5,"z":3,"c":1,"d":1,"e":1,"g":1,"k":5,"l":5,"o":1}},"u":{"d":"59,-54v-1,52,61,35,80,7r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,41,-105,45,-105,-21r0,-82r-25,0r0,-22r50,0r0,99","k":{"b":3,"?":2,"x":3,"u":3,"z":5}},"v":{"d":"87,5r-64,-136r-20,0r0,-22r71,0r0,21r-25,0r46,101r45,-101r-26,0r0,-21r71,0r0,22r-20,0r-64,136r-14,0","w":187,"k":{"*":-4,"@":8,"\/":5,"q":6,"p":3,".":20,",":20,"t":5,"z":3,"-":-4,"a":6,"c":6,"d":6,"e":6,"g":6,"h":3,"k":3,"l":3,"o":6,"s":4}},"w":{"d":"67,6r-42,-137r-22,0r0,-22r70,0r0,21r-24,0r28,97r43,-101r13,0r42,101r28,-97r-26,0r0,-21r71,0r0,22r-23,0r-42,137r-13,0r-45,-104r-44,104r-14,0","w":250,"k":{"*":-4,"p":1,"q":5,"\/":5,"&":4,"@":4,".":12,",":12,"z":1,"-":-4,"a":5,"c":5,"d":5,"e":1,"g":5,"h":1,"k":-1,"l":1,"o":1,"s":4}},"x":{"d":"7,0r0,-22r21,0r49,-56r-46,-53r-21,0r0,-22r67,0r0,20r-20,0r34,43r34,-43r-21,0r0,-20r67,0r0,22r-21,0r-46,53r49,56r21,0r0,22r-69,0r0,-20r22,0r-37,-47r-37,47r22,0r0,20r-68,0","w":181,"k":{"*":-4,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"89,24v-10,21,-30,49,-52,48v-26,4,-38,-34,-11,-36v9,0,14,6,16,13v18,-7,29,-38,39,-58r-58,-122r-21,0r0,-22r72,0r0,21r-24,0r43,99r44,-99r-25,0r0,-21r70,0r0,22r-21,0","w":184,"k":{"*":-4,"p":3,"q":6,"\/":5,"&":4,"@":8,".":20,",":20,"t":5,"z":6,"-":-4,"a":6,"c":6,"d":6,"e":6,"f":5,"g":6,"h":3,"k":3,"l":3,"o":6,"s":4}},"z":{"d":"13,0r0,-11r99,-122r-71,0r0,30r-22,0r0,-50r129,0r0,11r-99,121r78,0r0,-29r22,0r0,50r-136,0","w":162,"k":{"p":1,"q":3,"?":4,"v":3,"u":3,"w":1,"y":3,"z":3,"-":4,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"100,3v-48,0,-83,-40,-83,-94v0,-54,34,-95,83,-95v48,0,83,41,83,95v0,54,-34,94,-83,94xm100,-19v34,0,57,-30,57,-72v0,-42,-23,-73,-57,-73v-34,0,-57,31,-57,73v0,42,23,72,57,72","k":{"}":4,"]":4,")":4,"3":4}},"1":{"d":"23,0r0,-22r43,0r0,-134r-39,9r-5,-21v24,-5,41,-15,69,-16r0,162r43,0r0,22r-111,0","w":147,"k":{"9":4,"7":3,"-":4}},"2":{"d":"152,-133v0,54,-88,70,-107,112r91,0r0,-31r22,0r0,52r-141,0r-4,-13v14,-34,42,-54,72,-73v23,-15,42,-27,42,-47v0,-35,-67,-39,-81,-15v15,7,10,33,-8,32v-10,0,-19,-9,-19,-22v0,-31,32,-48,67,-48v44,0,66,26,66,53","w":178,"k":{"}":4,"]":4,")":4,"9":4,"5":4,"3":4}},"3":{"d":"161,-19v5,74,-141,89,-148,16v-3,-24,36,-28,36,-5v0,6,-3,12,-9,15v22,29,99,17,96,-26v-2,-32,-35,-48,-75,-45r0,-22v36,2,69,-13,72,-43v4,-39,-72,-44,-86,-19v16,7,10,32,-7,31v-10,0,-19,-9,-19,-22v0,-32,30,-47,68,-47v41,0,69,26,69,57v0,26,-25,50,-53,53v30,5,54,26,56,57","w":177,"k":{"}":4,"]":4,")":4}},"4":{"d":"114,43r0,-64r-103,0r-5,-11r116,-155r19,14r-97,131r70,0r0,-51r24,-10r0,61r41,0r0,21r-41,0r0,64r-24,0","w":185,"k":{"9":4,"7":3,"5":4,"3":4,"-":9}},"5":{"d":"159,-27v0,76,-130,100,-144,32v-5,-23,36,-29,36,-4v0,5,-2,10,-6,13v32,22,94,2,89,-41v4,-49,-64,-60,-101,-38r-11,-7r14,-111r111,0r0,24r-92,0r-7,67v53,-17,111,10,111,65","w":174,"k":{"}":4,"]":4,")":4,"6":4,"-":4}},"6":{"d":"109,-230v26,0,54,12,56,37v1,25,-37,28,-36,4v0,-5,1,-9,4,-12v-50,-24,-86,17,-90,92v28,-54,132,-30,132,38v0,41,-32,74,-77,74v-54,0,-79,-40,-79,-99v0,-95,46,-134,90,-134xm46,-68v0,28,21,49,52,49v31,0,52,-22,52,-52v0,-27,-20,-47,-50,-47v-32,0,-54,23,-54,50","w":191,"k":{"}":4,"]":4,")":4,"7":4,"3":7}},"7":{"d":"56,44r-22,-11r92,-195r-92,0r0,36r-23,0r0,-57r142,0r5,11","w":169,"k":{"@":7,"}":7,"]":7,")":7,"\/":5,"&":4,"9":4,"8":4,"6":4,"5":4,"4":21,"3":5,"2":5,"0":8,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"90,3v-79,0,-99,-99,-32,-120v-63,-25,-37,-113,32,-113v71,0,98,89,32,113v24,9,44,30,44,56v0,36,-32,64,-76,64xm90,-127v24,0,45,-18,45,-40v0,-23,-19,-41,-45,-41v-25,0,-44,18,-44,41v0,22,20,40,44,40xm90,-19v28,0,49,-19,49,-43v0,-25,-21,-44,-49,-44v-27,0,-48,19,-48,44v0,24,21,43,48,43","w":181,"k":{"}":4,"]":4,")":4,"9":4,"3":7}},"9":{"d":"93,-186v54,0,79,41,79,100v0,95,-47,131,-92,131v-26,0,-55,-11,-56,-38v-1,-26,37,-27,37,-4v0,5,-2,8,-5,11v48,25,89,-14,92,-87v-28,53,-132,29,-132,-38v0,-42,32,-75,77,-75xm145,-115v0,-28,-21,-49,-52,-49v-31,0,-51,23,-51,53v0,26,19,46,49,46v32,0,54,-23,54,-50","w":191,"k":{"}":4,"]":4,")":4,"7":4}},".":{"d":"37,3v-13,0,-22,-10,-22,-23v0,-13,9,-22,22,-22v13,0,22,9,22,22v0,13,-9,23,-22,23","w":74,"k":{"Q":15,"V":33,"v":20,"T":19,"U":15,"W":33,"Y":31,"t":2,"u":2,"w":12,"y":6,"C":15,"G":15,"O":15}},",":{"d":"7,54r-7,-9v24,-18,32,-35,33,-45v-25,-2,-24,-43,3,-42v13,0,23,10,23,28v0,20,-13,47,-52,68","w":74,"k":{"Q":15,"V":33,"v":20,"T":19,"U":15,"W":33,"Y":31,"t":2,"u":2,"w":12,"y":6,"C":15,"G":15,"O":15}},":":{"d":"41,-93v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm41,3v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22","w":81},";":{"d":"41,-93v-12,0,-22,-10,-22,-22v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm11,54r-7,-10v24,-18,33,-34,33,-44v-24,-3,-25,-42,3,-41v13,0,23,9,23,27v0,19,-13,47,-52,68","w":81},"&":{"d":"214,-96r-21,0v-6,19,-13,36,-22,50v14,14,35,31,38,34r-16,17v-3,-3,-23,-21,-37,-34v-34,50,-146,38,-146,-26v0,-29,19,-48,50,-66v-44,-44,-29,-106,33,-106v30,0,52,19,52,47v0,23,-13,40,-50,62v19,20,28,27,59,57v7,-11,14,-23,18,-35r-21,0r0,-21r63,0r0,21xm82,-19v24,0,43,-10,58,-25r-67,-63v-26,15,-36,30,-36,51v0,18,15,37,45,37xm93,-206v-37,0,-43,44,-12,74v31,-19,39,-31,39,-48v0,-15,-12,-26,-27,-26","w":222,"k":{"1":4,"j":-8,"V":15,"T":9,"W":15,"Y":15,"t":-8}},"!":{"d":"39,-66r-9,-171r32,0r-9,171r-14,0xm46,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":91},"?":{"d":"8,-190v0,-33,33,-50,68,-51v46,0,74,28,74,64v0,32,-24,59,-66,69r-4,42r-15,0r-6,-57v43,-8,64,-29,64,-54v0,-43,-66,-53,-87,-26v-2,7,13,10,10,19v0,10,-7,17,-17,17v-11,0,-21,-9,-21,-23xm73,3v-12,0,-20,-9,-20,-21v0,-12,8,-21,20,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":160},"-":{"d":"13,-87r0,-26r84,0r0,26r-84,0","w":109,"k":{"M":4,"V":22,"X":19,"v":-4,"1":9,"A":5,"S":5,"T":22,"W":19,"Y":26,"Z":8,"t":-8,"w":-4,"y":-4,"h":-4,"k":-4,"l":-4}},"_":{"d":"-2,53r0,-24r196,0r0,24r-196,0","w":191},"\/":{"d":"14,75r-22,-9r148,-333r22,10","w":167,"k":{"\/":46,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":20,"v":16,"q":32,"p":20,"m":20,"Q":11,"J":19,"A":15,"S":5,"Z":8,"u":20,"w":16,"y":16,"z":32,"C":11,"G":11,"O":11,"a":36,"c":32,"d":32,"e":32,"f":8,"g":32,"n":20,"o":32,"r":20,"s":36}},"\\":{"d":"153,75r-147,-332r22,-10r147,333","w":167},"|":{"d":"37,72r0,-336r23,0r0,336r-23,0","w":97},"(":{"d":"126,81v-57,-33,-101,-98,-101,-175v0,-77,44,-142,101,-175r13,19v-52,32,-88,88,-88,156v0,68,36,125,88,157","w":131,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},")":{"d":"5,81r-13,-18v52,-32,88,-89,88,-157v0,-68,-36,-124,-88,-156r13,-19v57,33,101,98,101,175v0,77,-44,142,-101,175","w":131},"[":{"d":"36,72r0,-336r83,0r0,24r-57,0r0,289r57,0r0,23r-83,0","w":127,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},"]":{"d":"8,72r0,-23r58,0r0,-289r-58,0r0,-24r83,0r0,336r-83,0","w":127},"{":{"d":"95,-55v0,27,-46,53,-46,77v0,17,14,34,57,36r0,20v-55,-1,-82,-24,-82,-56v0,-30,43,-49,45,-77v2,-20,-23,-31,-50,-29r0,-22v27,2,52,-9,50,-29v-2,-28,-45,-47,-45,-77v0,-32,27,-55,82,-56r0,20v-43,2,-57,19,-57,36v0,24,46,50,46,77v0,15,-11,34,-42,40v31,6,42,25,42,40","w":124,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-12,"j":-34,"b":-16,"Q":4,"J":11,"A":4,"S":2,"y":-12,"C":4,"G":4,"O":4,"a":4,"c":4,"d":4,"e":4,"g":4,"h":-16,"k":-16,"l":-16,"o":4,"s":8}},"}":{"d":"56,-55v2,28,45,47,45,77v0,32,-27,55,-82,56r0,-20v43,-2,57,-19,57,-36v0,-24,-46,-50,-46,-77v0,-15,11,-34,42,-40v-31,-6,-42,-25,-42,-40v0,-27,46,-53,46,-77v0,-17,-14,-34,-57,-36r0,-20v55,1,82,24,82,56v0,30,-43,49,-45,77v-1,20,23,31,50,29r0,22v-27,-2,-51,9,-50,29","w":124},"@":{"d":"186,47v-76,43,-170,-4,-170,-93v0,-96,71,-173,154,-173v64,0,105,42,105,103v0,57,-31,103,-70,103v-23,0,-34,-14,-33,-30v-21,43,-92,40,-92,-20v0,-63,83,-110,105,-48r8,-28r23,0r-21,80v-5,18,0,29,13,29v27,0,50,-41,50,-86v0,-50,-33,-88,-88,-88v-75,0,-137,71,-137,158v0,76,80,117,146,80xm133,-34v42,0,70,-85,16,-85v-24,0,-43,26,-43,54v0,18,9,31,27,31","w":289,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":4,"X":11,"V":9,"A":4,"W":9,"Y":11,"Z":4,"z":8}},"*":{"d":"132,-210v6,23,-33,18,-53,21v9,12,46,28,30,48v-23,12,-28,-28,-36,-43v-8,15,-14,55,-36,43v-17,-20,22,-36,30,-48v-20,-3,-59,2,-53,-21v13,-21,40,8,55,13v-3,-18,-21,-52,4,-56v24,3,6,38,4,56v15,-5,41,-34,55,-13","w":145,"k":{"A":24}},"^":{"d":"36,-129r-11,-13r55,-53r56,53r-12,13r-44,-32","w":160},"~":{"d":"52,-118v29,-1,54,50,67,3r19,4v-2,25,-18,42,-35,42v-29,1,-54,-51,-66,-3r-20,-4v2,-25,18,-42,35,-42","w":155},"$":{"d":"104,-207r-2,25v26,3,48,16,48,34v0,10,-7,17,-16,17v-14,1,-21,-15,-14,-26v-3,-2,-12,-4,-21,-5r-4,58v28,9,57,21,57,53v0,35,-31,50,-65,51r-3,38r-20,-2r3,-37v-27,-4,-53,-16,-53,-38v0,-10,7,-17,16,-17v14,0,21,14,14,26v4,4,14,8,26,9r5,-64v-27,-8,-53,-19,-53,-49v0,-28,25,-48,60,-49r3,-25xm127,-50v0,-15,-13,-24,-34,-30r-6,60v22,-1,40,-10,40,-30xm46,-136v0,14,14,21,32,27r4,-54v-20,1,-36,10,-36,27","w":167},"#":{"d":"18,-117r0,-22r37,0r7,-44r22,0r-7,44r46,0r7,-44r23,0r-7,44r34,0r0,22r-37,0r-8,50r33,0r0,21r-36,0r-7,46r-23,0r7,-46r-46,0r-7,46r-23,0r7,-46r-33,0r0,-21r37,0r7,-50r-33,0xm73,-118r-7,51r47,0r8,-51r-48,0","w":186},"%":{"d":"62,-99v-24,0,-44,-19,-44,-43v0,-24,20,-44,44,-44v24,0,43,20,43,44v0,24,-19,43,-43,43xm171,-85v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-43,-20,-43,-44v0,-24,19,-44,43,-44xm197,-175v-22,23,-130,158,-150,183r-13,-11r150,-183xm62,-116v14,0,23,-12,23,-26v0,-14,-9,-26,-23,-26v-14,0,-24,12,-24,26v0,14,10,26,24,26xm171,-67v-14,0,-23,12,-23,26v0,14,9,26,23,26v14,0,24,-12,24,-26v0,-14,-10,-26,-24,-26","w":232},"\"":{"d":"86,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0xm25,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0","w":121},"'":{"d":"25,-151r-12,-65v-3,-15,5,-25,17,-25v35,0,6,62,5,90r-10,0","w":60},"+":{"d":"63,-37r0,-49r-48,0r0,-22r48,0r0,-49r23,0r0,49r49,0r0,22r-49,0r0,49r-23,0","w":149},"=":{"d":"15,-113r0,-22r120,0r0,22r-120,0xm15,-55r0,-22r120,0r0,22r-120,0","w":149},"<":{"d":"105,-28r-90,-62r0,-12r90,-61r12,18r-73,50r73,49","w":140},">":{"d":"35,-28r-12,-18r73,-49r-73,-50r12,-18r91,61r0,12","w":140},"`":{"d":"96,-181v-21,-15,-57,-23,-67,-47v1,-18,20,-18,30,-7r43,45","w":150},"\u00a0":{"w":81}}});
Cufon.registerFont({"w":203,"face":{"font-family":"Archer Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-17.8633 -270 360 82","underline-thickness":"18","underline-position":"-18","stemh":"33","stemv":"39","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"A":{"d":"5,0r0,-36r20,0r59,-165r-26,0r0,-36r134,0r0,36r-26,0r59,165r21,0r0,36r-91,0r0,-36r27,0r-13,-39r-89,0r-13,39r29,0r0,36r-91,0xm91,-109r67,0r-33,-93","w":250},"B":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r95,0v94,-8,112,91,46,115v30,9,47,26,47,56v0,39,-31,66,-89,66r-99,0xm81,-36v38,2,78,0,78,-34v0,-33,-40,-36,-78,-34r0,68xm81,-136v36,3,72,-4,72,-34v0,-28,-37,-33,-72,-31r0,65","w":214,"k":{"}":4,"]":4,")":4,"\\":8,"\/":5,"v":2,"p":2,"b":1,"X":7,"V":9,"A":4,"S":2,"T":7,"U":4,"W":11,"Y":11,"Z":5,".":4,",":4,"t":2,"u":2,"w":2,"y":2,"z":2}},"C":{"d":"237,-37v-66,79,-220,37,-220,-81v0,-71,55,-123,124,-123v55,0,92,29,92,57v0,17,-11,29,-26,29v-21,1,-32,-18,-25,-38v-50,-28,-123,8,-123,74v0,81,106,115,151,54","w":252,"k":{"J":4,"M":4,"Q":7,"V":7,"X":7,"p":4,"v":4,"q":6,"m":4,"x":2,"A":9,"S":5,"T":7,"U":4,"W":5,"Y":7,"Z":4,"t":4,"u":6,"w":4,"y":4,"z":4,"C":7,"G":7,"O":7,"-":8,"a":6,"c":6,"d":6,"e":6,"f":4,"g":6,"n":4,"o":6,"r":4,"s":4}},"D":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r90,0v86,0,136,44,136,116v0,72,-47,121,-140,121r-86,0xm81,-36v72,6,116,-25,116,-84v0,-59,-47,-86,-116,-81r0,165","w":255,"k":{"J":2,"M":4,"V":9,"X":18,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":7,"A":7,"S":7,"T":7,"W":13,"Y":11,"Z":7,".":16,",":16,"z":4,"a":2,"h":4,"k":2,"l":2}},"E":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r177,0r0,68r-39,0r0,-32r-70,0r0,63r72,0r0,35r-72,0r0,67r71,0r0,-32r38,0r0,68r-177,0","w":207,"k":{"J":4,"Q":7,"V":4,"X":2,"p":4,"v":6,"q":4,"A":4,"S":5,"T":7,"U":4,"W":4,"Y":4,"Z":4,"t":4,"u":2,"w":6,"y":6,"z":2,"C":7,"G":7,"O":7,"-":12,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"F":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r175,0r0,68r-39,0r0,-32r-68,0r0,68r70,0r0,35r-70,0r0,62r31,0r0,36r-99,0","w":201,"k":{"@":12,"\/":27,"&":8,"x":14,"v":13,"q":18,"p":12,"m":12,"j":2,"X":7,"V":7,"Q":14,"M":9,"J":25,"A":25,"S":9,"T":11,"U":7,"W":7,"Y":4,"Z":7,".":28,",":28,"t":8,"u":14,"w":13,"y":13,"z":16,"C":14,"G":14,"O":14,":":20,";":20,"-":18,"a":19,"c":18,"d":18,"e":18,"f":11,"g":18,"h":2,"i":4,"k":2,"l":2,"n":12,"o":18,"r":12,"s":17}},"G":{"d":"195,-18v-71,53,-178,4,-178,-100v0,-73,55,-123,124,-123v55,0,92,29,92,57v0,17,-11,29,-26,29v-21,1,-32,-18,-25,-38v-50,-28,-123,7,-123,75v0,78,81,107,135,70r0,-40r-59,0r0,-35r99,0r0,123r-39,0r0,-18","w":261,"k":{"V":7,"X":4,"p":2,"v":4,"T":7,"W":11,"Y":7,"Z":4,"t":1,"u":2,"w":4,"y":4,"z":2}},"H":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r98,0r0,36r-30,0r0,63r109,0r0,-63r-29,0r0,-36r97,0r0,36r-27,0r0,165r27,0r0,36r-97,0r0,-36r29,0r0,-66r-109,0r0,66r30,0r0,36r-98,0","w":271,"k":{"b":-2,"p":2,"q":4,"z":4,"a":4,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"I":{"d":"13,0r0,-36r29,0r0,-165r-29,0r0,-36r99,0r0,36r-29,0r0,165r29,0r0,36r-99,0","w":124,"k":{"b":-2,"p":2,"q":4,"z":4,"c":4,"d":4,"e":4,"g":4,"o":4,"s":2}},"J":{"d":"159,-78v1,52,-27,83,-75,82v-41,0,-74,-26,-74,-59v0,-37,50,-41,51,-7v0,8,-4,15,-8,18v19,24,77,10,66,-34r0,-123r-35,0r0,-36r101,0r0,36r-26,0r0,123","w":194,"k":{"\/":7,"x":5,"v":5,"q":6,"p":6,"m":6,"X":7,"V":5,"M":5,"J":11,"A":11,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":16,",":16,"t":3,"u":6,"w":5,"y":5,"z":9,":":12,";":12,"a":7,"c":6,"d":6,"e":6,"f":6,"g":6,"i":4,"n":6,"o":6,"r":6,"s":7}},"K":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r98,0r0,36r-30,0r0,80r80,-80r-27,0r0,-36r104,0r0,36r-26,0r-66,66r61,99r31,0r0,36r-57,0r-66,-108r-34,33r0,39r30,0r0,36r-98,0","w":245,"k":{"Q":4,"V":18,"v":9,"q":4,"j":-2,"A":11,"S":4,"W":18,"Y":14,".":-8,",":-8,"t":3,"u":4,"w":6,"y":4,"C":9,"G":4,"O":4,":":-8,";":-8,"-":12,"a":2,"c":4,"d":4,"e":4,"g":4,"i":-7,"o":4}},"L":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r99,0r0,36r-31,0r0,165r65,0r0,-33r39,0r0,69r-172,0","w":197,"k":{"M":4,"Q":14,"V":22,"X":4,"*":20,"b":4,"}":8,"]":8,"p":2,")":8,"?":16,"v":12,"q":2,"j":4,"S":2,"T":22,"U":11,"W":18,"Y":22,"Z":4,"t":6,"u":6,"w":9,"y":4,"C":14,"G":14,"O":7,"-":12,"c":2,"d":2,"e":2,"g":2,"o":2}},"M":{"d":"12,0r0,-36r28,0r7,-165r-29,0r0,-36r64,0r73,132r73,-132r64,0r0,36r-29,0r7,165r28,0r0,36r-97,0r0,-36r29,0r-5,-122r-68,118r-5,0r-68,-118r-4,122r28,0r0,36r-96,0","w":310,"k":{"v":6,"q":4,"p":3,"j":4,"X":4,"V":11,"Q":4,"M":4,"J":4,"A":4,"S":5,"T":2,"U":5,"W":11,"Y":5,"Z":4,"t":4,"w":6,"y":6,"z":4,"C":4,"G":4,"O":4,"-":4,"a":2,"c":4,"d":4,"e":4,"g":4,"o":4,"s":3}},"N":{"d":"209,1r-129,-164r0,127r29,0r0,36r-96,0r0,-36r27,0r0,-165r-27,0r0,-36r62,0r117,149r0,-113r-30,0r0,-36r95,0r0,36r-26,0r0,201","w":267,"k":{"J":7,"b":-2,"p":4,"v":2,"q":3,"m":4,"x":3,"&":8,".":12,",":12,"t":4,"u":4,"w":2,"y":2,"z":6,"a":6,"c":3,"d":3,"e":3,"f":4,"g":3,"i":2,"n":4,"o":3,"r":4,"s":6}},"O":{"d":"137,4v-72,0,-120,-53,-120,-122v0,-69,50,-123,122,-123v72,0,121,54,121,123v0,69,-51,122,-123,122xm138,-33v46,0,79,-35,79,-85v0,-49,-33,-85,-79,-85v-46,0,-79,35,-79,85v0,49,33,85,79,85","w":276,"k":{"J":2,"M":4,"V":11,"X":9,"b":1,"\\":12,"}":4,"]":4,")":4,"\/":7,"A":7,"S":7,"T":7,"W":13,"Y":11,"Z":7,".":16,",":16,"z":4,"a":2,"h":2,"k":2,"l":2}},"P":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36r96,0v51,0,89,30,89,78v1,62,-50,87,-117,80r0,43r30,0r0,36r-98,0xm81,-115v33,5,75,-5,75,-44v0,-34,-34,-46,-75,-42r0,86","w":209,"k":{"@":8,"\/":18,"?":-12,"q":4,"X":14,"M":9,"J":23,"A":18,"Y":7,".":20,",":20,"z":2,"a":5,"c":4,"d":4,"e":4,"g":4,"o":4,"s":4}},"Q":{"d":"181,-6v26,11,45,29,76,4r21,32v-58,53,-107,-15,-159,-26v-58,-13,-101,-52,-102,-122v0,-69,50,-123,122,-123v72,0,121,54,121,123v0,62,-38,99,-79,112xm59,-118v-1,48,32,84,79,85v46,0,79,-35,79,-85v0,-49,-33,-85,-79,-85v-46,0,-79,35,-79,85","w":276,"k":{"\\":12,"b":1,"V":11,"M":4,"W":13,"Y":11,"z":4,"h":2,"k":2,"l":2}},"R":{"d":"13,0r0,-36r27,0r0,-165r-27,0r0,-36v84,-2,187,-9,185,72v0,31,-18,54,-44,64r36,65r27,0r0,36r-55,0r-47,-90v-10,1,-25,1,-34,0r0,54r30,0r0,36r-98,0xm81,-125v34,5,75,-6,75,-39v0,-32,-36,-40,-75,-37r0,76","w":223,"k":{"V":11,"X":5,"\\":8,"?":4,"v":2,"q":2,"j":-2,"T":11,"W":11,"Y":7,".":-8,",":-8,"w":1,":":-8,";":-8,"-":2,"c":2,"d":2,"e":2,"g":2,"o":2}},"S":{"d":"99,4v-47,0,-85,-26,-85,-55v0,-17,10,-28,25,-28v22,0,31,21,23,38v22,17,80,14,80,-22v0,-19,-20,-29,-44,-37v-44,-16,-75,-30,-75,-74v0,-38,31,-67,79,-67v44,0,78,23,78,51v0,17,-10,27,-24,27v-21,0,-31,-21,-23,-36v-18,-14,-69,-7,-69,22v0,19,20,28,44,37v42,15,75,30,75,74v0,45,-35,70,-84,70","w":199,"k":{"M":4,"V":5,"X":7,"*":4,"b":2,"\\":4,"p":2,"v":3,"q":2,"m":2,"x":4,"\/":5,"!":4,"A":5,"T":5,"U":2,"W":9,"Y":9,"Z":4,".":4,",":4,"u":2,"w":3,"y":3,"z":2,"a":4,"c":2,"d":2,"e":2,"g":2,"h":2,"k":2,"l":2,"n":2,"o":2,"r":2,"s":2}},"T":{"d":"61,0r0,-36r30,0r0,-166r-44,0r0,38r-39,0r0,-73r206,0r0,73r-39,0r0,-38r-44,0r0,166r30,0r0,36r-100,0","w":222,"k":{"J":18,"M":2,"Q":7,"V":4,"X":11,"p":11,"v":13,"q":17,"m":11,"x":13,"\/":18,"j":2,"&":8,"@":12,"A":18,"S":7,"U":2,"W":4,"Y":4,".":20,",":20,"t":9,"u":13,"w":13,"y":13,"z":17,"C":7,"G":7,"O":7,":":16,";":16,"-":24,"a":16,"c":17,"d":17,"e":17,"f":9,"g":17,"i":2,"n":11,"o":17,"r":11,"s":17}},"U":{"d":"125,4v-53,0,-89,-29,-89,-90r0,-115r-26,0r0,-36r95,0r0,36r-29,0v4,66,-20,168,49,168v71,0,44,-103,49,-168r-29,0r0,-36r94,0r0,36r-26,0r0,114v0,62,-36,91,-88,91","w":249,"k":{"J":11,"M":5,"V":5,"X":7,"p":6,"v":5,"q":6,"m":6,"x":5,"\/":7,"A":11,"S":5,"T":2,"U":4,"W":5,"Y":5,"Z":4,".":16,",":16,"t":3,"w":5,"y":5,"z":9,":":12,";":12,"a":6,"c":6,"d":6,"e":6,"f":2,"g":6,"i":4,"n":6,"o":6,"r":6,"s":9}},"V":{"d":"112,3r-86,-204r-21,0r0,-36r93,0r0,36r-25,0r52,130r51,-130r-27,0r0,-36r94,0r0,36r-22,0r-86,204r-23,0","w":247,"k":{"@":16,"\/":22,"&":8,"x":11,"v":11,"q":23,"p":11,"m":11,"j":2,"X":13,"Q":11,"M":11,"J":27,"A":22,"S":7,"T":4,"U":5,"Z":7,".":36,",":36,"t":4,"u":11,"w":11,"y":11,"z":13,"C":11,"G":16,"O":11,":":16,";":16,"-":24,"a":25,"c":23,"d":23,"e":23,"f":6,"g":23,"i":4,"n":11,"o":23,"r":11,"s":27}},"W":{"d":"98,3r-65,-204r-25,0r0,-36r101,0r0,36r-31,0r38,125r59,-138r22,0r58,138r36,-125r-32,0r0,-36r101,0r0,36r-26,0r-63,204r-23,0r-63,-146r-64,146r-23,0","w":367,"k":{"J":29,"M":11,"Q":13,"X":7,"p":18,"v":14,"q":27,"m":18,"x":14,"\/":22,"j":1,"&":8,"@":16,"A":20,"S":11,"T":4,"U":5,"Z":7,".":36,",":36,"t":11,"u":14,"w":14,"y":14,"z":16,"C":13,"G":13,"O":13,":":12,";":12,"-":20,"a":25,"c":27,"d":27,"e":27,"f":11,"g":27,"i":3,"n":18,"o":27,"r":18,"s":25}},"X":{"d":"9,0r0,-36r25,0r70,-86r-64,-79r-27,0r0,-36r99,0r0,36r-25,0r42,57r42,-57r-27,0r0,-36r99,0r0,36r-27,0r-64,78r68,87r26,0r0,36r-97,0r0,-36r24,0r-46,-64r-48,64r27,0r0,36r-97,0","w":254,"k":{"*":8,"v":9,"q":9,"p":3,"X":7,"V":13,"Q":13,"M":4,"J":7,"A":7,"S":4,"T":11,"U":7,"W":7,"Y":14,"Z":7,"t":6,"u":11,"w":6,"y":9,"C":13,"G":13,"O":9,"-":20,"a":4,"c":9,"d":9,"e":9,"g":9,"o":9,"s":6}},"Y":{"d":"66,0r0,-36r30,0r0,-54r-68,-111r-23,0r0,-36r89,0r0,36r-21,0r44,76r43,-76r-22,0r0,-36r90,0r0,36r-24,0r-68,111r0,54r30,0r0,36r-100,0","w":232,"k":{"J":27,"M":5,"Q":11,"X":14,"p":11,"v":13,"q":25,"m":11,"x":11,"\/":14,"j":2,"&":12,"@":16,"A":18,"S":11,"T":4,"U":5,".":28,",":28,"t":8,"u":11,"w":14,"y":11,"z":13,"C":11,"G":11,"O":11,":":16,";":16,"-":28,"a":23,"c":25,"d":25,"e":25,"f":6,"g":25,"i":4,"n":11,"o":25,"r":11,"s":23}},"Z":{"d":"16,0r0,-23r134,-180r-92,0r0,40r-35,0r0,-74r184,0r0,23r-134,180r102,0r0,-40r34,0r0,74r-193,0","w":225,"k":{"J":4,"M":4,"Q":4,"V":7,"X":7,"*":6,"\\":4,"v":4,"S":2,"T":7,"U":7,"W":4,"Y":7,"Z":4,"t":4,"u":2,"w":3,"y":4,"C":4,"G":7,"O":7,"-":8}},"a":{"d":"85,-161v44,0,68,20,69,61r0,68r23,0r0,32r-60,0r0,-17v-27,28,-104,31,-104,-24v0,-44,61,-55,103,-44v5,-37,-19,-51,-53,-43v6,14,-4,29,-19,29v-12,0,-21,-9,-21,-22v0,-19,19,-40,62,-40xm53,-45v3,30,46,19,63,5r0,-24v-22,-7,-65,-7,-63,19","w":183,"k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"u":3,"w":5,"y":6,"z":5,"-":5,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"b":{"d":"185,-80v0,66,-76,108,-123,65r-9,16r-27,0r0,-231r-23,0r0,-34r63,0r0,124v41,-45,119,-10,119,60xm66,-43v30,23,79,13,79,-36v0,-49,-52,-61,-79,-32r0,68","w":197,"k":{"\\":29,"}":5,"]":5,")":5,"?":10,"v":5,"x":3,"\/":11,".":10,",":10,"u":3,"w":4,"y":4,"z":3,"a":3}},"c":{"d":"156,-12v-57,35,-144,6,-144,-68v0,-41,33,-81,80,-81v43,0,72,28,72,53v0,17,-11,27,-25,27v-18,1,-32,-23,-19,-37v-21,-20,-71,-12,-69,38v2,55,67,62,108,33","w":179,"k":{"p":3,"?":5,"v":4,"q":3,"x":1,"\/":11,"u":3,"y":3,"z":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":4}},"d":{"d":"132,-17v-43,44,-120,9,-120,-61v0,-65,74,-107,120,-67r0,-85r-24,0r0,-34r63,0r0,232r23,0r0,32r-62,0r0,-17xm53,-78v0,50,52,58,79,31r0,-67v-30,-24,-79,-15,-79,36","w":201,"k":{"z":3,"a":3,"s":3}},"e":{"d":"167,-66r-114,0v10,46,74,42,109,19r-3,35v-57,35,-147,7,-147,-66v0,-45,31,-83,80,-83v57,1,85,42,75,95xm130,-93v0,-45,-72,-51,-77,0r77,0","w":180,"k":{"\\":29,"}":5,"]":5,")":5,"?":5,"x":3,"\/":11,".":5,",":5,"u":3,"z":3,"a":4}},"f":{"d":"38,-158v-4,-61,8,-105,63,-108v39,-2,47,49,14,49v-12,0,-19,-7,-23,-15v-20,7,-14,46,-15,74r41,0r0,33r-41,0r0,93r30,0r0,32r-93,0r0,-32r24,0r0,-93r-27,0r0,-33r27,0","w":123,"k":{"*":-24,"}":-29,"]":-29,")":-29,"?":-12,"q":4,"\/":9,"&":-10,".":10,",":10,"c":4,"d":4,"e":4,"g":4,"o":4}},"g":{"d":"67,36v39,14,73,-8,63,-59v-40,44,-118,10,-118,-58v0,-65,75,-103,119,-63r0,-14r61,0r0,33r-23,0r0,125v0,45,-29,74,-74,72v-36,-1,-71,-10,-71,-40v0,-11,9,-22,22,-22v14,0,25,11,21,26xm130,-114v-27,-23,-77,-16,-77,33v0,48,51,57,77,29r0,-62","w":200,"k":{"v":1,"x":5,".":14,",":14,"u":3,"w":1,"y":1,"z":5,"a":3,"d":3,"g":3,"s":4}},"h":{"d":"135,-32v-4,-34,14,-91,-22,-93v-14,0,-28,8,-41,18r0,75r22,0r0,32r-85,0r0,-32r24,0r0,-198r-24,0r0,-34r63,0r0,130v28,-38,103,-37,103,26r0,76r23,0r0,32r-84,0r0,-32r21,0","k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"i":{"d":"51,-182v-14,0,-26,-12,-26,-26v0,-14,13,-26,27,-26v14,0,26,12,26,26v0,14,-13,26,-27,26xm12,0r0,-32r24,0r0,-93r-24,0r0,-33r63,0r0,126r23,0r0,32r-86,0","w":109,"k":{"b":3,"p":4,"v":5,"j":4,"u":4,"w":4,"y":5,"z":3,"a":3,"s":3}},"j":{"d":"84,-3v1,44,-25,75,-63,75v-44,0,-52,-50,-17,-50v12,0,19,8,21,19v15,-4,20,-24,20,-41r0,-125r-30,0r0,-33r69,0r0,155xm58,-182v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26v14,0,26,12,26,26v0,14,-12,26,-26,26","w":106,"k":{"*":-5,"x":3,"y":3,"-":-7}},"k":{"d":"9,0r0,-32r24,0r0,-198r-24,0r0,-34r63,0r0,177r46,-39r-22,0r0,-32r93,0r0,33r-29,0r-37,31r40,61r26,0r0,33r-49,0r-45,-71r-23,19r0,20r20,0r0,32r-83,0","w":198,"k":{"q":3,"&":-5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"l":{"d":"9,0r0,-32r25,0r0,-198r-25,0r0,-34r64,0r0,232r23,0r0,32r-87,0","w":106,"k":{"b":3,"p":4,"v":1,"j":4,"u":4,"w":1,"y":1,"z":3,"a":3,"s":3}},"m":{"d":"134,-32v-4,-34,14,-92,-22,-93v-13,0,-26,8,-38,18r0,75r21,0r0,32r-84,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,25v17,-29,82,-42,96,-2v29,-38,104,-35,104,27r0,76r23,0r0,32r-84,0r0,-32r22,0v-4,-34,14,-92,-22,-93v-13,0,-26,8,-38,18r0,75r21,0r0,32r-82,0r0,-32r22,0","w":300,"k":{"?":10,"x":3,"v":6,"q":3,"p":3,"j":3,"b":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"n":{"d":"137,-32v-4,-35,13,-92,-23,-93v-14,0,-27,8,-40,18r0,75r21,0r0,32r-84,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,26v26,-40,104,-40,104,24r0,76r24,0r0,32r-84,0r0,-32r21,0","w":205,"k":{"b":3,"p":3,"?":10,"v":6,"q":3,"x":3,"j":3,"w":5,"y":4,"z":5,"a":3,"c":3,"d":3,"e":3,"g":3,"h":3,"k":3,"l":3,"o":3,"s":3}},"o":{"d":"96,3v-52,0,-84,-38,-84,-82v0,-43,33,-82,84,-82v52,0,84,38,84,82v0,43,-33,82,-84,82xm96,-30v26,0,44,-20,44,-49v0,-29,-18,-49,-44,-49v-26,0,-43,20,-43,49v0,29,17,49,43,49","w":192,"k":{"\\":29,"}":5,"]":5,")":5,"?":10,"v":5,"x":3,"\/":11,".":10,",":10,"u":3,"w":1,"y":4,"z":3,"a":3}},"p":{"d":"9,71r0,-33r24,0r0,-163r-24,0r0,-33r62,0r0,18v41,-46,118,-10,118,60v0,64,-68,107,-117,68r0,50r26,0r0,33r-89,0xm72,-43v30,22,77,14,77,-36v0,-50,-51,-60,-77,-32r0,68","w":201,"k":{"}":5,"]":5,")":5,"\/":11,"?":10,"x":3,"v":5,".":10,",":10,"u":3,"w":4,"y":4,"z":3,"a":3}},"q":{"d":"103,71r0,-34r29,0r0,-54v-43,44,-120,9,-120,-61v0,-67,76,-108,124,-65r8,-16r27,0r0,196r24,0r0,34r-92,0xm53,-78v0,50,52,58,79,31r0,-67v-30,-24,-79,-15,-79,36","w":191,"k":{"}":-29,"]":-29,")":-29,"\/":-29,"?":2}},"r":{"d":"122,-161v38,0,38,49,6,51v-12,0,-20,-7,-23,-14v-11,4,-24,16,-31,30r0,62r27,0r0,32r-90,0r0,-32r24,0r0,-93r-24,0r0,-33r61,0r0,36v13,-21,30,-39,50,-39","w":156,"k":{"*":-10,"q":5,"\/":18,"&":-5,".":14,",":14,"-":-7,"a":5,"c":5,"d":5,"e":5,"g":5,"o":5,"s":4}},"s":{"d":"85,-161v26,0,61,10,61,38v0,13,-7,21,-19,21v-16,0,-25,-11,-21,-26v-14,-8,-51,-3,-48,12v0,9,9,15,33,21v38,10,59,19,59,47v0,65,-136,68,-136,11v0,-12,9,-21,21,-21v13,-1,26,11,21,27v15,7,58,9,57,-12v0,-8,-7,-13,-31,-19v-44,-12,-62,-22,-62,-49v0,-24,21,-50,65,-50","w":164,"k":{"b":1,"\\":29,"}":5,"]":5,"p":3,")":5,"?":10,"v":1,"q":1,"j":1,"u":3,"w":1,"y":1,"z":3,"a":1,"c":1,"d":1,"e":1,"g":1,"h":4,"k":4,"l":4,"o":1}},"t":{"d":"73,-125v5,32,-16,91,19,93v10,0,22,-4,31,-8r-3,34v-34,18,-86,11,-86,-38r0,-81r-31,0r0,-33r31,0r0,-33r39,-17r0,50r48,0r0,33r-48,0","w":132,"k":{"v":4,"q":4,"&":-10,"y":4,"z":3,"c":4,"d":4,"e":4,"g":4,"k":4,"l":4,"o":4}},"u":{"d":"68,-59v1,39,44,27,64,8r0,-74r-25,0r0,-33r64,0r0,126r23,0r0,32r-61,0r0,-25v-27,39,-104,39,-104,-25r0,-75r-23,0r0,-33r62,0r0,99","k":{"b":3,"?":2,"x":3,"u":3,"z":4}},"v":{"d":"83,3r-63,-128r-18,0r0,-33r80,0r0,32r-22,0r38,82r37,-82r-23,0r0,-32r80,0r0,33r-18,0r-63,128r-28,0","w":193,"k":{"*":-5,"@":10,"\/":18,"q":5,"p":3,".":24,",":24,"t":4,"z":3,"-":-5,"a":5,"c":5,"d":5,"e":5,"g":5,"h":3,"k":3,"l":3,"o":5,"s":5}},"w":{"d":"64,6r-39,-131r-23,0r0,-33r81,0r0,33r-23,0r22,77r37,-93r27,0r37,93r21,-77r-25,0r0,-33r81,0r0,33r-23,0r-39,131r-28,0r-39,-96r-40,96r-27,0","w":261,"k":{"*":-5,"p":1,"q":4,"\/":18,"&":5,"@":5,".":14,",":14,"z":1,"-":-5,"a":4,"c":4,"d":4,"e":1,"g":4,"h":1,"k":-1,"l":1,"o":1,"s":5}},"x":{"d":"4,0r0,-33r21,0r49,-47r-47,-45r-19,0r0,-33r79,0r0,31r-19,0r29,31r29,-31r-21,0r0,-31r79,0r0,33r-20,0r-46,44r50,48r20,0r0,33r-79,0r0,-31r18,0r-32,-33r-31,33r18,0r0,31r-78,0","w":192,"k":{"*":-5,"q":3,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":3}},"y":{"d":"97,32v-9,21,-30,40,-54,40v-36,0,-46,-42,-15,-45v9,0,15,6,18,12v16,-6,23,-31,31,-47r-56,-117r-19,0r0,-33r81,0r0,32r-23,0r36,83r37,-83r-24,0r0,-32r81,0r0,33r-19,0","w":191,"k":{"*":-5,"p":3,"q":5,"\/":18,"&":5,"@":10,".":24,",":24,"t":4,"z":5,"-":-5,"a":5,"c":5,"d":5,"e":5,"f":4,"g":5,"h":3,"k":3,"l":3,"o":5,"s":5}},"z":{"d":"10,0r0,-23r95,-104r-55,0r0,29r-34,0r0,-60r138,0r0,23r-95,104r64,0r0,-29r33,0r0,60r-146,0","w":166,"k":{"p":1,"?":5,"v":3,"q":3,"u":3,"w":1,"y":3,"z":3,"-":5,"a":3,"c":3,"d":3,"e":3,"g":3,"o":3,"s":1}},"0":{"d":"105,3v-52,0,-90,-41,-90,-97v0,-56,38,-98,90,-98v52,0,90,42,90,98v0,56,-38,97,-90,97xm105,-30v30,0,49,-27,49,-64v0,-37,-19,-65,-49,-65v-30,0,-50,28,-50,65v0,37,20,64,50,64","w":209,"k":{"}":4,"]":4,")":4,"3":3}},"1":{"d":"21,0r0,-32r43,0r0,-117r-37,9r-9,-32v29,-5,50,-18,85,-17r0,157r42,0r0,32r-124,0","w":157,"k":{"9":3,"-":4}},"2":{"d":"168,-137v0,51,-92,73,-107,106r81,0r0,-31r33,0r0,62r-158,0r-7,-19v14,-33,44,-58,77,-77v24,-14,41,-25,41,-40v0,-26,-53,-28,-68,-15v11,15,-1,38,-19,37v-13,0,-25,-11,-25,-28v0,-33,37,-50,78,-50v47,0,74,28,74,55","w":190,"k":{"}":4,"]":4,")":4,"9":3,"5":3,"3":3}},"3":{"d":"87,46v-43,0,-77,-18,-81,-54v-4,-33,49,-37,49,-4v0,5,-2,11,-5,15v25,19,80,12,80,-26v0,-30,-33,-42,-71,-39r0,-31v35,2,68,-7,70,-37v3,-30,-50,-36,-70,-22v12,14,1,39,-18,38v-13,0,-25,-12,-25,-29v0,-33,29,-49,75,-49v45,0,78,25,78,60v0,27,-24,49,-51,53v28,7,52,26,53,58v0,40,-36,67,-84,67","w":181,"k":{"}":4,"]":4,")":4}},"4":{"d":"122,43r0,-60r-104,0r-9,-19r121,-160r28,23r-94,124r58,0r0,-41r38,-15r0,56r35,0r0,32r-35,0r0,60r-38,0","k":{"9":3,"5":3,"3":3,"-":9}},"5":{"d":"88,46v-42,-1,-71,-13,-75,-45v-4,-34,49,-36,49,-4v0,4,-1,8,-3,12v35,12,76,-8,72,-41v5,-40,-58,-50,-91,-30r-19,-10r15,-117r123,0r0,37r-94,0r-6,50v57,-12,112,11,112,70v0,46,-35,78,-83,78","w":185,"k":{"}":4,"]":4,")":4,"6":3,"-":4}},"6":{"d":"114,-233v33,0,66,12,66,42v0,15,-11,26,-24,26v-18,0,-30,-14,-25,-32v-41,-15,-71,15,-77,79v33,-52,136,-21,136,45v0,43,-36,76,-86,76v-58,0,-88,-42,-88,-106v0,-85,45,-130,98,-130xm57,-71v1,23,22,42,47,41v27,0,46,-19,46,-43v0,-22,-18,-40,-45,-40v-27,0,-48,18,-48,42","k":{"}":4,"]":4,")":4,"7":3,"3":7}},"7":{"d":"71,44r-33,-17r95,-184r-86,0r0,40r-35,0r0,-72r157,0r10,22","w":191,"k":{"@":7,"}":7,"]":7,")":7,"\/":18,"&":4,"9":5,"8":3,"6":3,"5":3,"4":23,"3":5,"2":5,"0":9,".":18,",":18,":":7,";":7,"-":7}},"8":{"d":"97,3v-86,0,-112,-92,-43,-120v-63,-29,-33,-116,43,-116v76,0,108,87,43,116v70,27,44,120,-43,120xm97,-131v21,0,38,-16,38,-35v0,-22,-15,-35,-38,-35v-23,0,-38,13,-38,35v0,19,17,35,38,35xm97,-30v27,0,44,-16,44,-36v0,-20,-17,-37,-44,-37v-27,0,-43,17,-43,37v0,20,16,36,43,36","w":194,"k":{"}":4,"]":4,")":4,"9":3,"3":7}},"9":{"d":"100,-192v59,1,88,44,88,106v0,85,-46,132,-99,132v-33,0,-65,-12,-65,-43v0,-15,11,-26,24,-26v18,0,31,16,24,32v42,15,73,-14,78,-78v-35,50,-137,20,-137,-47v0,-43,37,-76,87,-76xm146,-117v0,-23,-20,-42,-46,-42v-27,0,-47,19,-47,43v0,22,18,41,45,41v27,0,48,-18,48,-42","k":{"}":4,"]":4,")":4,"7":3}},".":{"d":"46,3v-16,0,-29,-14,-29,-30v0,-17,13,-30,29,-30v16,0,30,13,30,30v0,16,-14,30,-30,30","w":92,"k":{"Q":16,"V":36,"v":24,"T":20,"U":16,"W":36,"Y":28,"t":7,"u":7,"w":14,"y":5,"C":16,"G":16,"O":16}},",":{"d":"13,62r-11,-14v24,-19,36,-38,37,-49v-32,-6,-28,-56,7,-56v17,0,31,12,31,36v0,22,-16,56,-64,83","w":92,"k":{"Q":16,"V":36,"v":24,"T":20,"U":16,"W":36,"Y":28,"t":7,"u":7,"w":14,"y":5,"C":16,"G":16,"O":16}},":":{"d":"50,-92v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29xm50,3v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29","w":99},";":{"d":"50,-92v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,16,-12,29,-28,29xm18,60r-11,-14v23,-19,34,-37,35,-47v-30,-6,-26,-55,7,-54v16,0,31,12,31,35v0,21,-16,53,-62,80","w":99},"&":{"d":"232,-98r-20,0v-5,18,-12,34,-21,48r34,28r-22,26r-34,-29v-39,49,-158,33,-158,-35v0,-28,20,-51,47,-65v-46,-48,-27,-108,41,-108v40,0,65,21,65,54v0,30,-21,49,-50,62r52,46v5,-9,10,-18,13,-28r-18,0r0,-32r71,0r0,33xm51,-63v-2,35,68,44,92,17r-64,-58v-15,9,-28,23,-28,41xm99,-203v-32,10,-34,37,-6,66v17,-8,31,-20,31,-42v0,-13,-9,-24,-25,-24","w":241,"k":{"1":4,"j":-10,"V":16,"T":14,"W":16,"Y":16,"t":-10}},"!":{"d":"39,-72r-14,-165r50,0r-14,165r-22,0xm50,3v-15,0,-27,-12,-27,-27v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27","w":100},"?":{"d":"8,-186v0,-37,36,-54,76,-55v49,0,80,30,80,67v0,34,-21,60,-67,69r-3,33r-27,0r-8,-58v45,-6,62,-25,62,-44v0,-31,-53,-44,-71,-22v14,11,6,38,-15,38v-14,0,-27,-11,-27,-28xm80,3v-15,0,-26,-12,-26,-27v0,-15,11,-27,26,-27v15,0,27,12,27,27v0,15,-12,27,-27,27","w":176},"-":{"d":"15,-82r0,-40r105,0r0,40r-105,0","w":134,"k":{"M":4,"V":24,"X":20,"v":-5,"1":9,"A":6,"S":6,"T":24,"W":20,"Y":28,"Z":8,"t":-10,"w":-5,"y":-5,"h":-5,"k":-5,"l":-5}},"_":{"d":"-3,60r0,-37r212,0r0,37r-212,0","w":205},"\/":{"d":"34,77r-32,-15r147,-331r32,14","w":183,"k":{"\/":54,"9":14,"5":14,"4":43,"3":22,"2":22,"1":11,"0":14,"x":24,"v":19,"q":22,"p":24,"m":24,"Q":12,"J":20,"A":16,"S":6,"Z":8,"u":24,"w":19,"y":19,"z":39,"C":12,"G":12,"O":12,"a":44,"c":22,"d":22,"e":22,"f":10,"g":22,"n":24,"o":22,"r":24,"s":44}},"\\":{"d":"149,77r-147,-332r32,-14r147,331","w":183},"|":{"d":"34,72r0,-336r34,0r0,336r-34,0","w":102},"(":{"d":"139,82v-41,-21,-113,-78,-113,-176v0,-98,72,-155,113,-176r18,28v-41,26,-91,66,-91,148v0,82,50,122,91,148","w":158,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},")":{"d":"20,82r-19,-28v41,-26,91,-66,91,-148v0,-82,-50,-122,-91,-148r19,-28v41,21,113,78,113,176v0,98,-72,155,-113,176","w":158},"[":{"d":"33,72r0,-336r93,0r0,34r-55,0r0,268r55,0r0,34r-93,0","w":137,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},"]":{"d":"11,72r0,-34r56,0r0,-268r-56,0r0,-34r93,0r0,336r-93,0","w":137},"{":{"d":"112,-58v0,28,-49,55,-49,77v0,14,13,26,60,29r0,30v-71,-2,-97,-27,-97,-59v0,-36,41,-47,45,-76v2,-15,-23,-23,-50,-21r0,-34v27,2,52,-6,50,-21v-5,-29,-45,-41,-45,-77v0,-32,26,-56,97,-58r0,30v-47,3,-60,15,-60,29v0,22,49,50,49,77v0,20,-18,33,-44,37v26,4,44,17,44,37","w":139,"k":{"9":4,"8":4,"6":7,"5":4,"4":7,"3":2,"2":4,"0":4,"p":-14,"j":-29,"b":-19,"Q":4,"J":12,"A":4,"S":2,"y":-14,"C":4,"G":4,"O":4,"a":5,"c":5,"d":5,"e":5,"g":5,"h":-19,"k":-19,"l":-19,"o":5,"s":10}},"}":{"d":"68,-57v4,28,45,40,45,76v0,32,-26,57,-97,59r0,-30v47,-3,60,-15,60,-29v-1,-22,-48,-50,-48,-77v0,-20,17,-33,43,-37v-26,-4,-43,-17,-43,-37v0,-27,48,-55,48,-77v0,-14,-13,-26,-60,-29r0,-30v71,2,97,26,97,58v0,36,-40,49,-45,77v-3,14,23,23,50,21r0,34v-27,-2,-53,6,-50,21","w":139},"@":{"d":"193,47v-81,45,-179,-2,-179,-102v0,-92,67,-168,152,-168v68,0,113,45,113,106v0,58,-31,106,-76,106v-25,0,-40,-11,-43,-30v-22,43,-84,40,-84,-18v0,-62,66,-121,99,-58r9,-24r37,0r-21,82v-4,16,0,24,13,24v23,0,45,-35,45,-80v0,-49,-35,-90,-92,-90v-75,0,-131,70,-131,151v0,84,81,124,149,85xm135,-44v15,0,35,-16,35,-43v0,-14,-7,-22,-21,-22v-17,0,-32,21,-32,43v0,11,5,22,18,22","w":292,"k":{"5":4,"4":4,"3":4,"2":4,"1":7,"x":5,"X":12,"V":10,"A":4,"W":10,"Y":12,"Z":4,"z":10}},"*":{"d":"152,-203v8,28,-35,24,-62,26v13,13,58,31,35,56v-28,15,-34,-30,-42,-49v-9,19,-15,64,-42,49v-24,-24,22,-44,34,-56v-27,-2,-69,3,-61,-26v16,-27,49,8,64,16v-4,-21,-28,-62,5,-66v32,4,8,46,5,66v16,-8,48,-43,64,-16","w":165,"k":{"A":26}},"^":{"d":"37,-116r-18,-20r64,-63r64,63r-18,20r-46,-30","w":165},"~":{"d":"55,-130v32,-1,57,56,72,3r27,6v-4,35,-23,55,-43,55v-31,1,-58,-55,-72,-2r-27,-7v4,-35,23,-55,43,-55","w":165},"$":{"d":"121,-210r-2,23v26,4,53,15,53,41v0,14,-8,23,-21,23v-17,0,-25,-14,-21,-31v-4,-1,-10,-3,-17,-4r-4,46v30,6,67,18,67,54v0,39,-36,57,-77,58r-3,39r-29,-3r4,-38v-27,-4,-57,-17,-57,-44v0,-13,9,-23,22,-23v17,0,27,14,22,32v4,3,10,4,18,5r4,-48v-30,-7,-59,-20,-59,-53v0,-30,26,-52,69,-55r2,-25xm138,-54v0,-11,-12,-16,-34,-21r-4,45v20,-1,38,-8,38,-24xm89,-159v-34,2,-43,37,-4,42","w":191},"#":{"d":"23,-116r0,-32r34,0r7,-41r36,0r-7,41r38,0r7,-41r36,0r-7,41r30,0r0,32r-35,0r-6,39r29,0r0,32r-34,0r-7,45r-36,0r7,-45r-38,0r-6,45r-36,0r6,-45r-29,0r0,-32r34,0r7,-39r-30,0xm87,-118r-6,43r40,0r7,-43r-41,0","w":208},"%":{"d":"66,-98v-26,0,-49,-21,-49,-47v0,-26,23,-47,49,-47v26,0,48,21,48,47v0,26,-22,47,-48,47xm66,-123v12,0,19,-8,19,-21v0,-13,-7,-23,-19,-23v-12,0,-20,10,-20,23v0,13,8,21,20,21xm47,5r-15,-14r88,-91v30,-31,71,-76,86,-94r15,14r-89,91v-30,31,-70,76,-85,94xm187,-91v26,0,48,21,48,47v0,26,-22,47,-48,47v-26,0,-48,-21,-48,-47v0,-26,22,-47,48,-47xm187,-66v-12,0,-20,10,-20,23v0,13,8,21,20,21v12,0,19,-8,19,-21v0,-13,-7,-23,-19,-23","w":252},"\"":{"d":"106,-135v-4,-34,-36,-100,9,-106v45,5,12,73,8,106r-17,0xm29,-135r-16,-72v-4,-21,8,-34,24,-34v47,0,13,72,9,106r-17,0","w":152},"'":{"d":"29,-135r-16,-72v-4,-21,8,-34,24,-34v47,0,13,72,9,106r-17,0","w":75},"+":{"d":"67,-37r0,-48r-48,0r0,-33r48,0r0,-49r33,0r0,49r48,0r0,33r-48,0r0,48r-33,0","w":167},"=":{"d":"19,-119r0,-33r129,0r0,33r-129,0xm19,-51r0,-34r129,0r0,34r-129,0","w":167},"<":{"d":"111,-24r-93,-67r0,-22r93,-67r19,24r-74,54r74,53","w":152},">":{"d":"41,-24r-18,-25r74,-53r-74,-54r18,-24r93,67r0,22","w":152},"`":{"d":"72,-177v-20,-19,-56,-29,-65,-58v0,-21,26,-24,38,-8r39,54","w":84},"\u00a0":{"w":79}}});;(function(f){f.fn.qtip=function(B,u){var y,t,A,s,x,w,v,z;if(typeof B=="string"){if(typeof f(this).data("qtip")!=="object"){f.fn.qtip.log.error.call(self,1,f.fn.qtip.constants.NO_TOOLTIP_PRESENT,false)}if(B=="api"){return f(this).data("qtip").interfaces[f(this).data("qtip").current]}else{if(B=="interfaces"){return f(this).data("qtip").interfaces}}}else{if(!B){B={}}if(typeof B.content!=="object"||(B.content.jquery&&B.content.length>0)){B.content={text:B.content}}if(typeof B.content.title!=="object"){B.content.title={text:B.content.title}}if(typeof B.position!=="object"){B.position={corner:B.position}}if(typeof B.position.corner!=="object"){B.position.corner={target:B.position.corner,tooltip:B.position.corner}}if(typeof B.show!=="object"){B.show={when:B.show}}if(typeof B.show.when!=="object"){B.show.when={event:B.show.when}}if(typeof B.show.effect!=="object"){B.show.effect={type:B.show.effect}}if(typeof B.hide!=="object"){B.hide={when:B.hide}}if(typeof B.hide.when!=="object"){B.hide.when={event:B.hide.when}}if(typeof B.hide.effect!=="object"){B.hide.effect={type:B.hide.effect}}if(typeof B.style!=="object"){B.style={name:B.style}}B.style=c(B.style);s=f.extend(true,{},f.fn.qtip.defaults,B);s.style=a.call({options:s},s.style);s.user=f.extend(true,{},B)}return f(this).each(function(){if(typeof B=="string"){w=B.toLowerCase();A=f(this).qtip("interfaces");if(typeof A=="object"){if(u===true&&w=="destroy"){while(A.length>0){A[A.length-1].destroy()}}else{if(u!==true){A=[f(this).qtip("api")]}for(y=0;y<A.length;y++){if(w=="destroy"){A[y].destroy()}else{if(A[y].status.rendered===true){if(w=="show"){A[y].show()}else{if(w=="hide"){A[y].hide()}else{if(w=="focus"){A[y].focus()}else{if(w=="disable"){A[y].disable(true)}else{if(w=="enable"){A[y].disable(false)}}}}}}}}}}}else{v=f.extend(true,{},s);v.hide.effect.length=s.hide.effect.length;v.show.effect.length=s.show.effect.length;if(v.position.container===false){v.position.container=f(document.body)}if(v.position.target===false){v.position.target=f(this)}if(v.show.when.target===false){v.show.when.target=f(this)}if(v.hide.when.target===false){v.hide.when.target=f(this)}t=f.fn.qtip.interfaces.length;for(y=0;y<t;y++){if(typeof f.fn.qtip.interfaces[y]=="undefined"){t=y;break}}x=new d(f(this),v,t);f.fn.qtip.interfaces[t]=x;if(typeof f(this).data("qtip")=="object"){if(typeof f(this).attr("qtip")==="undefined"){f(this).data("qtip").current=f(this).data("qtip").interfaces.length}f(this).data("qtip").interfaces.push(x)}else{f(this).data("qtip",{current:0,interfaces:[x]})}if(v.content.prerender===false&&v.show.when.event!==false&&v.show.ready!==true){v.show.when.target.bind(v.show.when.event+".qtip-"+t+"-create",{qtip:t},function(C){z=f.fn.qtip.interfaces[C.data.qtip];z.options.show.when.target.unbind(z.options.show.when.event+".qtip-"+C.data.qtip+"-create");z.cache.mouse={x:C.pageX,y:C.pageY};p.call(z);z.options.show.when.target.trigger(z.options.show.when.event)})}else{x.cache.mouse={x:v.show.when.target.offset().left,y:v.show.when.target.offset().top};p.call(x)}}})};function d(u,t,v){var s=this;s.id=v;s.options=t;s.status={animated:false,rendered:false,disabled:false,focused:false};s.elements={target:u.addClass(s.options.style.classes.target),tooltip:null,wrapper:null,content:null,contentWrapper:null,title:null,button:null,tip:null,bgiframe:null};s.cache={mouse:{},position:{},toggle:0};s.timers={};f.extend(s,s.options.api,{show:function(y){var x,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"show")}if(s.elements.tooltip.css("display")!=="none"){return s}s.elements.tooltip.stop(true,false);x=s.beforeShow.call(s,y);if(x===false){return s}function w(){if(s.options.position.type!=="static"){s.focus()}s.onShow.call(s,y);if(f.browser.msie){s.elements.tooltip.get(0).style.removeAttribute("filter")}}s.cache.toggle=1;if(s.options.position.type!=="static"){s.updatePosition(y,(s.options.show.effect.length>0))}if(typeof s.options.show.solo=="object"){z=f(s.options.show.solo)}else{if(s.options.show.solo===true){z=f("div.qtip").not(s.elements.tooltip)}}if(z){z.each(function(){if(f(this).qtip("api").status.rendered===true){f(this).qtip("api").hide()}})}if(typeof s.options.show.effect.type=="function"){s.options.show.effect.type.call(s.elements.tooltip,s.options.show.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.show.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeIn(s.options.show.effect.length,w);break;case"slide":s.elements.tooltip.slideDown(s.options.show.effect.length,function(){w();if(s.options.position.type!=="static"){s.updatePosition(y,true)}});break;case"grow":s.elements.tooltip.show(s.options.show.effect.length,w);break;default:s.elements.tooltip.show(null,w);break}s.elements.tooltip.addClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(y){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide")}else{if(s.elements.tooltip.css("display")==="none"){return s}}clearTimeout(s.timers.show);s.elements.tooltip.stop(true,false);x=s.beforeHide.call(s,y);if(x===false){return s}function w(){s.onHide.call(s,y)}s.cache.toggle=0;if(typeof s.options.hide.effect.type=="function"){s.options.hide.effect.type.call(s.elements.tooltip,s.options.hide.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.hide.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeOut(s.options.hide.effect.length,w);break;case"slide":s.elements.tooltip.slideUp(s.options.hide.effect.length,w);break;case"grow":s.elements.tooltip.hide(s.options.hide.effect.length,w);break;default:s.elements.tooltip.hide(null,w);break}s.elements.tooltip.removeClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(w,x){var C,G,L,J,H,E,y,I,B,D,K,A,F,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}}G={position:{left:0,top:0},dimensions:{height:0,width:0},corner:s.options.position.corner.target};L={position:s.getPosition(),dimensions:s.getDimensions(),corner:s.options.position.corner.tooltip};if(s.options.position.target!=="mouse"){if(s.options.position.target.get(0).nodeName.toLowerCase()=="area"){J=s.options.position.target.attr("coords").split(",");for(C=0;C<J.length;C++){J[C]=parseInt(J[C])}H=s.options.position.target.parent("map").attr("name");E=f('img[usemap="#'+H+'"]:first').offset();G.position={left:Math.floor(E.left+J[0]),top:Math.floor(E.top+J[1])};switch(s.options.position.target.attr("shape").toLowerCase()){case"rect":G.dimensions={width:Math.ceil(Math.abs(J[2]-J[0])),height:Math.ceil(Math.abs(J[3]-J[1]))};break;case"circle":G.dimensions={width:J[2]+1,height:J[2]+1};break;case"poly":G.dimensions={width:J[0],height:J[1]};for(C=0;C<J.length;C++){if(C%2==0){if(J[C]>G.dimensions.width){G.dimensions.width=J[C]}if(J[C]<J[0]){G.position.left=Math.floor(E.left+J[C])}}else{if(J[C]>G.dimensions.height){G.dimensions.height=J[C]}if(J[C]<J[1]){G.position.top=Math.floor(E.top+J[C])}}}G.dimensions.width=G.dimensions.width-(G.position.left-E.left);G.dimensions.height=G.dimensions.height-(G.position.top-E.top);break;default:return f.fn.qtip.log.error.call(s,4,f.fn.qtip.constants.INVALID_AREA_SHAPE,"updatePosition");break}G.dimensions.width-=2;G.dimensions.height-=2}else{if(s.options.position.target.add(document.body).length===1){G.position={left:f(document).scrollLeft(),top:f(document).scrollTop()};G.dimensions={height:f(window).height(),width:f(window).width()}}else{if(typeof s.options.position.target.attr("qtip")!=="undefined"){G.position=s.options.position.target.qtip("api").cache.position}else{G.position=s.options.position.target.offset()}G.dimensions={height:s.options.position.target.outerHeight(),width:s.options.position.target.outerWidth()}}}y=f.extend({},G.position);if(G.corner.search(/right/i)!==-1){y.left+=G.dimensions.width}if(G.corner.search(/bottom/i)!==-1){y.top+=G.dimensions.height}if(G.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left+=(G.dimensions.width/2)}if(G.corner.search(/((left|right)Middle)|center/)!==-1){y.top+=(G.dimensions.height/2)}}else{G.position=y={left:s.cache.mouse.x,top:s.cache.mouse.y};G.dimensions={height:1,width:1}}if(L.corner.search(/right/i)!==-1){y.left-=L.dimensions.width}if(L.corner.search(/bottom/i)!==-1){y.top-=L.dimensions.height}if(L.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left-=(L.dimensions.width/2)}if(L.corner.search(/((left|right)Middle)|center/)!==-1){y.top-=(L.dimensions.height/2)}I=(f.browser.msie)?1:0;B=(f.browser.msie&&parseInt(f.browser.version.charAt(0))===6)?1:0;if(s.options.style.border.radius>0){if(L.corner.search(/Left/)!==-1){y.left-=s.options.style.border.radius}else{if(L.corner.search(/Right/)!==-1){y.left+=s.options.style.border.radius}}if(L.corner.search(/Top/)!==-1){y.top-=s.options.style.border.radius}else{if(L.corner.search(/Bottom/)!==-1){y.top+=s.options.style.border.radius}}}if(I){if(L.corner.search(/top/)!==-1){y.top-=I}else{if(L.corner.search(/bottom/)!==-1){y.top+=I}}if(L.corner.search(/left/)!==-1){y.left-=I}else{if(L.corner.search(/right/)!==-1){y.left+=I}}if(L.corner.search(/leftMiddle|rightMiddle/)!==-1){y.top-=1}}if(s.options.position.adjust.screen===true){y=o.call(s,y,G,L)}if(s.options.position.target==="mouse"&&s.options.position.adjust.mouse===true){if(s.options.position.adjust.screen===true&&s.elements.tip){K=s.elements.tip.attr("rel")}else{K=s.options.position.corner.tooltip}y.left+=(K.search(/right/i)!==-1)?-6:6;y.top+=(K.search(/bottom/i)!==-1)?-6:6}if(!s.elements.bgiframe&&f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){f("select, object").each(function(){A=f(this).offset();A.bottom=A.top+f(this).height();A.right=A.left+f(this).width();if(y.top+L.dimensions.height>=A.top&&y.left+L.dimensions.width>=A.left){k.call(s)}})}y.left+=s.options.position.adjust.x;y.top+=s.options.position.adjust.y;F=s.getPosition();if(y.left!=F.left||y.top!=F.top){z=s.beforePositionUpdate.call(s,w);if(z===false){return s}s.cache.position=y;if(x===true){s.status.animated=true;s.elements.tooltip.animate(y,200,"swing",function(){s.status.animated=false})}else{s.elements.tooltip.css(y)}s.onPositionUpdate.call(s,w);if(typeof w!=="undefined"&&w.type&&w.type!=="mousemove"){f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}}return s},updateWidth:function(w){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth")}else{if(w&&typeof w!=="number"){return f.fn.qtip.log.error.call(s,2,"newWidth must be of type number","updateWidth")}}x=s.elements.contentWrapper.siblings().add(s.elements.tip).add(s.elements.button);if(!w){if(typeof s.options.style.width.value=="number"){w=s.options.style.width.value}else{s.elements.tooltip.css({width:"auto"});x.hide();if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"normal"})}w=s.getDimensions().width+1;if(!s.options.style.width.value){if(w>s.options.style.width.max){w=s.options.style.width.max}if(w<s.options.style.width.min){w=s.options.style.width.min}}}}if(w%2!==0){w-=1}s.elements.tooltip.width(w);x.show();if(s.options.style.border.radius){s.elements.tooltip.find(".qtip-betweenCorners").each(function(y){f(this).width(w-(s.options.style.border.radius*2))})}if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"1"});s.elements.wrapper.width(w);if(s.elements.bgiframe){s.elements.bgiframe.width(w).height(s.getDimensions.height)}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_WIDTH_UPDATED,"updateWidth")},updateStyle:function(w){var z,A,x,y,B;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateStyle")}else{if(typeof w!=="string"||!f.fn.qtip.styles[w]){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.STYLE_NOT_DEFINED,"updateStyle")}}s.options.style=a.call(s,f.fn.qtip.styles[w],s.options.user.style);s.elements.content.css(q(s.options.style));if(s.options.content.title.text!==false){s.elements.title.css(q(s.options.style.title,true))}s.elements.contentWrapper.css({borderColor:s.options.style.border.color});if(s.options.style.tip.corner!==false){if(f("<canvas>").get(0).getContext){z=s.elements.tooltip.find(".qtip-tip canvas:first");x=z.get(0).getContext("2d");x.clearRect(0,0,300,300);y=z.parent("div[rel]:first").attr("rel");B=b(y,s.options.style.tip.size.width,s.options.style.tip.size.height);h.call(s,z,B,s.options.style.tip.color||s.options.style.border.color)}else{if(f.browser.msie){z=s.elements.tooltip.find('.qtip-tip [nodeName="shape"]');z.attr("fillcolor",s.options.style.tip.color||s.options.style.border.color)}}}if(s.options.style.border.radius>0){s.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:s.options.style.border.color});if(f("<canvas>").get(0).getContext){A=g(s.options.style.border.radius);s.elements.tooltip.find(".qtip-wrapper canvas").each(function(){x=f(this).get(0).getContext("2d");x.clearRect(0,0,300,300);y=f(this).parent("div[rel]:first").attr("rel");r.call(s,f(this),A[y],s.options.style.border.radius,s.options.style.border.color)})}else{if(f.browser.msie){s.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){f(this).attr("fillcolor",s.options.style.border.color)})}}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(A,y){var z,x,w;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent")}else{if(!A){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}}z=s.beforeContentUpdate.call(s,A);if(typeof z=="string"){A=z}else{if(z===false){return}}if(f.browser.msie){s.elements.contentWrapper.children().css({zoom:"normal"})}if(A.jquery&&A.length>0){A.clone(true).appendTo(s.elements.content).show()}else{s.elements.content.html(A)}x=s.elements.content.find("img[complete=false]");if(x.length>0){w=0;x.each(function(C){f('<img src="'+f(this).attr("src")+'" />').load(function(){if(++w==x.length){B()}})})}else{B()}function B(){s.updateWidth();if(y!==false){if(s.options.position.type!=="static"){s.updatePosition(s.elements.tooltip.is(":visible"),true)}if(s.options.style.tip.corner!==false){n.call(s)}}}s.onContentUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_UPDATED,"loadContent")},loadContent:function(w,z,A){var y;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent")}y=s.beforeContentLoad.call(s);if(y===false){return s}if(A=="post"){f.post(w,z,x)}else{f.get(w,z,x)}function x(B){s.onContentLoad.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");s.updateContent(B)}return s},updateTitle:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle")}else{if(!w){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateTitle")}}returned=s.beforeTitleUpdate.call(s);if(returned===false){return s}if(s.elements.button){s.elements.button=s.elements.button.clone(true)}s.elements.title.html(w);if(s.elements.button){s.elements.title.prepend(s.elements.button)}s.onTitleUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(A){var y,x,w,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}}y=parseInt(s.elements.tooltip.css("z-index"));x=6000+f("div.qtip[qtip]").length-1;if(!s.status.focused&&y!==x){z=s.beforeFocus.call(s,A);if(z===false){return s}f("div.qtip[qtip]").not(s.elements.tooltip).each(function(){if(f(this).qtip("api").status.rendered===true){w=parseInt(f(this).css("z-index"));if(typeof w=="number"&&w>-1){f(this).css({zIndex:parseInt(f(this).css("z-index"))-1})}f(this).qtip("api").status.focused=false}});s.elements.tooltip.css({zIndex:x});s.status.focused=true;s.onFocus.call(s,A);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_FOCUSED,"focus")}return s},disable:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable")}if(w){if(!s.status.disabled){s.status.disabled=true;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DISABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable")}}else{if(s.status.disabled){s.status.disabled=false;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_ENABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable")}}return s},destroy:function(){var w,x,y;x=s.beforeDestroy.call(s);if(x===false){return s}if(s.status.rendered){s.options.show.when.target.unbind("mousemove.qtip",s.updatePosition);s.options.show.when.target.unbind("mouseout.qtip",s.hide);s.options.show.when.target.unbind(s.options.show.when.event+".qtip");s.options.hide.when.target.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind("mouseover.qtip",s.focus);s.elements.tooltip.remove()}else{s.options.show.when.target.unbind(s.options.show.when.event+".qtip-create")}if(typeof s.elements.target.data("qtip")=="object"){y=s.elements.target.data("qtip").interfaces;if(typeof y=="object"&&y.length>0){for(w=0;w<y.length-1;w++){if(y[w].id==s.id){y.splice(w,1)}}}}delete f.fn.qtip.interfaces[s.id];if(typeof y=="object"&&y.length>0){s.elements.target.data("qtip").current=y.length-1}else{s.elements.target.removeData("qtip")}s.onDestroy.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DESTROYED,"destroy");return s.elements.target},getPosition:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition")}w=(s.elements.tooltip.css("display")!=="none")?false:true;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x=s.elements.tooltip.offset();if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x},getDimensions:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions")}w=(!s.elements.tooltip.is(":visible"))?true:false;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x={height:s.elements.tooltip.outerHeight(),width:s.elements.tooltip.outerWidth()};if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x}})}function p(){var s,w,u,t,v,y,x;s=this;s.beforeRender.call(s);s.status.rendered=true;s.elements.tooltip='<div qtip="'+s.id+'" class="qtip '+(s.options.style.classes.tooltip||s.options.style)+'"style="display:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;position:'+s.options.position.type+';">  <div class="qtip-wrapper" style="position:relative; overflow:hidden; text-align:left;">    <div class="qtip-contentWrapper" style="overflow:hidden;">       <div class="qtip-content '+s.options.style.classes.content+'"></div></div></div></div>';s.elements.tooltip=f(s.elements.tooltip);s.elements.tooltip.appendTo(s.options.position.container);s.elements.tooltip.data("qtip",{current:0,interfaces:[s]});s.elements.wrapper=s.elements.tooltip.children("div:first");s.elements.contentWrapper=s.elements.wrapper.children("div:first").css({background:s.options.style.background});s.elements.content=s.elements.contentWrapper.children("div:first").css(q(s.options.style));if(f.browser.msie){s.elements.wrapper.add(s.elements.content).css({zoom:1})}if(s.options.hide.when.event=="unfocus"){s.elements.tooltip.attr("unfocus",true)}if(typeof s.options.style.width.value=="number"){s.updateWidth()}if(f("<canvas>").get(0).getContext||f.browser.msie){if(s.options.style.border.radius>0){m.call(s)}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color})}if(s.options.style.tip.corner!==false){e.call(s)}}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color});s.options.style.border.radius=0;s.options.style.tip.corner=false;f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if((typeof s.options.content.text=="string"&&s.options.content.text.length>0)||(s.options.content.text.jquery&&s.options.content.text.length>0)){u=s.options.content.text}else{if(typeof s.elements.target.attr("title")=="string"&&s.elements.target.attr("title").length>0){u=s.elements.target.attr("title").replace("\\n","<br />");s.elements.target.attr("title","")}else{if(typeof s.elements.target.attr("alt")=="string"&&s.elements.target.attr("alt").length>0){u=s.elements.target.attr("alt").replace("\\n","<br />");s.elements.target.attr("alt","")}else{u=" ";f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.NO_VALID_CONTENT,"render")}}}if(s.options.content.title.text!==false){j.call(s)}s.updateContent(u);l.call(s);if(s.options.show.ready===true){s.show()}if(s.options.content.url!==false){t=s.options.content.url;v=s.options.content.data;y=s.options.content.method||"get";s.loadContent(t,v,y)}s.onRender.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_RENDERED,"render")}function m(){var F,z,t,B,x,E,u,G,D,y,w,C,A,s,v;F=this;F.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();t=F.options.style.border.width;B=F.options.style.border.radius;x=F.options.style.border.color||F.options.style.tip.color;E=g(B);u={};for(z in E){u[z]='<div rel="'+z+'" style="'+((z.search(/Left/)!==-1)?"left":"right")+":0; position:absolute; height:"+B+"px; width:"+B+'px; overflow:hidden; line-height:0.1px; font-size:1px">';if(f("<canvas>").get(0).getContext){u[z]+='<canvas height="'+B+'" width="'+B+'" style="vertical-align: top"></canvas>'}else{if(f.browser.msie){G=B*2+3;u[z]+='<v:arc stroked="false" fillcolor="'+x+'" startangle="'+E[z][0]+'" endangle="'+E[z][1]+'" style="width:'+G+"px; height:"+G+"px; margin-top:"+((z.search(/bottom/)!==-1)?-2:-1)+"px; margin-left:"+((z.search(/Right/)!==-1)?E[z][2]-3.5:-1)+'px; vertical-align:top; display:inline-block; behavior:url(#default#VML)"></v:arc>'}}u[z]+="</div>"}D=F.getDimensions().width-(Math.max(t,B)*2);y='<div class="qtip-betweenCorners" style="height:'+B+"px; width:"+D+"px; overflow:hidden; background-color:"+x+'; line-height:0.1px; font-size:1px;">';w='<div class="qtip-borderTop" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.topLeft+u.topRight+y;F.elements.wrapper.prepend(w);C='<div class="qtip-borderBottom" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.bottomLeft+u.bottomRight+y;F.elements.wrapper.append(C);if(f("<canvas>").get(0).getContext){F.elements.wrapper.find("canvas").each(function(){A=E[f(this).parent("[rel]:first").attr("rel")];r.call(F,f(this),A,B,x)})}else{if(f.browser.msie){F.elements.tooltip.append('<v:image style="behavior:url(#default#VML);"></v:image>')}}s=Math.max(B,(B+(t-B)));v=Math.max(t-B,0);F.elements.contentWrapper.css({border:"0px solid "+x,borderWidth:v+"px "+s+"px"})}function r(u,w,s,t){var v=u.get(0).getContext("2d");v.fillStyle=t;v.beginPath();v.arc(w[0],w[1],s,0,Math.PI*2,false);v.fill()}function e(v){var t,s,x,u,w;t=this;if(t.elements.tip!==null){t.elements.tip.remove()}s=t.options.style.tip.color||t.options.style.border.color;if(t.options.style.tip.corner===false){return}else{if(!v){v=t.options.style.tip.corner}}x=b(v,t.options.style.tip.size.width,t.options.style.tip.size.height);t.elements.tip='<div class="'+t.options.style.classes.tip+'" dir="ltr" rel="'+v+'" style="position:absolute; height:'+t.options.style.tip.size.height+"px; width:"+t.options.style.tip.size.width+'px; margin:0 auto; line-height:0.1px; font-size:1px;">';if(f("<canvas>").get(0).getContext){t.elements.tip+='<canvas height="'+t.options.style.tip.size.height+'" width="'+t.options.style.tip.size.width+'"></canvas>'}else{if(f.browser.msie){u=t.options.style.tip.size.width+","+t.options.style.tip.size.height;w="m"+x[0][0]+","+x[0][1];w+=" l"+x[1][0]+","+x[1][1];w+=" "+x[2][0]+","+x[2][1];w+=" xe";t.elements.tip+='<v:shape fillcolor="'+s+'" stroked="false" filled="true" path="'+w+'" coordsize="'+u+'" style="width:'+t.options.style.tip.size.width+"px; height:"+t.options.style.tip.size.height+"px; line-height:0.1px; display:inline-block; behavior:url(#default#VML); vertical-align:"+((v.search(/top/)!==-1)?"bottom":"top")+'"></v:shape>';t.elements.tip+='<v:image style="behavior:url(#default#VML);"></v:image>';t.elements.contentWrapper.css("position","relative")}}t.elements.tooltip.prepend(t.elements.tip+"</div>");t.elements.tip=t.elements.tooltip.find("."+t.options.style.classes.tip).eq(0);if(f("<canvas>").get(0).getContext){h.call(t,t.elements.tip.find("canvas:first"),x,s)}if(v.search(/top/)!==-1&&f.browser.msie&&parseInt(f.browser.version.charAt(0))===6){t.elements.tip.css({marginTop:-4})}n.call(t,v)}function h(t,v,s){var u=t.get(0).getContext("2d");u.fillStyle=s;u.beginPath();u.moveTo(v[0][0],v[0][1]);u.lineTo(v[1][0],v[1][1]);u.lineTo(v[2][0],v[2][1]);u.fill()}function n(u){var t,w,s,x,v;t=this;if(t.options.style.tip.corner===false||!t.elements.tip){return}if(!u){u=t.elements.tip.attr("rel")}w=positionAdjust=(f.browser.msie)?1:0;t.elements.tip.css(u.match(/left|right|top|bottom/)[0],0);if(u.search(/top|bottom/)!==-1){if(f.browser.msie){if(parseInt(f.browser.version.charAt(0))===6){positionAdjust=(u.search(/top/)!==-1)?-3:1}else{positionAdjust=(u.search(/top/)!==-1)?1:2}}if(u.search(/Middle/)!==-1){t.elements.tip.css({left:"50%",marginLeft:-(t.options.style.tip.size.width/2)})}else{if(u.search(/Left/)!==-1){t.elements.tip.css({left:t.options.style.border.radius-w})}else{if(u.search(/Right/)!==-1){t.elements.tip.css({right:t.options.style.border.radius+w})}}}if(u.search(/top/)!==-1){t.elements.tip.css({top:-positionAdjust})}else{t.elements.tip.css({bottom:positionAdjust})}}else{if(u.search(/left|right/)!==-1){if(f.browser.msie){positionAdjust=(parseInt(f.browser.version.charAt(0))===6)?1:((u.search(/left/)!==-1)?1:2)}if(u.search(/Middle/)!==-1){t.elements.tip.css({top:"50%",marginTop:-(t.options.style.tip.size.height/2)})}else{if(u.search(/Top/)!==-1){t.elements.tip.css({top:t.options.style.border.radius-w})}else{if(u.search(/Bottom/)!==-1){t.elements.tip.css({bottom:t.options.style.border.radius+w})}}}if(u.search(/left/)!==-1){t.elements.tip.css({left:-positionAdjust})}else{t.elements.tip.css({right:positionAdjust})}}}s="padding-"+u.match(/left|right|top|bottom/)[0];x=t.options.style.tip.size[(s.search(/left|right/)!==-1)?"width":"height"];t.elements.tooltip.css("padding",0);t.elements.tooltip.css(s,x);if(f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){v=parseInt(t.elements.tip.css("margin-top"))||0;v+=parseInt(t.elements.content.css("margin-top"))||0;t.elements.tip.css({marginTop:v})}}function j(){var s=this;if(s.elements.title!==null){s.elements.title.remove()}s.elements.title=f('<div class="'+s.options.style.classes.title+'">').css(q(s.options.style.title,true)).css({zoom:(f.browser.msie)?1:0}).prependTo(s.elements.contentWrapper);if(s.options.content.title.text){s.updateTitle.call(s,s.options.content.title.text)}if(s.options.content.title.button!==false&&typeof s.options.content.title.button=="string"){s.elements.button=f('<a class="'+s.options.style.classes.button+'" style="float:right; position: relative"></a>').css(q(s.options.style.button,true)).html(s.options.content.title.button).prependTo(s.elements.title).click(function(t){if(!s.status.disabled){s.hide(t)}})}}function l(){var t,v,u,s;t=this;v=t.options.show.when.target;u=t.options.hide.when.target;if(t.options.hide.fixed){u=u.add(t.elements.tooltip)}if(t.options.hide.when.event=="inactive"){s=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave","mouseover"];function y(z){if(t.status.disabled===true){return}clearTimeout(t.timers.inactive);t.timers.inactive=setTimeout(function(){f(s).each(function(){u.unbind(this+".qtip-inactive");t.elements.content.unbind(this+".qtip-inactive")});t.hide(z)},t.options.hide.delay)}}else{if(t.options.hide.fixed===true){t.elements.tooltip.bind("mouseover.qtip",function(){if(t.status.disabled===true){return}clearTimeout(t.timers.hide)})}}function x(z){if(t.status.disabled===true){return}if(t.options.hide.when.event=="inactive"){f(s).each(function(){u.bind(this+".qtip-inactive",y);t.elements.content.bind(this+".qtip-inactive",y)});y()}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.timers.show=setTimeout(function(){t.show(z)},t.options.show.delay)}function w(z){if(t.status.disabled===true){return}if(t.options.hide.fixed===true&&t.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&f(z.relatedTarget).parents("div.qtip[qtip]").length>0){z.stopPropagation();z.preventDefault();clearTimeout(t.timers.hide);return false}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.elements.tooltip.stop(true,true);t.timers.hide=setTimeout(function(){t.hide(z)},t.options.hide.delay)}if((t.options.show.when.target.add(t.options.hide.when.target).length===1&&t.options.show.when.event==t.options.hide.when.event&&t.options.hide.when.event!=="inactive")||t.options.hide.when.event=="unfocus"){t.cache.toggle=0;v.bind(t.options.show.when.event+".qtip",function(z){if(t.cache.toggle==0){x(z)}else{w(z)}})}else{v.bind(t.options.show.when.event+".qtip",x);if(t.options.hide.when.event!=="inactive"){u.bind(t.options.hide.when.event+".qtip",w)}}if(t.options.position.type.search(/(fixed|absolute)/)!==-1){t.elements.tooltip.bind("mouseover.qtip",t.focus)}if(t.options.position.target==="mouse"&&t.options.position.type!=="static"){v.bind("mousemove.qtip",function(z){t.cache.mouse={x:z.pageX,y:z.pageY};if(t.status.disabled===false&&t.options.position.adjust.mouse===true&&t.options.position.type!=="static"&&t.elements.tooltip.css("display")!=="none"){t.updatePosition(z)}})}}function o(u,v,A){var z,s,x,y,t,w;z=this;if(A.corner=="center"){return v.position}s=f.extend({},u);y={x:false,y:false};t={left:(s.left<f.fn.qtip.cache.screen.scroll.left),right:(s.left+A.dimensions.width+2>=f.fn.qtip.cache.screen.width+f.fn.qtip.cache.screen.scroll.left),top:(s.top<f.fn.qtip.cache.screen.scroll.top),bottom:(s.top+A.dimensions.height+2>=f.fn.qtip.cache.screen.height+f.fn.qtip.cache.screen.scroll.top)};x={left:(t.left&&(A.corner.search(/right/i)!=-1||(A.corner.search(/right/i)==-1&&!t.right))),right:(t.right&&(A.corner.search(/left/i)!=-1||(A.corner.search(/left/i)==-1&&!t.left))),top:(t.top&&A.corner.search(/top/i)==-1),bottom:(t.bottom&&A.corner.search(/bottom/i)==-1)};if(x.left){if(z.options.position.target!=="mouse"){s.left=v.position.left+v.dimensions.width}else{s.left=z.cache.mouse.x}y.x="Left"}else{if(x.right){if(z.options.position.target!=="mouse"){s.left=v.position.left-A.dimensions.width}else{s.left=z.cache.mouse.x-A.dimensions.width}y.x="Right"}}if(x.top){if(z.options.position.target!=="mouse"){s.top=v.position.top+v.dimensions.height}else{s.top=z.cache.mouse.y}y.y="top"}else{if(x.bottom){if(z.options.position.target!=="mouse"){s.top=v.position.top-A.dimensions.height}else{s.top=z.cache.mouse.y-A.dimensions.height}y.y="bottom"}}if(s.left<0){s.left=u.left;y.x=false}if(s.top<0){s.top=u.top;y.y=false}if(z.options.style.tip.corner!==false){s.corner=new String(A.corner);if(y.x!==false){s.corner=s.corner.replace(/Left|Right|Middle/,y.x)}if(y.y!==false){s.corner=s.corner.replace(/top|bottom/,y.y)}if(s.corner!==z.elements.tip.attr("rel")){e.call(z,s.corner)}}return s}function q(u,t){var v,s;v=f.extend(true,{},u);for(s in v){if(t===true&&s.search(/(tip|classes)/i)!==-1){delete v[s]}else{if(!t&&s.search(/(width|border|tip|title|classes|user)/i)!==-1){delete v[s]}}}return v}function c(s){if(typeof s.tip!=="object"){s.tip={corner:s.tip}}if(typeof s.tip.size!=="object"){s.tip.size={width:s.tip.size,height:s.tip.size}}if(typeof s.border!=="object"){s.border={width:s.border}}if(typeof s.width!=="object"){s.width={value:s.width}}if(typeof s.width.max=="string"){s.width.max=parseInt(s.width.max.replace(/([0-9]+)/i,"$1"))}if(typeof s.width.min=="string"){s.width.min=parseInt(s.width.min.replace(/([0-9]+)/i,"$1"))}if(typeof s.tip.size.x=="number"){s.tip.size.width=s.tip.size.x;delete s.tip.size.x}if(typeof s.tip.size.y=="number"){s.tip.size.height=s.tip.size.y;delete s.tip.size.y}return s}function a(){var s,t,u,x,v,w;s=this;u=[true,{}];for(t=0;t<arguments.length;t++){u.push(arguments[t])}x=[f.extend.apply(f,u)];while(typeof x[0].name=="string"){x.unshift(c(f.fn.qtip.styles[x[0].name]))}x.unshift(true,{classes:{tooltip:"qtip-"+(arguments[0].name||"defaults")}},f.fn.qtip.styles.defaults);v=f.extend.apply(f,x);w=(f.browser.msie)?1:0;v.tip.size.width+=w;v.tip.size.height+=w;if(v.tip.size.width%2>0){v.tip.size.width+=1}if(v.tip.size.height%2>0){v.tip.size.height+=1}if(v.tip.corner===true){v.tip.corner=(s.options.position.corner.tooltip==="center")?false:s.options.position.corner.tooltip}return v}function b(v,u,t){var s={bottomRight:[[0,0],[u,t],[u,0]],bottomLeft:[[0,0],[u,0],[0,t]],topRight:[[0,t],[u,0],[u,t]],topLeft:[[0,0],[0,t],[u,t]],topMiddle:[[0,t],[u/2,0],[u,t]],bottomMiddle:[[0,0],[u,0],[u/2,t]],rightMiddle:[[0,0],[u,t/2],[0,t]],leftMiddle:[[u,0],[u,t],[0,t/2]]};s.leftTop=s.bottomRight;s.rightTop=s.bottomLeft;s.leftBottom=s.topRight;s.rightBottom=s.topLeft;return s[v]}function g(s){var t;if(f("<canvas>").get(0).getContext){t={topLeft:[s,s],topRight:[0,s],bottomLeft:[s,0],bottomRight:[0,0]}}else{if(f.browser.msie){t={topLeft:[-90,90,0],topRight:[-90,90,-s],bottomLeft:[90,270,0],bottomRight:[90,270,-s]}}}return t}function k(){var s,t,u;s=this;u=s.getDimensions();t='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:false" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=\'0\'); border: 1px solid red; height:'+u.height+"px; width:"+u.width+'px" />';s.elements.bgiframe=s.elements.wrapper.prepend(t).children(".qtip-bgiframe:first")}f(document).ready(function(){f.fn.qtip.cache={screen:{scroll:{left:f(window).scrollLeft(),top:f(window).scrollTop()},width:f(window).width(),height:f(window).height()}};var s;f(window).bind("resize scroll",function(t){clearTimeout(s);s=setTimeout(function(){if(t.type==="scroll"){f.fn.qtip.cache.screen.scroll={left:f(window).scrollLeft(),top:f(window).scrollTop()}}else{f.fn.qtip.cache.screen.width=f(window).width();f.fn.qtip.cache.screen.height=f(window).height()}for(i=0;i<f.fn.qtip.interfaces.length;i++){var u=f.fn.qtip.interfaces[i];if(u.status.rendered===true&&(u.options.position.type!=="static"||u.options.position.adjust.scroll&&t.type==="scroll"||u.options.position.adjust.resize&&t.type==="resize")){u.updatePosition(t,true)}}},100)});f(document).bind("mousedown.qtip",function(t){if(f(t.target).parents("div.qtip").length===0){f(".qtip[unfocus]").each(function(){var u=f(this).qtip("api");if(f(this).is(":visible")&&!u.status.disabled&&f(t.target).add(u.elements.target).length>1){u.hide(t)}})}})});f.fn.qtip.interfaces=[];f.fn.qtip.log={error:function(){return this}};f.fn.qtip.constants={};f.fn.qtip.defaults={content:{prerender:false,text:false,url:false,data:null,title:{text:false,button:false}},position:{target:false,corner:{target:"bottomRight",tooltip:"topLeft"},adjust:{x:0,y:0,mouse:true,screen:false,scroll:true,resize:true},type:"absolute",container:false},show:{when:{target:false,event:"mouseover"},effect:{type:"fade",length:100},delay:140,solo:false,ready:false},hide:{when:{target:false,event:"mouseout"},effect:{type:"fade",length:100},delay:0,fixed:false},api:{beforeRender:function(){},onRender:function(){},beforePositionUpdate:function(){},onPositionUpdate:function(){},beforeShow:function(){},onShow:function(){},beforeHide:function(){},onHide:function(){},beforeContentUpdate:function(){},onContentUpdate:function(){},beforeContentLoad:function(){},onContentLoad:function(){},beforeTitleUpdate:function(){},onTitleUpdate:function(){},beforeDestroy:function(){},onDestroy:function(){},beforeFocus:function(){},onFocus:function(){}}};f.fn.qtip.styles={defaults:{background:"white",color:"#111",overflow:"hidden",textAlign:"left",width:{min:0,max:250},padding:"5px 9px",border:{width:1,radius:0,color:"#d3d3d3"},tip:{corner:false,color:false,size:{width:13,height:13},opacity:1},title:{background:"#e1e1e1",fontWeight:"bold",padding:"7px 12px"},button:{cursor:"pointer"},classes:{target:"",tip:"qtip-tip",title:"qtip-title",button:"qtip-button",content:"qtip-content",active:"qtip-active"}},cream:{border:{width:3,radius:0,color:"#F9E98E"},title:{background:"#F0DE7D",color:"#A27D35"},background:"#FBF7AA",color:"#A27D35",classes:{tooltip:"qtip-cream"}},light:{border:{width:3,radius:0,color:"#E2E2E2"},title:{background:"#f1f1f1",color:"#454545"},background:"white",color:"#454545",classes:{tooltip:"qtip-light"}},dark:{border:{width:3,radius:0,color:"#303030"},title:{background:"#404040",color:"#f3f3f3"},background:"#505050",color:"#f3f3f3",classes:{tooltip:"qtip-dark"}},red:{border:{width:3,radius:0,color:"#CE6F6F"},title:{background:"#f28279",color:"#9C2F2F"},background:"#F79992",color:"#9C2F2F",classes:{tooltip:"qtip-red"}},green:{border:{width:3,radius:0,color:"#A9DB66"},title:{background:"#b9db8c",color:"#58792E"},background:"#CDE6AC",color:"#58792E",classes:{tooltip:"qtip-green"}},blue:{border:{width:3,radius:0,color:"#ADD9ED"},title:{background:"#D0E9F5",color:"#5E99BD"},background:"#E5F6FE",color:"#4D9FBF",classes:{tooltip:"qtip-blue"}}}})(jQuery);;$(function(){$("#tabs").tabs();});Cufon.replace('h3',{hover:true});Cufon.replace('#footer li',{hover:true});Cufon.replace('#footer_center li',{hover:true});Cufon.replace('h1',{hover:true});function show_url(){alert(location.href);}
jQuery.fn.liScroll=function(settings){settings=jQuery.extend({travelocity:0.07},settings);return this.each(function(){var $strip=jQuery(this);$strip.addClass("newsticker")
var stripWidth=0;var $mask=$strip.wrap("<div class='mask'></div>");var $tickercontainer=$strip.parent().wrap("<div class='tickercontainer'></div>");var containerWidth=$strip.parent().parent().width();$strip.find("li").each(function(i){stripWidth+=jQuery(this,i).outerWidth(true);});$strip.width(stripWidth);var totalTravel=stripWidth+containerWidth;var defTiming=totalTravel/settings.travelocity;function scrollnews(spazio,tempo){$strip.animate({left:'-='+spazio},tempo,"linear",function(){$strip.css("left",containerWidth);scrollnews(totalTravel,defTiming);});}
scrollnews(totalTravel,defTiming);$strip.hover(function(){jQuery(this).stop();},function(){var offset=jQuery(this).offset();var residualSpace=offset.left+stripWidth;var residualTime=residualSpace/settings.travelocity;scrollnews(residualSpace,residualTime);});});};