/*!
 *  Sueddeutsche.de JavaScript Library
 *  ==================================
 *
 *  Copyright 2010, Sueddeutsche.de GmbH / Sueddeutsche Zeitung GmbH
 *  All rights reserved.
 *
 *  ----------------------------------------------------------------------
 *
 *  Included third-party components which make our lives better
 *  -----------------------------------------------------------
 *
 *  -   jQuery 1.6.0: http://code.jquery.com/jquery-1.6.js
 *      -   Copyright 2011, John Resig
 *          Dual licensed under the MIT or GPL Version 2 licenses. (We've chosen MIT)
 *          http://jquery.org/license
 *
 *      -   Includes Sizzle.js
 *          http://sizzlejs.com/
 *          Copyright 2010, The Dojo Foundation
 *          Released under the MIT, BSD, and GPL Licenses. (We've, again, chosen MIT)
 *      
 *  -   Valiton Webanalytics Framework
 *      -   Copyright 2009-2010 Valiton GmbH All rights reserved. 
 *          <http://www.valiton.com>    
 */
/*!
 * jQuery JavaScript Library v1.6
 * http://jquery.com/
 *
 * Copyright 2011, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2011, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon May 2 13:50:00 2011 -0400
 */
(function(bc,O){var au=bc.document,bu=bc.navigator,bl=bc.location;var c=(function(){var bE=function(bY,bZ){return new bE.fn.init(bY,bZ,bC)},bT=bc.jQuery,bG=bc.$,bC,bX=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bD=/\s+$/,bH=/\d/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bV=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bW=bu.userAgent,bU,bB,e,bL=Object.prototype.toString,bF=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bE.fn=bE.prototype={constructor:bE,init:function(bY,b2,b1){var b0,b3,bZ,b4;if(!bY){return this}if(bY.nodeType){this.context=this[0]=bY;this.length=1;return this}if(bY==="body"&&!b2&&au.body){this.context=au;this[0]=au.body;this.selector=bY;this.length=1;return this}if(typeof bY==="string"){if(bY.charAt(0)==="<"&&bY.charAt(bY.length-1)===">"&&bY.length>=3){b0=[null,bY,null]}else{b0=bX.exec(bY)}if(b0&&(b0[1]||!b2)){if(b0[1]){b2=b2 instanceof bE?b2[0]:b2;b4=(b2?b2.ownerDocument||b2:au);bZ=bA.exec(bY);if(bZ){if(bE.isPlainObject(b2)){bY=[au.createElement(bZ[1])];bE.fn.attr.call(bY,b2,true)}else{bY=[b4.createElement(bZ[1])]}}else{bZ=bE.buildFragment([b0[1]],[b4]);bY=(bZ.cacheable?bE.clone(bZ.fragment):bZ.fragment).childNodes}return bE.merge(this,bY)}else{b3=au.getElementById(b0[2]);if(b3&&b3.parentNode){if(b3.id!==b0[2]){return b1.find(bY)}this.length=1;this[0]=b3}this.context=au;this.selector=bY;return this}}else{if(!b2||b2.jquery){return(b2||b1).find(bY)}else{return this.constructor(b2).find(bY)}}}else{if(bE.isFunction(bY)){return b1.ready(bY)}}if(bY.selector!==O){this.selector=bY.selector;this.context=bY.context}return bE.makeArray(bY,this)},selector:"",jquery:"1.6",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(bY){return bY==null?this.toArray():(bY<0?this[this.length+bY]:this[bY])},pushStack:function(bZ,b1,bY){var b0=this.constructor();if(bE.isArray(bZ)){bz.apply(b0,bZ)}else{bE.merge(b0,bZ)}b0.prevObject=this;b0.context=this.context;if(b1==="find"){b0.selector=this.selector+(this.selector?" ":"")+bY}else{if(b1){b0.selector=this.selector+"."+b1+"("+bY+")"}}return b0},each:function(bZ,bY){return bE.each(this,bZ,bY)},ready:function(bY){bE.bindReady();bB.done(bY);return this},eq:function(bY){return bY===-1?this.slice(bY):this.slice(bY,+bY+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(bY){return this.pushStack(bE.map(this,function(b0,bZ){return bY.call(b0,bZ,b0)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bE.fn.init.prototype=bE.fn;bE.extend=bE.fn.extend=function(){var b7,b0,bY,bZ,b4,b5,b3=arguments[0]||{},b2=1,b1=arguments.length,b6=false;if(typeof b3==="boolean"){b6=b3;b3=arguments[1]||{};b2=2}if(typeof b3!=="object"&&!bE.isFunction(b3)){b3={}}if(b1===b2){b3=this;--b2}for(;b2<b1;b2++){if((b7=arguments[b2])!=null){for(b0 in b7){bY=b3[b0];bZ=b7[b0];if(b3===bZ){continue}if(b6&&bZ&&(bE.isPlainObject(bZ)||(b4=bE.isArray(bZ)))){if(b4){b4=false;b5=bY&&bE.isArray(bY)?bY:[]}else{b5=bY&&bE.isPlainObject(bY)?bY:{}}b3[b0]=bE.extend(b6,b5,bZ)}else{if(bZ!==O){b3[b0]=bZ}}}}}return b3};bE.extend({noConflict:function(bY){if(bc.$===bE){bc.$=bG}if(bY&&bc.jQuery===bE){bc.jQuery=bT}return bE},isReady:false,readyWait:1,holdReady:function(bY){if(bY){bE.readyWait++}else{bE.ready(true)}},ready:function(bY){if((bY===true&&!--bE.readyWait)||(bY!==true&&!bE.isReady)){if(!au.body){return setTimeout(bE.ready,1)}bE.isReady=true;if(bY!==true&&--bE.readyWait>0){return}bB.resolveWith(au,[bE]);if(bE.fn.trigger){bE(au).trigger("ready").unbind("ready")}}},bindReady:function(){if(bB){return}bB=bE._Deferred();if(au.readyState==="complete"){return setTimeout(bE.ready,1)}if(au.addEventListener){au.addEventListener("DOMContentLoaded",e,false);bc.addEventListener("load",bE.ready,false)}else{if(au.attachEvent){au.attachEvent("onreadystatechange",e);bc.attachEvent("onload",bE.ready);var bY=false;try{bY=bc.frameElement==null}catch(bZ){}if(au.documentElement.doScroll&&bY){bw()}}}},isFunction:function(bY){return bE.type(bY)==="function"},isArray:Array.isArray||function(bY){return bE.type(bY)==="array"},isWindow:function(bY){return bY&&typeof bY==="object"&&"setInterval" in bY},isNaN:function(bY){return bY==null||!bH.test(bY)||isNaN(bY)},type:function(bY){return bY==null?String(bY):bx[bL.call(bY)]||"object"},isPlainObject:function(bZ){if(!bZ||bE.type(bZ)!=="object"||bZ.nodeType||bE.isWindow(bZ)){return false}if(bZ.constructor&&!bF.call(bZ,"constructor")&&!bF.call(bZ.constructor.prototype,"isPrototypeOf")){return false}var bY;for(bY in bZ){}return bY===O||bF.call(bZ,bY)},isEmptyObject:function(bZ){for(var bY in bZ){return false}return true},error:function(bY){throw bY},parseJSON:function(bY){if(typeof bY!=="string"||!bY){return null}bY=bE.trim(bY);if(bc.JSON&&bc.JSON.parse){return bc.JSON.parse(bY)}if(bN.test(bY.replace(bV,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+bY))()}bE.error("Invalid JSON: "+bY)},parseXML:function(b0,bY,bZ){if(bc.DOMParser){bZ=new DOMParser();bY=bZ.parseFromString(b0,"text/xml")}else{bY=new ActiveXObject("Microsoft.XMLDOM");bY.async="false";bY.loadXML(b0)}bZ=bY.documentElement;if(!bZ||!bZ.nodeName||bZ.nodeName==="parsererror"){bE.error("Invalid XML: "+b0)}return bY},noop:function(){},globalEval:function(bY){if(bY&&bM.test(bY)){(bc.execScript||function(bZ){bc["eval"].call(bc,bZ)})(bY)}},nodeName:function(bZ,bY){return bZ.nodeName&&bZ.nodeName.toUpperCase()===bY.toUpperCase()},each:function(b1,b4,b0){var bZ,b2=0,b3=b1.length,bY=b3===O||bE.isFunction(b1);if(b0){if(bY){for(bZ in b1){if(b4.apply(b1[bZ],b0)===false){break}}}else{for(;b2<b3;){if(b4.apply(b1[b2++],b0)===false){break}}}}else{if(bY){for(bZ in b1){if(b4.call(b1[bZ],bZ,b1[bZ])===false){break}}}else{for(;b2<b3;){if(b4.call(b1[b2],b2,b1[b2++])===false){break}}}}return b1},trim:bO?function(bY){return bY==null?"":bO.call(bY)}:function(bY){return bY==null?"":bY.toString().replace(bI,"").replace(bD,"")},makeArray:function(b1,bZ){var bY=bZ||[];if(b1!=null){var b0=bE.type(b1);if(b1.length==null||b0==="string"||b0==="function"||b0==="regexp"||bE.isWindow(b1)){bz.call(bY,b1)}else{bE.merge(bY,b1)}}return bY},inArray:function(b0,b1){if(bv){return bv.call(b1,b0)}for(var bY=0,bZ=b1.length;bY<bZ;bY++){if(b1[bY]===b0){return bY}}return -1},merge:function(b2,b0){var b1=b2.length,bZ=0;if(typeof b0.length==="number"){for(var bY=b0.length;bZ<bY;bZ++){b2[b1++]=b0[bZ]}}else{while(b0[bZ]!==O){b2[b1++]=b0[bZ++]}}b2.length=b1;return b2},grep:function(bZ,b4,bY){var b0=[],b3;bY=!!bY;for(var b1=0,b2=bZ.length;b1<b2;b1++){b3=!!b4(bZ[b1],b1);if(bY!==b3){b0.push(bZ[b1])}}return b0},map:function(bY,b5,b6){var b3,b4,b2=[],b0=0,bZ=bY.length,b1=bY instanceof bE||bZ!==O&&typeof bZ==="number"&&((bZ>0&&bY[0]&&bY[bZ-1])||bZ===0||bE.isArray(bY));if(b1){for(;b0<bZ;b0++){b3=b5(bY[b0],b0,b6);if(b3!=null){b2[b2.length]=b3}}}else{for(b4 in bY){b3=b5(bY[b4],b4,b6);if(b3!=null){b2[b2.length]=b3}}}return b2.concat.apply([],b2)},guid:1,proxy:function(b2,b1){if(typeof b1==="string"){var b0=b2[b1];b1=b2;b2=b0}if(!bE.isFunction(b2)){return O}var bY=bK.call(arguments,2),bZ=function(){return b2.apply(b1,bY.concat(bK.call(arguments)))};bZ.guid=b2.guid=b2.guid||bZ.guid||bE.guid++;return bZ},access:function(bY,b6,b4,b0,b3,b5){var bZ=bY.length;if(typeof b6==="object"){for(var b1 in b6){bE.access(bY,b1,b6[b1],b0,b3,b4)}return bY}if(b4!==O){b0=!b5&&b0&&bE.isFunction(b4);for(var b2=0;b2<bZ;b2++){b3(bY[b2],b6,b0?b4.call(bY[b2],b2,b3(bY[b2],b6)):b4,b5)}return bY}return bZ?b3(bY[0],b6):O},now:function(){return(new Date()).getTime()},uaMatch:function(bZ){bZ=bZ.toLowerCase();var bY=by.exec(bZ)||bR.exec(bZ)||bQ.exec(bZ)||bZ.indexOf("compatible")<0&&bS.exec(bZ)||[];return{browser:bY[1]||"",version:bY[2]||"0"}},sub:function(){function bY(b1,b2){return new bY.fn.init(b1,b2)}bE.extend(true,bY,this);bY.superclass=this;bY.fn=bY.prototype=this();bY.fn.constructor=bY;bY.sub=this.sub;bY.fn.init=function b0(b1,b2){if(b2&&b2 instanceof bE&&!(b2 instanceof bY)){b2=bY(b2)}return bE.fn.init.call(this,b1,b2,bZ)};bY.fn.init.prototype=bY.fn;var bZ=bY(au);return bY},browser:{}});bE.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(bZ,bY){bx["[object "+bY+"]"]=bY.toLowerCase()});bU=bE.uaMatch(bW);if(bU.browser){bE.browser[bU.browser]=true;bE.browser.version=bU.version}if(bE.browser.webkit){bE.browser.safari=true}if(bM.test("\xA0")){bI=/^[\s\xA0]+/;bD=/[\s\xA0]+$/}bC=bE(au);if(au.addEventListener){e=function(){au.removeEventListener("DOMContentLoaded",e,false);bE.ready()}}else{if(au.attachEvent){e=function(){if(au.readyState==="complete"){au.detachEvent("onreadystatechange",e);bE.ready()}}}}function bw(){if(bE.isReady){return}try{au.documentElement.doScroll("left")}catch(bY){setTimeout(bw,1);return}bE.ready()}return bE})();var b="done fail isResolved isRejected promise then always pipe".split(" "),aJ=[].slice;c.extend({_Deferred:function(){var bx=[],by,bv,bw,e={done:function(){if(!bw){var bA=arguments,bB,bE,bD,bC,bz;if(by){bz=by;by=0}for(bB=0,bE=bA.length;bB<bE;bB++){bD=bA[bB];bC=c.type(bD);if(bC==="array"){e.done.apply(e,bD)}else{if(bC==="function"){bx.push(bD)}}}if(bz){e.resolveWith(bz[0],bz[1])}}return this},resolveWith:function(bA,bz){if(!bw&&!by&&!bv){bz=bz||[];bv=1;try{while(bx[0]){bx.shift().apply(bA,bz)}}finally{by=[bA,bz];bv=0}}return this},resolve:function(){e.resolveWith(this,arguments);return this},isResolved:function(){return !!(bv||by)},cancel:function(){bw=1;bx=[];return this}};return e},Deferred:function(bv){var e=c._Deferred(),bx=c._Deferred(),bw;c.extend(e,{then:function(bz,by){e.done(bz).fail(by);return this},always:function(){return e.done.apply(e,arguments).fail.apply(this,arguments)},fail:bx.done,rejectWith:bx.resolveWith,reject:bx.resolve,isRejected:bx.isResolved,pipe:function(bz,by){return c.Deferred(function(bA){c.each({done:[bz,"resolve"],fail:[by,"reject"]},function(bC,bF){var bB=bF[0],bE=bF[1],bD;if(c.isFunction(bB)){e[bC](function(){bD=bB.apply(this,arguments);if(c.isFunction(bD.promise)){bD.promise().then(bA.resolve,bA.reject)}else{bA[bE](bD)}})}else{e[bC](bA[bE])}})}).promise()},promise:function(bz){if(bz==null){if(bw){return bw}bw=bz={}}var by=b.length;while(by--){bz[b[by]]=e[b[by]]}return bz}});e.done(bx.cancel).fail(e.cancel);delete e.cancel;if(bv){bv.call(e,e)}return e},when:function(bA){var bv=arguments,bw=0,bz=bv.length,by=bz,e=bz<=1&&bA&&c.isFunction(bA.promise)?bA:c.Deferred();function bx(bB){return function(bC){bv[bB]=arguments.length>1?aJ.call(arguments,0):bC;if(!(--by)){e.resolveWith(e,aJ.call(bv,0))}}}if(bz>1){for(;bw<bz;bw++){if(bv[bw]&&c.isFunction(bv[bw].promise)){bv[bw].promise().then(bx(bw),e.reject)}else{--by}}if(!by){e.resolveWith(e,bv)}}else{if(e!==bA){e.resolveWith(e,bz?[bA]:[])}}return e.promise()}});c.support=(function(){var bF=au.createElement("div"),bz,bL,bG,bx,bE,bA,bC,bw,bD,bv,bI,by,bB,bJ,bM;bF.setAttribute("className","t");bF.innerHTML="   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";bz=bF.getElementsByTagName("*");bL=bF.getElementsByTagName("a")[0];if(!bz||!bz.length||!bL){return{}}bG=au.createElement("select");bx=bG.appendChild(au.createElement("option"));bE=bF.getElementsByTagName("input")[0];bC={leadingWhitespace:(bF.firstChild.nodeType===3),tbody:!bF.getElementsByTagName("tbody").length,htmlSerialize:!!bF.getElementsByTagName("link").length,style:/top/.test(bL.getAttribute("style")),hrefNormalized:(bL.getAttribute("href")==="/a"),opacity:/^0.55$/.test(bL.style.opacity),cssFloat:!!bL.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bF.className!=="t",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bC.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bC.optDisabled=!bx.disabled;try{delete bF.test}catch(bK){bC.deleteExpando=false}if(!bF.addEventListener&&bF.attachEvent&&bF.fireEvent){bF.attachEvent("onclick",function bH(){bC.noCloneEvent=false;bF.detachEvent("onclick",bH)});bF.cloneNode(true).fireEvent("onclick")}bE=au.createElement("input");bE.value="t";bE.setAttribute("type","radio");bC.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bF.appendChild(bE);bw=au.createDocumentFragment();bw.appendChild(bF.firstChild);bC.checkClone=bw.cloneNode(true).cloneNode(true).lastChild.checked;bF.innerHTML="";bF.style.width=bF.style.paddingLeft="1px";bD=au.createElement("body");bv={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(bJ in bv){bD.style[bJ]=bv[bJ]}bD.appendChild(bF);au.documentElement.appendChild(bD);bC.appendChecked=bE.checked;bC.boxModel=bF.offsetWidth===2;if("zoom" in bF.style){bF.style.display="inline";bF.style.zoom=1;bC.inlineBlockNeedsLayout=(bF.offsetWidth===2);bF.style.display="";bF.innerHTML="<div style='width:4px;'></div>";bC.shrinkWrapBlocks=(bF.offsetWidth!==2)}bF.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";bI=bF.getElementsByTagName("td");bM=(bI[0].offsetHeight===0);bI[0].style.display="";bI[1].style.display="none";bC.reliableHiddenOffsets=bM&&(bI[0].offsetHeight===0);bF.innerHTML="";if(au.defaultView&&au.defaultView.getComputedStyle){bA=au.createElement("div");bA.style.width="0";bA.style.marginRight="0";bF.appendChild(bA);bC.reliableMarginRight=(parseInt(au.defaultView.getComputedStyle(bA,null).marginRight,10)||0)===0}bD.innerHTML="";au.documentElement.removeChild(bD);if(bF.attachEvent){for(bJ in {submit:1,change:1,focusin:1}){bB="on"+bJ;bM=(bB in bF);if(!bM){bF.setAttribute(bB,"return;");bM=(typeof bF[bB]==="function")}bC[bJ+"Bubbles"]=bM}}return bC})();c.boxModel=c.support.boxModel;var aP=/^(?:\{.*\}|\[.*\])$/,az=/([a-z])([A-Z])/g;c.extend({cache:{},uuid:0,expando:"jQuery"+(c.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?c.cache[e[c.expando]]:e[c.expando];return !!e&&!X(e)},data:function(bx,bv,bz,by){if(!c.acceptData(bx)){return}var bC=c.expando,bB=typeof bv==="string",bA,bD=bx.nodeType,e=bD?c.cache:bx,bw=bD?bx[c.expando]:bx[c.expando]&&c.expando;if((!bw||(by&&bw&&!e[bw][bC]))&&bB&&bz===O){return}if(!bw){if(bD){bx[c.expando]=bw=++c.uuid}else{bw=c.expando}}if(!e[bw]){e[bw]={};if(!bD){e[bw].toJSON=c.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw][bC]=c.extend(e[bw][bC],bv)}else{e[bw]=c.extend(e[bw],bv)}}bA=e[bw];if(by){if(!bA[bC]){bA[bC]={}}bA=bA[bC]}if(bz!==O){bA[bv]=bz}if(bv==="events"&&!bA[bv]){return bA[bC]&&bA[bC].events}return bB?bA[bv]:bA},removeData:function(by,bw,bz){if(!c.acceptData(by)){return}var bB=c.expando,bC=by.nodeType,bv=bC?c.cache:by,bx=bC?by[c.expando]:c.expando;if(!bv[bx]){return}if(bw){var bA=bz?bv[bx][bB]:bv[bx];if(bA){delete bA[bw];if(!X(bA)){return}}}if(bz){delete bv[bx][bB];if(!X(bv[bx])){return}}var e=bv[bx][bB];if(c.support.deleteExpando||bv!=bc){delete bv[bx]}else{bv[bx]=null}if(e){bv[bx]={};if(!bC){bv[bx].toJSON=c.noop}bv[bx][bB]=e}else{if(bC){if(c.support.deleteExpando){delete by[c.expando]}else{if(by.removeAttribute){by.removeAttribute(c.expando)}else{by[c.expando]=null}}}}},_data:function(bv,e,bw){return c.data(bv,e,bw,true)},acceptData:function(bv){if(bv.nodeName){var e=c.noData[bv.nodeName.toLowerCase()];if(e){return !(e===true||bv.getAttribute("classid")!==e)}}return true}});c.fn.extend({data:function(by,bA){var bz=null;if(typeof by==="undefined"){if(this.length){bz=c.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,bw;for(var bx=0,bv=e.length;bx<bv;bx++){bw=e[bx].name;if(bw.indexOf("data-")===0){bw=c.camelCase(bw.substring(5));a5(this[0],bw,bz[bw])}}}}return bz}else{if(typeof by==="object"){return this.each(function(){c.data(this,by)})}}var bB=by.split(".");bB[1]=bB[1]?"."+bB[1]:"";if(bA===O){bz=this.triggerHandler("getData"+bB[1]+"!",[bB[0]]);if(bz===O&&this.length){bz=c.data(this[0],by);bz=a5(this[0],by,bz)}return bz===O&&bB[1]?this.data(bB[0]):bz}else{return this.each(function(){var bD=c(this),bC=[bB[0],bA];bD.triggerHandler("setData"+bB[1]+"!",bC);c.data(this,by,bA);bD.triggerHandler("changeData"+bB[1]+"!",bC)})}},removeData:function(e){return this.each(function(){c.removeData(this,e)})}});function a5(bw,bv,bx){if(bx===O&&bw.nodeType===1){name="data-"+bv.replace(az,"$1-$2").toLowerCase();bx=bw.getAttribute(name);if(typeof bx==="string"){try{bx=bx==="true"?true:bx==="false"?false:bx==="null"?null:!c.isNaN(bx)?parseFloat(bx):aP.test(bx)?c.parseJSON(bx):bx}catch(by){}c.data(bw,bv,bx)}else{bx=O}}return bx}function X(bv){for(var e in bv){if(e!=="toJSON"){return false}}return true}function bh(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=c.data(by,bw,O,true);if(bz&&(bA==="queue"||!c.data(by,bv,O,true))&&(bA==="mark"||!c.data(by,e,O,true))){setTimeout(function(){if(!c.data(by,bv,O,true)&&!c.data(by,e,O,true)){c.removeData(by,bw,true);bz.resolve()}},0)}}c.extend({_mark:function(bv,e){if(bv){e=(e||"fx")+"mark";c.data(bv,e,(c.data(bv,e,O,true)||0)+1,true)}},_unmark:function(by,bx,bv){if(by!==true){bv=bx;bx=by;by=false}if(bx){bv=bv||"fx";var e=bv+"mark",bw=by?0:((c.data(bx,e,O,true)||1)-1);if(bw){c.data(bx,e,bw,true)}else{c.removeData(bx,e,true);bh(bx,bv,"mark")}}},queue:function(bv,e,bx){if(bv){e=(e||"fx")+"queue";var bw=c.data(bv,e,O,true);if(bx){if(!bw||c.isArray(bx)){bw=c.data(bv,e,c.makeArray(bx),true)}else{bw.push(bx)}}return bw||[]}},dequeue:function(bx,bw){bw=bw||"fx";var e=c.queue(bx,bw),bv=e.shift(),by;if(bv==="inprogress"){bv=e.shift()}if(bv){if(bw==="fx"){e.unshift("inprogress")}bv.call(bx,function(){c.dequeue(bx,bw)})}if(!e.length){c.removeData(bx,bw+"queue",true);bh(bx,bw,"queue")}}});c.fn.extend({queue:function(e,bv){if(typeof e!=="string"){bv=e;e="fx"}if(bv===O){return c.queue(this[0],e)}return this.each(function(){var bw=c.queue(this,e,bv);if(e==="fx"&&bw[0]!=="inprogress"){c.dequeue(this,e)}})},dequeue:function(e){return this.each(function(){c.dequeue(this,e)})},delay:function(bv,e){bv=c.fx?c.fx.speeds[bv]||bv:bv;e=e||"fx";return this.queue(e,function(){var bw=this;setTimeout(function(){c.dequeue(bw,e)},bv)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(bC,bw){if(typeof bC!=="string"){bw=bC;bC=O}bC=bC||"fx";var e=c.Deferred(),bv=this,bx=bv.length,bA=1,by=bC+"defer",bz=bC+"queue",bB=bC+"mark";function bD(){if(!(--bA)){e.resolveWith(bv,[bv])}}while(bx--){if((tmp=c.data(bv[bx],by,O,true)||(c.data(bv[bx],bz,O,true)||c.data(bv[bx],bB,O,true))&&c.data(bv[bx],by,c._Deferred(),true))){bA++;tmp.done(bD)}}bD();return e.promise()}});var aN=/[\n\t\r]/g,ag=/\s+/,aR=/\r/g,h=/^(?:button|input)$/i,H=/^(?:button|input|object|select|textarea)$/i,n=/^a(?:rea)?$/i,w=/^(?:data-|aria-)/,a8=/\:/,a3;c.fn.extend({attr:function(e,bv){return c.access(this,e,bv,true,c.attr)},removeAttr:function(e){return this.each(function(){c.removeAttr(this,e)})},prop:function(e,bv){return c.access(this,e,bv,true,c.prop)},removeProp:function(e){return this.each(function(){try{this[e]=O;delete this[e]}catch(bv){}})},addClass:function(bB){if(c.isFunction(bB)){return this.each(function(bE){var bD=c(this);bD.addClass(bB.call(this,bE,bD.attr("class")||""))})}if(bB&&typeof bB==="string"){var e=(bB||"").split(ag);for(var bx=0,bw=this.length;bx<bw;bx++){var bv=this[bx];if(bv.nodeType===1){if(!bv.className){bv.className=bB}else{var by=" "+bv.className+" ",bA=bv.className;for(var bz=0,bC=e.length;bz<bC;bz++){if(by.indexOf(" "+e[bz]+" ")<0){bA+=" "+e[bz]}}bv.className=c.trim(bA)}}}}return this},removeClass:function(bz){if(c.isFunction(bz)){return this.each(function(bD){var bC=c(this);bC.removeClass(bz.call(this,bD,bC.attr("class")))})}if((bz&&typeof bz==="string")||bz===O){var bA=(bz||"").split(ag);for(var bw=0,bv=this.length;bw<bv;bw++){var by=this[bw];if(by.nodeType===1&&by.className){if(bz){var bx=(" "+by.className+" ").replace(aN," ");for(var bB=0,e=bA.length;bB<e;bB++){bx=bx.replace(" "+bA[bB]+" "," ")}by.className=c.trim(bx)}else{by.className=""}}}}return this},toggleClass:function(bx,bv){var bw=typeof bx,e=typeof bv==="boolean";if(c.isFunction(bx)){return this.each(function(bz){var by=c(this);by.toggleClass(bx.call(this,bz,by.attr("class"),bv),bv)})}return this.each(function(){if(bw==="string"){var bA,bz=0,by=c(this),bB=bv,bC=bx.split(ag);while((bA=bC[bz++])){bB=e?bB:!by.hasClass(bA);by[bB?"addClass":"removeClass"](bA)}}else{if(bw==="undefined"||bw==="boolean"){if(this.className){c._data(this,"__className__",this.className)}this.className=this.className||bx===false?"":c._data(this,"__className__")||""}}})},hasClass:function(e){var bx=" "+e+" ";for(var bw=0,bv=this.length;bw<bv;bw++){if((" "+this[bw].className+" ").replace(aN," ").indexOf(bx)>-1){return true}}return false},val:function(bx){var e,bv,bw=this[0];if(!arguments.length){if(bw){e=c.valHooks[bw.nodeName.toLowerCase()]||c.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==O){return bv}return(bw.value||"").replace(aR,"")}return O}var by=c.isFunction(bx);return this.each(function(bA){var bz=c(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(c.isArray(bB)){bB=c.map(bB,function(bC){return bC==null?"":bC+""})}}}e=c.valHooks[this.nodeName.toLowerCase()]||c.valHooks[this.type];if(!e||("set" in e&&e.set(this,bB,"value")===O)){this.value=bB}})}});c.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(bB){var bx=bB.selectedIndex,bv=[],bw=bB.options,bz=bB.type==="select-one";if(bx<0){return null}for(var by=bz?bx:0,e=bz?bx+1:bw.length;by<e;by++){var bA=bw[by];if(bA.selected&&(c.support.optDisabled?!bA.disabled:bA.getAttribute("disabled")===null)&&(!bA.parentNode.disabled||!c.nodeName(bA.parentNode,"optgroup"))){value=c(bA).val();if(bz){return value}bv.push(value)}}if(bz&&!bv.length&&bw.length){return c(bw[bx]).val()}return bv},set:function(bv,bw){var e=c.makeArray(bw);c(bv).find("option").each(function(){this.selected=c.inArray(c(this).val(),e)>=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attrFix:{tabindex:"tabIndex",readonly:"readOnly"},attr:function(bA,bx,bB,bz){var bv=bA.nodeType;if(!bA||bv===3||bv===8||bv===2){return O}if(bz&&bx in c.attrFn){return c(bA)[bx](bB)}var bw,e,by=bv!==1||!c.isXMLDoc(bA);bx=by&&c.attrFix[bx]||bx;e=c.attrHooks[bx]||(a3&&(c.nodeName(bA,"form")||a8.test(bx))?a3:O);if(bB!==O){if(bB===null||(bB===false&&!w.test(bx))){c.removeAttr(bA,bx);return O}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==O){return bw}else{if(bB===true&&!w.test(bx)){bB=bx}bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by){return e.get(bA,bx)}else{bw=bA.getAttribute(bx);return bw===null?O:bw}}},removeAttr:function(bv,e){if(bv.nodeType===1){e=c.attrFix[e]||e;if(c.support.getSetAttribute){bv.removeAttribute(e)}else{c.attr(bv,e,"");bv.removeAttributeNode(bv.getAttributeNode(e))}}},attrHooks:{type:{set:function(e,bv){if(h.test(e.nodeName)&&e.parentNode){c.error("type property can't be changed")}else{if(!c.support.radioValue&&bv==="radio"&&c.nodeName(e,"input")){var bw=e.getAttribute("value");e.setAttribute("type",bv);if(bw){e.value=bw}return bv}}}},tabIndex:{get:function(bv){var e=bv.getAttributeNode("tabIndex");return e&&e.specified?parseInt(e.value,10):H.test(bv.nodeName)||n.test(bv.nodeName)&&bv.href?0:O}}},propFix:{},prop:function(bz,bx,bA){var bv=bz.nodeType;if(!bz||bv===3||bv===8||bv===2){return O}var bw,e,by=bv!==1||!c.isXMLDoc(bz);bx=by&&c.propFix[bx]||bx;e=c.propHooks[bx];if(bA!==O){if(e&&"set" in e&&(bw=e.set(bz,bA,bx))!==O){return bw}else{return(bz[bx]=bA)}}else{if(e&&"get" in e&&(bw=e.get(bz,bx))!==O){return bw}else{return bz[bx]}}},propHooks:{}});if(!c.support.getSetAttribute){c.attrFix=c.extend(c.attrFix,{"for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder"});a3=c.attrHooks.name=c.attrHooks.value=c.valHooks.button={get:function(bw,bv){var e;if(bv==="value"&&!c.nodeName(bw,"button")){return bw.getAttribute(bv)}e=bw.getAttributeNode(bv);return e&&e.specified?e.nodeValue:O},set:function(bw,bx,bv){var e=bw.getAttributeNode(bv);if(e){e.nodeValue=bx;return bx}}};c.each(["width","height"],function(bv,e){c.attrHooks[e]=c.extend(c.attrHooks[e],{set:function(bw,bx){if(bx===""){bw.setAttribute(e,"auto");return bx}}})})}if(!c.support.hrefNormalized){c.each(["href","src","width","height"],function(bv,e){c.attrHooks[e]=c.extend(c.attrHooks[e],{get:function(bx){var bw=bx.getAttribute(e,2);return bw===null?O:bw}})})}if(!c.support.style){c.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||O},set:function(e,bv){return(e.style.cssText=""+bv)}}}if(!c.support.optSelected){c.propHooks.selected=c.extend(c.propHooks.selected,{get:function(bv){var e=bv.parentNode;if(e){e.selectedIndex;if(e.parentNode){e.parentNode.selectedIndex}}}})}if(!c.support.checkOn){c.each(["radio","checkbox"],function(){c.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}})}c.each(["radio","checkbox"],function(){c.valHooks[this]=c.extend(c.valHooks[this],{set:function(e,bv){if(c.isArray(bv)){return(e.checked=c.inArray(c(e).val(),bv)>=0)}}})});var aG=Object.prototype.hasOwnProperty,aZ=/\.(.*)$/,be=/^(?:textarea|input|select)$/i,R=/\./g,bi=/ /g,aF=/[^\w\s.|`]/g,K=function(e){return e.replace(aF,"\\$&")};c.event={add:function(bx,bB,bG,bz){if(bx.nodeType===3||bx.nodeType===8){return}if(bG===false){bG=bk}else{if(!bG){return}}var bv,bF;if(bG.handler){bv=bG;bG=bv.handler}if(!bG.guid){bG.guid=c.guid++}var bC=c._data(bx);if(!bC){return}var bH=bC.events,bA=bC.handle;if(!bH){bC.events=bH={}}if(!bA){bC.handle=bA=function(bI){return typeof c!=="undefined"&&(!bI||c.event.triggered!==bI.type)?c.event.handle.apply(bA.elem,arguments):O}}bA.elem=bx;bB=bB.split(" ");var bE,by=0,e;while((bE=bB[by++])){bF=bv?c.extend({},bv):{handler:bG,data:bz};if(bE.indexOf(".")>-1){e=bE.split(".");bE=e.shift();bF.namespace=e.slice(0).sort().join(".")}else{e=[];bF.namespace=""}bF.type=bE;if(!bF.guid){bF.guid=bG.guid}var bw=bH[bE],bD=c.event.special[bE]||{};if(!bw){bw=bH[bE]=[];if(!bD.setup||bD.setup.call(bx,bz,e,bA)===false){if(bx.addEventListener){bx.addEventListener(bE,bA,false)}else{if(bx.attachEvent){bx.attachEvent("on"+bE,bA)}}}}if(bD.add){bD.add.call(bx,bF);if(!bF.handler.guid){bF.handler.guid=bG.guid}}bw.push(bF);c.event.global[bE]=true}bx=null},global:{},remove:function(bJ,bE,bw,bA){if(bJ.nodeType===3||bJ.nodeType===8){return}if(bw===false){bw=bk}var bM,bz,bB,bG,bH=0,bx,bC,bF,by,bD,e,bL,bI=c.hasData(bJ)&&c._data(bJ),bv=bI&&bI.events;if(!bI||!bv){return}if(bE&&bE.type){bw=bE.handler;bE=bE.type}if(!bE||typeof bE==="string"&&bE.charAt(0)==="."){bE=bE||"";for(bz in bv){c.event.remove(bJ,bz+bE)}return}bE=bE.split(" ");while((bz=bE[bH++])){bL=bz;e=null;bx=bz.indexOf(".")<0;bC=[];if(!bx){bC=bz.split(".");bz=bC.shift();bF=new RegExp("(^|\\.)"+c.map(bC.slice(0).sort(),K).join("\\.(?:.*\\.)?")+"(\\.|$)")}bD=bv[bz];if(!bD){continue}if(!bw){for(bG=0;bG<bD.length;bG++){e=bD[bG];if(bx||bF.test(e.namespace)){c.event.remove(bJ,bL,e.handler,bG);bD.splice(bG--,1)}}continue}by=c.event.special[bz]||{};for(bG=bA||0;bG<bD.length;bG++){e=bD[bG];if(bw.guid===e.guid){if(bx||bF.test(e.namespace)){if(bA==null){bD.splice(bG--,1)}if(by.remove){by.remove.call(bJ,e)}}if(bA!=null){break}}}if(bD.length===0||bA!=null&&bD.length===1){if(!by.teardown||by.teardown.call(bJ,bC)===false){c.removeEvent(bJ,bz,bI.handle)}bM=null;delete bv[bz]}}if(c.isEmptyObject(bv)){var bK=bI.handle;if(bK){bK.elem=null}delete bI.events;delete bI.handle;if(c.isEmptyObject(bI)){c.removeData(bJ,O,true)}}},customEvent:{getData:true,setData:true,changeData:true},trigger:function(e,bB,bz,bG){var bE=e.type||e,bw=[],bv;if(bE.indexOf("!")>=0){bE=bE.slice(0,-1);bv=true}if(bE.indexOf(".")>=0){bw=bE.split(".");bE=bw.shift();bw.sort()}if((!bz||c.event.customEvent[bE])&&!c.event.global[bE]){return}e=typeof e==="object"?e[c.expando]?e:new c.Event(bE,e):new c.Event(bE);e.type=bE;e.exclusive=bv;e.namespace=bw.join(".");e.namespace_re=new RegExp("(^|\\.)"+bw.join("\\.(?:.*\\.)?")+"(\\.|$)");if(bG||!bz){e.preventDefault();e.stopPropagation()}if(!bz){c.each(c.cache,function(){var bI=c.expando,bH=this[bI];if(bH&&bH.events&&bH.events[bE]){c.event.trigger(e,bB,bH.handle.elem)}});return}if(bz.nodeType===3||bz.nodeType===8){return}e.result=O;e.target=bz;bB=bB?c.makeArray(bB):[];bB.unshift(e);var bF=bz,bx=bE.indexOf(":")<0?"on"+bE:"";do{var bC=c._data(bF,"handle");e.currentTarget=bF;if(bC){bC.apply(bF,bB)}if(bx&&c.acceptData(bF)&&bF[bx]&&bF[bx].apply(bF,bB)===false){e.result=false;e.preventDefault()}bF=bF.parentNode||bF.ownerDocument||bF===e.target.ownerDocument&&bc}while(bF&&!e.isPropagationStopped());if(!e.isDefaultPrevented()){var by,bD=c.event.special[bE]||{};if((!bD._default||bD._default.call(bz.ownerDocument,e)===false)&&!(bE==="click"&&c.nodeName(bz,"a"))&&c.acceptData(bz)){try{if(bx&&bz[bE]){by=bz[bx];if(by){bz[bx]=null}c.event.triggered=bE;bz[bE]()}}catch(bA){}if(by){bz[bx]=by}c.event.triggered=O}}return e.result},handle:function(bB){bB=c.event.fix(bB||bc.event);var bv=((c._data(this,"events")||{})[bB.type]||[]).slice(0),bA=!bB.exclusive&&!bB.namespace,by=Array.prototype.slice.call(arguments,0);by[0]=bB;bB.currentTarget=this;for(var bx=0,e=bv.length;bx<e;bx++){var bz=bv[bx];if(bA||bB.namespace_re.test(bz.namespace)){bB.handler=bz.handler;bB.data=bz.data;bB.handleObj=bz;var bw=bz.handler.apply(this,by);if(bw!==O){bB.result=bw;if(bw===false){bB.preventDefault();bB.stopPropagation()}}if(bB.isImmediatePropagationStopped()){break}}}return bB.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(by){if(by[c.expando]){return by}var bv=by;by=c.Event(bv);for(var bw=this.props.length,bA;bw;){bA=this.props[--bw];by[bA]=bv[bA]}if(!by.target){by.target=by.srcElement||au}if(by.target.nodeType===3){by.target=by.target.parentNode}if(!by.relatedTarget&&by.fromElement){by.relatedTarget=by.fromElement===by.target?by.toElement:by.fromElement}if(by.pageX==null&&by.clientX!=null){var bx=by.target.ownerDocument||au,bz=bx.documentElement,e=bx.body;by.pageX=by.clientX+(bz&&bz.scrollLeft||e&&e.scrollLeft||0)-(bz&&bz.clientLeft||e&&e.clientLeft||0);by.pageY=by.clientY+(bz&&bz.scrollTop||e&&e.scrollTop||0)-(bz&&bz.clientTop||e&&e.clientTop||0)}if(by.which==null&&(by.charCode!=null||by.keyCode!=null)){by.which=by.charCode!=null?by.charCode:by.keyCode}if(!by.metaKey&&by.ctrlKey){by.metaKey=by.ctrlKey}if(!by.which&&by.button!==O){by.which=(by.button&1?1:(by.button&2?3:(by.button&4?2:0)))}return by},guid:100000000,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(e){c.event.add(this,s(e.origType,e.selector),c.extend({},e,{handler:am,guid:e.handler.guid}))},remove:function(e){c.event.remove(this,s(e.origType,e.selector),e)}},beforeunload:{setup:function(bw,bv,e){if(c.isWindow(this)){this.onbeforeunload=e}},teardown:function(bv,e){if(this.onbeforeunload===e){this.onbeforeunload=null}}}}};c.removeEvent=au.removeEventListener?function(bv,e,bw){if(bv.removeEventListener){bv.removeEventListener(e,bw,false)}}:function(bv,e,bw){if(bv.detachEvent){bv.detachEvent("on"+e,bw)}};c.Event=function(bv,e){if(!this.preventDefault){return new c.Event(bv,e)}if(bv&&bv.type){this.originalEvent=bv;this.type=bv.type;this.isDefaultPrevented=(bv.defaultPrevented||bv.returnValue===false||bv.getPreventDefault&&bv.getPreventDefault())?k:bk}else{this.type=bv}if(e){c.extend(this,e)}this.timeStamp=c.now();this[c.expando]=true};function bk(){return false}function k(){return true}c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=k;var bv=this.originalEvent;if(!bv){return}if(bv.preventDefault){bv.preventDefault()}else{bv.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=k;var bv=this.originalEvent;if(!bv){return}if(bv.stopPropagation){bv.stopPropagation()}bv.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=k;this.stopPropagation()},isDefaultPrevented:bk,isPropagationStopped:bk,isImmediatePropagationStopped:bk};var af=function(bw){var bv=bw.relatedTarget;try{if(bv&&bv!==au&&!bv.parentNode){return}while(bv&&bv!==this){bv=bv.parentNode}if(bv!==this){bw.type=bw.data;c.event.handle.apply(this,arguments)}}catch(bx){}},aU=function(e){e.type=e.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(bv,e){c.event.special[bv]={setup:function(bw){c.event.add(this,e,bw&&bw.selector?aU:af,bv)},teardown:function(bw){c.event.remove(this,e,bw&&bw.selector?aU:af)}}});if(!c.support.submitBubbles){c.event.special.submit={setup:function(bv,e){if(!c.nodeName(this,"form")){c.event.add(this,"click.specialSubmit",function(by){var bx=by.target,bw=bx.type;if((bw==="submit"||bw==="image")&&c(bx).closest("form").length){aX("submit",this,arguments)}});c.event.add(this,"keypress.specialSubmit",function(by){var bx=by.target,bw=bx.type;if((bw==="text"||bw==="password")&&c(bx).closest("form").length&&by.keyCode===13){aX("submit",this,arguments)}})}else{return false}},teardown:function(e){c.event.remove(this,".specialSubmit")}}}if(!c.support.changeBubbles){var bn,m=function(bv){var e=bv.type,bw=bv.value;if(e==="radio"||e==="checkbox"){bw=bv.checked}else{if(e==="select-multiple"){bw=bv.selectedIndex>-1?c.map(bv.options,function(bx){return bx.selected}).join("-"):""}else{if(c.nodeName(bv,"select")){bw=bv.selectedIndex}}}return bw},ad=function ad(bx){var bv=bx.target,bw,by;if(!be.test(bv.nodeName)||bv.readOnly){return}bw=c._data(bv,"_change_data");by=m(bv);if(bx.type!=="focusout"||bv.type!=="radio"){c._data(bv,"_change_data",by)}if(bw===O||by===bw){return}if(bw!=null||by){bx.type="change";bx.liveFired=O;c.event.trigger(bx,arguments[1],bv)}};c.event.special.change={filters:{focusout:ad,beforedeactivate:ad,click:function(bx){var bw=bx.target,bv=c.nodeName(bw,"input")?bw.type:"";if(bv==="radio"||bv==="checkbox"||c.nodeName(bw,"select")){ad.call(this,bx)}},keydown:function(bx){var bw=bx.target,bv=c.nodeName(bw,"input")?bw.type:"";if((bx.keyCode===13&&!c.nodeName(bw,"textarea"))||(bx.keyCode===32&&(bv==="checkbox"||bv==="radio"))||bv==="select-multiple"){ad.call(this,bx)}},beforeactivate:function(bw){var bv=bw.target;c._data(bv,"_change_data",m(bv))}},setup:function(bw,bv){if(this.type==="file"){return false}for(var e in bn){c.event.add(this,e+".specialChange",bn[e])}return be.test(this.nodeName)},teardown:function(e){c.event.remove(this,".specialChange");return be.test(this.nodeName)}};bn=c.event.special.change.filters;bn.focus=bn.beforeactivate}function aX(bv,bx,e){var bw=c.extend({},e[0]);bw.type=bv;bw.originalEvent={};bw.liveFired=O;c.event.handle.call(bx,bw);if(bw.isDefaultPrevented()){e[0].preventDefault()}}if(!c.support.focusinBubbles){c.each({focus:"focusin",blur:"focusout"},function(bx,e){var bv=0;c.event.special[e]={setup:function(){if(bv++===0){au.addEventListener(bx,bw,true)}},teardown:function(){if(--bv===0){au.removeEventListener(bx,bw,true)}}};function bw(by){var bz=c.event.fix(by);bz.type=e;bz.originalEvent={};c.event.trigger(bz,null,bz.target);if(bz.isDefaultPrevented()){by.preventDefault()}}})}c.each(["bind","one"],function(bv,e){c.fn[e]=function(bB,bC,bA){var bz;if(typeof bB==="object"){for(var by in bB){this[e](by,bC,bB[by],bA)}return this}if(arguments.length===2||bC===false){bA=bC;bC=O}if(e==="one"){bz=function(bD){c(this).unbind(bD,bz);return bA.apply(this,arguments)};bz.guid=bA.guid||c.guid++}else{bz=bA}if(bB==="unload"&&e!=="one"){this.one(bB,bC,bA)}else{for(var bx=0,bw=this.length;bx<bw;bx++){c.event.add(this[bx],bB,bz,bC)}}return this}});c.fn.extend({unbind:function(by,bx){if(typeof by==="object"&&!by.preventDefault){for(var bw in by){this.unbind(bw,by[bw])}}else{for(var bv=0,e=this.length;bv<e;bv++){c.event.remove(this[bv],by,bx)}}return this},delegate:function(e,bv,bx,bw){return this.live(bv,bx,bw,e)},undelegate:function(e,bv,bw){if(arguments.length===0){return this.unbind("live")}else{return this.die(bv,null,bw,e)}},trigger:function(e,bv){return this.each(function(){c.event.trigger(e,bv,this)})},triggerHandler:function(e,bv){if(this[0]){return c.event.trigger(e,bv,this[0],true)}},toggle:function(bx){var bv=arguments,e=bx.guid||c.guid++,bw=0,by=function(bz){var bA=(c.data(this,"lastToggle"+bx.guid)||0)%bw;c.data(this,"lastToggle"+bx.guid,bA+1);bz.preventDefault();return bv[bA].apply(this,arguments)||false};by.guid=e;while(bw<bv.length){bv[bw++].guid=e}return this.click(by)},hover:function(e,bv){return this.mouseenter(e).mouseleave(bv||e)}});var aS={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(bv,e){c.fn[e]=function(bF,bC,bH,by){var bG,bD=0,bE,bx,bJ,bA=by||this.selector,bw=by?this:c(this.context);if(typeof bF==="object"&&!bF.preventDefault){for(var bI in bF){bw[e](bI,bC,bF[bI],bA)}return this}if(e==="die"&&!bF&&by&&by.charAt(0)==="."){bw.unbind(by);return this}if(bC===false||c.isFunction(bC)){bH=bC||bk;bC=O}bF=(bF||"").split(" ");while((bG=bF[bD++])!=null){bE=aZ.exec(bG);bx="";if(bE){bx=bE[0];bG=bG.replace(aZ,"")}if(bG==="hover"){bF.push("mouseenter"+bx,"mouseleave"+bx);continue}bJ=bG;if(aS[bG]){bF.push(aS[bG]+bx);bG=bG+bx}else{bG=(aS[bG]||bG)+bx}if(e==="live"){for(var bB=0,bz=bw.length;bB<bz;bB++){c.event.add(bw[bB],"live."+s(bG,bA),{data:bC,selector:bA,handler:bH,origType:bG,origHandler:bH,preType:bJ})}}else{bw.unbind("live."+s(bG,bA),bH)}}return this}});function am(bF){var bC,bx,bL,bz,e,bH,bE,bG,bD,bK,bB,bA,bJ,bI=[],by=[],bv=c._data(this,"events");if(bF.liveFired===this||!bv||!bv.live||bF.target.disabled||bF.button&&bF.type==="click"){return}if(bF.namespace){bA=new RegExp("(^|\\.)"+bF.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")}bF.liveFired=this;var bw=bv.live.slice(0);for(bE=0;bE<bw.length;bE++){e=bw[bE];if(e.origType.replace(aZ,"")===bF.type){by.push(e.selector)}else{bw.splice(bE--,1)}}bz=c(bF.target).closest(by,bF.currentTarget);for(bG=0,bD=bz.length;bG<bD;bG++){bB=bz[bG];for(bE=0;bE<bw.length;bE++){e=bw[bE];if(bB.selector===e.selector&&(!bA||bA.test(e.namespace))&&!bB.elem.disabled){bH=bB.elem;bL=null;if(e.preType==="mouseenter"||e.preType==="mouseleave"){bF.type=e.preType;bL=c(bF.relatedTarget).closest(e.selector)[0];if(bL&&c.contains(bH,bL)){bL=bH}}if(!bL||bL!==bH){bI.push({elem:bH,handleObj:e,level:bB.level})}}}}for(bG=0,bD=bI.length;bG<bD;bG++){bz=bI[bG];if(bx&&bz.level>bx){break}bF.currentTarget=bz.elem;bF.data=bz.handleObj.data;bF.handleObj=bz.handleObj;bJ=bz.handleObj.origHandler.apply(bz.elem,arguments);if(bJ===false||bF.isPropagationStopped()){bx=bz.level;if(bJ===false){bC=false}if(bF.isImmediatePropagationStopped()){break}}}return bC}function s(bv,e){return(bv&&bv!=="*"?bv+".":"")+e.replace(R,"`").replace(bi,"&")}c.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(bv,e){c.fn[e]=function(bx,bw){if(bw==null){bw=bx;bx=null}return arguments.length>0?this.bind(e,bx,bw):this.trigger(e)};if(c.attrFn){c.attrFn[e]=true}});
/*!
 * Sizzle CSS Selector Engine
 *  Copyright 2011, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var bF=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bG=0,bJ=Object.prototype.toString,bA=false,bz=true,bH=/\\/g,bN=/\W/;[0,0].sort(function(){bz=false;return 0});var bx=function(bS,e,bV,bW){bV=bV||[];e=e||au;var bY=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bS||typeof bS!=="string"){return bV}var bP,b0,b3,bO,bZ,b2,b1,bU,bR=true,bQ=bx.isXML(e),bT=[],bX=bS;do{bF.exec("");bP=bF.exec(bX);if(bP){bX=bP[3];bT.push(bP[1]);if(bP[2]){bO=bP[3];break}}}while(bP);if(bT.length>1&&bB.exec(bS)){if(bT.length===2&&bC.relative[bT[0]]){b0=bK(bT[0]+bT[1],e)}else{b0=bC.relative[bT[0]]?[e]:bx(bT.shift(),e);while(bT.length){bS=bT.shift();if(bC.relative[bS]){bS+=bT.shift()}b0=bK(bS,b0)}}}else{if(!bW&&bT.length>1&&e.nodeType===9&&!bQ&&bC.match.ID.test(bT[0])&&!bC.match.ID.test(bT[bT.length-1])){bZ=bx.find(bT.shift(),e,bQ);e=bZ.expr?bx.filter(bZ.expr,bZ.set)[0]:bZ.set[0]}if(e){bZ=bW?{expr:bT.pop(),set:bD(bW)}:bx.find(bT.pop(),bT.length===1&&(bT[0]==="~"||bT[0]==="+")&&e.parentNode?e.parentNode:e,bQ);b0=bZ.expr?bx.filter(bZ.expr,bZ.set):bZ.set;if(bT.length>0){b3=bD(b0)}else{bR=false}while(bT.length){b2=bT.pop();b1=b2;if(!bC.relative[b2]){b2=""}else{b1=bT.pop()}if(b1==null){b1=e}bC.relative[b2](b3,b1,bQ)}}else{b3=bT=[]}}if(!b3){b3=b0}if(!b3){bx.error(b2||bS)}if(bJ.call(b3)==="[object Array]"){if(!bR){bV.push.apply(bV,b3)}else{if(e&&e.nodeType===1){for(bU=0;b3[bU]!=null;bU++){if(b3[bU]&&(b3[bU]===true||b3[bU].nodeType===1&&bx.contains(e,b3[bU]))){bV.push(b0[bU])}}}else{for(bU=0;b3[bU]!=null;bU++){if(b3[bU]&&b3[bU].nodeType===1){bV.push(b0[bU])}}}}}else{bD(b3,bV)}if(bO){bx(bO,bY,bV,bW);bx.uniqueSort(bV)}return bV};bx.uniqueSort=function(bO){if(bI){bA=bz;bO.sort(bI);if(bA){for(var e=1;e<bO.length;e++){if(bO[e]===bO[e-1]){bO.splice(e--,1)}}}}return bO};bx.matches=function(e,bO){return bx(e,null,null,bO)};bx.matchesSelector=function(e,bO){return bx(bO,null,null,[e]).length>0};bx.find=function(bU,e,bV){var bT;if(!bU){return[]}for(var bQ=0,bP=bC.order.length;bQ<bP;bQ++){var bR,bS=bC.order[bQ];if((bR=bC.leftMatch[bS].exec(bU))){var bO=bR[1];bR.splice(1,1);if(bO.substr(bO.length-1)!=="\\"){bR[1]=(bR[1]||"").replace(bH,"");bT=bC.find[bS](bR,e,bV);if(bT!=null){bU=bU.replace(bC.match[bS],"");break}}}}if(!bT){bT=typeof e.getElementsByTagName!=="undefined"?e.getElementsByTagName("*"):[]}return{set:bT,expr:bU}};bx.filter=function(bY,bX,b1,bR){var bT,e,bP=bY,b3=[],bV=bX,bU=bX&&bX[0]&&bx.isXML(bX[0]);while(bY&&bX.length){for(var bW in bC.filter){if((bT=bC.leftMatch[bW].exec(bY))!=null&&bT[2]){var b2,b0,bO=bC.filter[bW],bQ=bT[1];e=false;bT.splice(1,1);if(bQ.substr(bQ.length-1)==="\\"){continue}if(bV===b3){b3=[]}if(bC.preFilter[bW]){bT=bC.preFilter[bW](bT,bV,b1,b3,bR,bU);if(!bT){e=b2=true}else{if(bT===true){continue}}}if(bT){for(var bS=0;(b0=bV[bS])!=null;bS++){if(b0){b2=bO(b0,bT,bS,bV);var bZ=bR^!!b2;if(b1&&b2!=null){if(bZ){e=true}else{bV[bS]=false}}else{if(bZ){b3.push(b0);e=true}}}}}if(b2!==O){if(!b1){bV=b3}bY=bY.replace(bC.match[bW],"");if(!e){return[]}break}}}if(bY===bP){if(e==null){bx.error(bY)}else{break}}bP=bY}return bV};bx.error=function(e){throw"Syntax error, unrecognized expression: "+e};var bC=bx.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|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")},type:function(e){return e.getAttribute("type")}},relative:{"+":function(bT,bO){var bQ=typeof bO==="string",bS=bQ&&!bN.test(bO),bU=bQ&&!bS;if(bS){bO=bO.toLowerCase()}for(var bP=0,e=bT.length,bR;bP<e;bP++){if((bR=bT[bP])){while((bR=bR.previousSibling)&&bR.nodeType!==1){}bT[bP]=bU||bR&&bR.nodeName.toLowerCase()===bO?bR||false:bR===bO}}if(bU){bx.filter(bO,bT,true)}},">":function(bT,bO){var bS,bR=typeof bO==="string",bP=0,e=bT.length;if(bR&&!bN.test(bO)){bO=bO.toLowerCase();for(;bP<e;bP++){bS=bT[bP];if(bS){var bQ=bS.parentNode;bT[bP]=bQ.nodeName.toLowerCase()===bO?bQ:false}}}else{for(;bP<e;bP++){bS=bT[bP];if(bS){bT[bP]=bR?bS.parentNode:bS.parentNode===bO}}if(bR){bx.filter(bO,bT,true)}}},"":function(bQ,bO,bS){var bR,bP=bG++,e=bL;if(typeof bO==="string"&&!bN.test(bO)){bO=bO.toLowerCase();bR=bO;e=bv}e("parentNode",bO,bP,bQ,bR,bS)},"~":function(bQ,bO,bS){var bR,bP=bG++,e=bL;if(typeof bO==="string"&&!bN.test(bO)){bO=bO.toLowerCase();bR=bO;e=bv}e("previousSibling",bO,bP,bQ,bR,bS)}},find:{ID:function(bO,bP,bQ){if(typeof bP.getElementById!=="undefined"&&!bQ){var e=bP.getElementById(bO[1]);return e&&e.parentNode?[e]:[]}},NAME:function(bP,bS){if(typeof bS.getElementsByName!=="undefined"){var bO=[],bR=bS.getElementsByName(bP[1]);for(var bQ=0,e=bR.length;bQ<e;bQ++){if(bR[bQ].getAttribute("name")===bP[1]){bO.push(bR[bQ])}}return bO.length===0?null:bO}},TAG:function(e,bO){if(typeof bO.getElementsByTagName!=="undefined"){return bO.getElementsByTagName(e[1])}}},preFilter:{CLASS:function(bQ,bO,bP,e,bT,bU){bQ=" "+bQ[1].replace(bH,"")+" ";if(bU){return bQ}for(var bR=0,bS;(bS=bO[bR])!=null;bR++){if(bS){if(bT^(bS.className&&(" "+bS.className+" ").replace(/[\t\n\r]/g," ").indexOf(bQ)>=0)){if(!bP){e.push(bS)}}else{if(bP){bO[bR]=false}}}}return false},ID:function(e){return e[1].replace(bH,"")},TAG:function(bO,e){return bO[1].replace(bH,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){bx.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bO=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bO[1]+(bO[2]||1))-0;e[3]=bO[3]-0}else{if(e[2]){bx.error(e[0])}}e[0]=bG++;return e},ATTR:function(bR,bO,bP,e,bS,bT){var bQ=bR[1]=bR[1].replace(bH,"");if(!bT&&bC.attrMap[bQ]){bR[1]=bC.attrMap[bQ]}bR[4]=(bR[4]||bR[5]||"").replace(bH,"");if(bR[2]==="~="){bR[4]=" "+bR[4]+" "}return bR},PSEUDO:function(bR,bO,bP,e,bS){if(bR[1]==="not"){if((bF.exec(bR[3])||"").length>1||/^\w/.test(bR[3])){bR[3]=bx(bR[3],null,null,bO)}else{var bQ=bx.filter(bR[3],bO,bP,true^bS);if(!bP){e.push.apply(e,bQ)}return false}}else{if(bC.match.POS.test(bR[0])||bC.match.CHILD.test(bR[0])){return true}}return bR},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bP,bO,e){return !!bx(e[3],bP).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bP){var e=bP.getAttribute("type"),bO=bP.type;return bP.nodeName.toLowerCase()==="input"&&"text"===bO&&(e===bO||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bO){var e=bO.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bO.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(e){return e.nodeName.toLowerCase()==="input"&&"reset"===e.type},button:function(bO){var e=bO.nodeName.toLowerCase();return e==="input"&&"button"===bO.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bO,e){return e===0},last:function(bP,bO,e,bQ){return bO===bQ.length-1},even:function(bO,e){return e%2===0},odd:function(bO,e){return e%2===1},lt:function(bP,bO,e){return bO<e[3]-0},gt:function(bP,bO,e){return bO>e[3]-0},nth:function(bP,bO,e){return e[3]-0===bO},eq:function(bP,bO,e){return e[3]-0===bO}},filter:{PSEUDO:function(bP,bU,bT,bV){var e=bU[1],bO=bC.filters[e];if(bO){return bO(bP,bT,bU,bV)}else{if(e==="contains"){return(bP.textContent||bP.innerText||bx.getText([bP])||"").indexOf(bU[3])>=0}else{if(e==="not"){var bQ=bU[3];for(var bS=0,bR=bQ.length;bS<bR;bS++){if(bQ[bS]===bP){return false}}return true}else{bx.error(e)}}}},CHILD:function(e,bQ){var bT=bQ[1],bO=e;switch(bT){case"only":case"first":while((bO=bO.previousSibling)){if(bO.nodeType===1){return false}}if(bT==="first"){return true}bO=e;case"last":while((bO=bO.nextSibling)){if(bO.nodeType===1){return false}}return true;case"nth":var bP=bQ[2],bW=bQ[3];if(bP===1&&bW===0){return true}var bS=bQ[0],bV=e.parentNode;if(bV&&(bV.sizcache!==bS||!e.nodeIndex)){var bR=0;for(bO=bV.firstChild;bO;bO=bO.nextSibling){if(bO.nodeType===1){bO.nodeIndex=++bR}}bV.sizcache=bS}var bU=e.nodeIndex-bW;if(bP===0){return bU===0}else{return(bU%bP===0&&bU/bP>=0)}}},ID:function(bO,e){return bO.nodeType===1&&bO.getAttribute("id")===e},TAG:function(bO,e){return(e==="*"&&bO.nodeType===1)||bO.nodeName.toLowerCase()===e},CLASS:function(bO,e){return(" "+(bO.className||bO.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bS,bQ){var bP=bQ[1],e=bC.attrHandle[bP]?bC.attrHandle[bP](bS):bS[bP]!=null?bS[bP]:bS.getAttribute(bP),bT=e+"",bR=bQ[2],bO=bQ[4];return e==null?bR==="!=":bR==="="?bT===bO:bR==="*="?bT.indexOf(bO)>=0:bR==="~="?(" "+bT+" ").indexOf(bO)>=0:!bO?bT&&e!==false:bR==="!="?bT!==bO:bR==="^="?bT.indexOf(bO)===0:bR==="$="?bT.substr(bT.length-bO.length)===bO:bR==="|="?bT===bO||bT.substr(0,bO.length+1)===bO+"-":false},POS:function(bR,bO,bP,bS){var e=bO[2],bQ=bC.setFilters[e];if(bQ){return bQ(bR,bP,bO,bS)}}}};var bB=bC.match.POS,bw=function(bO,e){return"\\"+(e-0+1)};for(var by in bC.match){bC.match[by]=new RegExp(bC.match[by].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bC.leftMatch[by]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bC.match[by].source.replace(/\\(\d+)/g,bw))}var bD=function(bO,e){bO=Array.prototype.slice.call(bO,0);if(e){e.push.apply(e,bO);return e}return bO};try{Array.prototype.slice.call(au.documentElement.childNodes,0)[0].nodeType}catch(bM){bD=function(bR,bQ){var bP=0,bO=bQ||[];if(bJ.call(bR)==="[object Array]"){Array.prototype.push.apply(bO,bR)}else{if(typeof bR.length==="number"){for(var e=bR.length;bP<e;bP++){bO.push(bR[bP])}}else{for(;bR[bP];bP++){bO.push(bR[bP])}}}return bO}}var bI,bE;if(au.documentElement.compareDocumentPosition){bI=function(bO,e){if(bO===e){bA=true;return 0}if(!bO.compareDocumentPosition||!e.compareDocumentPosition){return bO.compareDocumentPosition?-1:1}return bO.compareDocumentPosition(e)&4?-1:1}}else{bI=function(bV,bU){var bS,bO,bP=[],e=[],bR=bV.parentNode,bT=bU.parentNode,bW=bR;if(bV===bU){bA=true;return 0}else{if(bR===bT){return bE(bV,bU)}else{if(!bR){return -1}else{if(!bT){return 1}}}}while(bW){bP.unshift(bW);bW=bW.parentNode}bW=bT;while(bW){e.unshift(bW);bW=bW.parentNode}bS=bP.length;bO=e.length;for(var bQ=0;bQ<bS&&bQ<bO;bQ++){if(bP[bQ]!==e[bQ]){return bE(bP[bQ],e[bQ])}}return bQ===bS?bE(bV,e[bQ],-1):bE(bP[bQ],bU,1)};bE=function(bO,e,bP){if(bO===e){return bP}var bQ=bO.nextSibling;while(bQ){if(bQ===e){return -1}bQ=bQ.nextSibling}return 1}}bx.getText=function(e){var bO="",bQ;for(var bP=0;e[bP];bP++){bQ=e[bP];if(bQ.nodeType===3||bQ.nodeType===4){bO+=bQ.nodeValue}else{if(bQ.nodeType!==8){bO+=bx.getText(bQ.childNodes)}}}return bO};(function(){var bO=au.createElement("div"),bP="script"+(new Date()).getTime(),e=au.documentElement;bO.innerHTML="<a name='"+bP+"'/>";e.insertBefore(bO,e.firstChild);if(au.getElementById(bP)){bC.find.ID=function(bR,bS,bT){if(typeof bS.getElementById!=="undefined"&&!bT){var bQ=bS.getElementById(bR[1]);return bQ?bQ.id===bR[1]||typeof bQ.getAttributeNode!=="undefined"&&bQ.getAttributeNode("id").nodeValue===bR[1]?[bQ]:O:[]}};bC.filter.ID=function(bS,bQ){var bR=typeof bS.getAttributeNode!=="undefined"&&bS.getAttributeNode("id");return bS.nodeType===1&&bR&&bR.nodeValue===bQ}}e.removeChild(bO);e=bO=null})();(function(){var e=au.createElement("div");e.appendChild(au.createComment(""));if(e.getElementsByTagName("*").length>0){bC.find.TAG=function(bO,bS){var bR=bS.getElementsByTagName(bO[1]);if(bO[1]==="*"){var bQ=[];for(var bP=0;bR[bP];bP++){if(bR[bP].nodeType===1){bQ.push(bR[bP])}}bR=bQ}return bR}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bC.attrHandle.href=function(bO){return bO.getAttribute("href",2)}}e=null})();if(au.querySelectorAll){(function(){var e=bx,bQ=au.createElement("div"),bP="__sizzle__";bQ.innerHTML="<p class='TEST'></p>";if(bQ.querySelectorAll&&bQ.querySelectorAll(".TEST").length===0){return}bx=function(b1,bS,bW,b0){bS=bS||au;if(!b0&&!bx.isXML(bS)){var bZ=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b1);if(bZ&&(bS.nodeType===1||bS.nodeType===9)){if(bZ[1]){return bD(bS.getElementsByTagName(b1),bW)}else{if(bZ[2]&&bC.find.CLASS&&bS.getElementsByClassName){return bD(bS.getElementsByClassName(bZ[2]),bW)}}}if(bS.nodeType===9){if(b1==="body"&&bS.body){return bD([bS.body],bW)}else{if(bZ&&bZ[3]){var bV=bS.getElementById(bZ[3]);if(bV&&bV.parentNode){if(bV.id===bZ[3]){return bD([bV],bW)}}else{return bD([],bW)}}}try{return bD(bS.querySelectorAll(b1),bW)}catch(bX){}}else{if(bS.nodeType===1&&bS.nodeName.toLowerCase()!=="object"){var bT=bS,bU=bS.getAttribute("id"),bR=bU||bP,b3=bS.parentNode,b2=/^\s*[+~]/.test(b1);if(!bU){bS.setAttribute("id",bR)}else{bR=bR.replace(/'/g,"\\$&")}if(b2&&b3){bS=bS.parentNode}try{if(!b2||b3){return bD(bS.querySelectorAll("[id='"+bR+"'] "+b1),bW)}}catch(bY){}finally{if(!bU){bT.removeAttribute("id")}}}}}return e(b1,bS,bW,b0)};for(var bO in e){bx[bO]=e[bO]}bQ=null})()}(function(){var e=au.documentElement,bP=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bP){var bR=!bP.call(au.createElement("div"),"div"),bO=false;try{bP.call(au.documentElement,"[test!='']:sizzle")}catch(bQ){bO=true}bx.matchesSelector=function(bT,bV){bV=bV.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!bx.isXML(bT)){try{if(bO||!bC.match.PSEUDO.test(bV)&&!/!=/.test(bV)){var bS=bP.call(bT,bV);if(bS||!bR||bT.document&&bT.document.nodeType!==11){return bS}}}catch(bU){}}return bx(bV,null,null,[bT]).length>0}}})();(function(){var e=au.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bC.order.splice(1,0,"CLASS");bC.find.CLASS=function(bO,bP,bQ){if(typeof bP.getElementsByClassName!=="undefined"&&!bQ){return bP.getElementsByClassName(bO[1])}};e=null})();function bv(bO,bT,bS,bW,bU,bV){for(var bQ=0,bP=bW.length;bQ<bP;bQ++){var e=bW[bQ];if(e){var bR=false;e=e[bO];while(e){if(e.sizcache===bS){bR=bW[e.sizset];break}if(e.nodeType===1&&!bV){e.sizcache=bS;e.sizset=bQ}if(e.nodeName.toLowerCase()===bT){bR=e;break}e=e[bO]}bW[bQ]=bR}}}function bL(bO,bT,bS,bW,bU,bV){for(var bQ=0,bP=bW.length;bQ<bP;bQ++){var e=bW[bQ];if(e){var bR=false;e=e[bO];while(e){if(e.sizcache===bS){bR=bW[e.sizset];break}if(e.nodeType===1){if(!bV){e.sizcache=bS;e.sizset=bQ}if(typeof bT!=="string"){if(e===bT){bR=true;break}}else{if(bx.filter(bT,[e]).length>0){bR=e;break}}}e=e[bO]}bW[bQ]=bR}}}if(au.documentElement.contains){bx.contains=function(bO,e){return bO!==e&&(bO.contains?bO.contains(e):true)}}else{if(au.documentElement.compareDocumentPosition){bx.contains=function(bO,e){return !!(bO.compareDocumentPosition(e)&16)}}else{bx.contains=function(){return false}}}bx.isXML=function(e){var bO=(e?e.ownerDocument||e:0).documentElement;return bO?bO.nodeName!=="HTML":false};var bK=function(e,bU){var bS,bQ=[],bR="",bP=bU.nodeType?[bU]:bU;while((bS=bC.match.PSEUDO.exec(e))){bR+=bS[0];e=e.replace(bC.match.PSEUDO,"")}e=bC.relative[e]?e+"*":e;for(var bT=0,bO=bP.length;bT<bO;bT++){bx(e,bP[bT],bQ)}return bx.filter(bR,bQ)};c.find=bx;c.expr=bx.selectors;c.expr[":"]=c.expr.filters;c.unique=bx.uniqueSort;c.text=bx.getText;c.isXMLDoc=bx.isXML;c.contains=bx.contains})();var ac=/Until$/,ap=/^(?:parents|prevUntil|prevAll)/,ba=/,/,bq=/^.[^:#\[\.,]*$/,T=Array.prototype.slice,L=c.expr.match.POS,ax={children:true,contents:true,next:true,prev:true};c.fn.extend({find:function(e){var bw=this,by,bv;if(typeof e!=="string"){return c(e).filter(function(){for(by=0,bv=bw.length;by<bv;by++){if(c.contains(bw[by],this)){return true}}})}var bx=this.pushStack("","find",e),bA,bB,bz;for(by=0,bv=this.length;by<bv;by++){bA=bx.length;c.find(e,this[by],bx);if(by>0){for(bB=bA;bB<bx.length;bB++){for(bz=0;bz<bA;bz++){if(bx[bz]===bx[bB]){bx.splice(bB--,1);break}}}}}return bx},has:function(bv){var e=c(bv);return this.filter(function(){for(var bx=0,bw=e.length;bx<bw;bx++){if(c.contains(this,e[bx])){return true}}})},not:function(e){return this.pushStack(aE(this,e,false),"not",e)},filter:function(e){return this.pushStack(aE(this,e,true),"filter",e)},is:function(e){return !!e&&(typeof e==="string"?c.filter(e,this).length>0:this.filter(e).length>0)},closest:function(bE,bv){var bB=[],by,bw,bD=this[0];if(c.isArray(bE)){var bA,bx,bz={},e=1;if(bD&&bE.length){for(by=0,bw=bE.length;by<bw;by++){bx=bE[by];if(!bz[bx]){bz[bx]=L.test(bx)?c(bx,bv||this.context):bx}}while(bD&&bD.ownerDocument&&bD!==bv){for(bx in bz){bA=bz[bx];if(bA.jquery?bA.index(bD)>-1:c(bD).is(bA)){bB.push({selector:bx,elem:bD,level:e})}}bD=bD.parentNode;e++}}return bB}var bC=L.test(bE)||typeof bE!=="string"?c(bE,bv||this.context):0;for(by=0,bw=this.length;by<bw;by++){bD=this[by];while(bD){if(bC?bC.index(bD)>-1:c.find.matchesSelector(bD,bE)){bB.push(bD);break}else{bD=bD.parentNode;if(!bD||!bD.ownerDocument||bD===bv||bD.nodeType===11){break}}}}bB=bB.length>1?c.unique(bB):bB;return this.pushStack(bB,"closest",bE)},index:function(e){if(!e||typeof e==="string"){return c.inArray(this[0],e?c(e):this.parent().children())}return c.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?c(e,bv):c.makeArray(e&&e.nodeType?[e]:e),bw=c.merge(this.get(),bx);return this.pushStack(G(bx[0])||G(bw[0])?bw:c.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function G(e){return !e||!e.parentNode||e.parentNode.nodeType===11}c.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return c.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return c.dir(bv,"parentNode",bw)},next:function(e){return c.nth(e,2,"nextSibling")},prev:function(e){return c.nth(e,2,"previousSibling")},nextAll:function(e){return c.dir(e,"nextSibling")},prevAll:function(e){return c.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return c.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return c.dir(bv,"previousSibling",bw)},siblings:function(e){return c.sibling(e.parentNode.firstChild,e)},children:function(e){return c.sibling(e.firstChild)},contents:function(e){return c.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:c.makeArray(e.childNodes)}},function(e,bv){c.fn[e]=function(bz,bw){var by=c.map(this,bv,bz),bx=T.call(arguments);if(!ac.test(e)){bw=bz}if(bw&&typeof bw==="string"){by=c.filter(bw,by)}by=this.length>1&&!ax[e]?c.unique(by):by;if((this.length>1||ba.test(bw))&&ap.test(e)){by=by.reverse()}return this.pushStack(by,e,bx.join(","))}});c.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?c.find.matchesSelector(e[0],bw)?[e[0]]:[]:c.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===O||bx.nodeType!==1||!c(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aE(bx,bw,e){bw=bw||0;if(c.isFunction(bw)){return c.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return c.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=c.grep(bx,function(by){return by.nodeType===1});if(bq.test(bw)){return c.filter(bw,bv,!e)}else{bw=c.filter(bw,bv)}}}}return c.grep(bx,function(bz,by){return(c.inArray(bz,bw)>=0)===e})}var ah=/ jQuery\d+="(?:\d+|null)"/g,aq=/^\s+/,W=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,f=/<([\w:]+)/,A=/<tbody/i,Z=/<|&#?\w+;/,S=/<(?:script|object|embed|option|style)/i,q=/checked\s*(?:[^=]|=\s*.checked.)/i,bm=/\/(java|ecma)script/i,aw={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};aw.optgroup=aw.option;aw.tbody=aw.tfoot=aw.colgroup=aw.caption=aw.thead;aw.th=aw.td;if(!c.support.htmlSerialize){aw._default=[1,"div<div>","</div>"]}c.fn.extend({text:function(e){if(c.isFunction(e)){return this.each(function(bw){var bv=c(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==O){return this.empty().append((this[0]&&this[0].ownerDocument||au).createTextNode(e))}return c.text(this)},wrapAll:function(e){if(c.isFunction(e)){return this.each(function(bw){c(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=c(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(c.isFunction(e)){return this.each(function(bv){c(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=c(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){return this.each(function(){c(this).wrapAll(e)})},unwrap:function(){return this.parent().each(function(){if(!c.nodeName(this,"body")){c(this).replaceWith(this.childNodes)}}).end()},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(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=c(arguments[0]);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,c(arguments[0]).toArray());return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||c.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){c.cleanData(bw.getElementsByTagName("*"));c.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){c.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return c.clone(this,bv,e)})},html:function(bx){if(bx===O){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ah,""):null}else{if(typeof bx==="string"&&!S.test(bx)&&(c.support.leadingWhitespace||!aq.test(bx))&&!aw[(f.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(W,"<$1></$2>");try{for(var bw=0,bv=this.length;bw<bv;bw++){if(this[bw].nodeType===1){c.cleanData(this[bw].getElementsByTagName("*"));this[bw].innerHTML=bx}}}catch(by){this.empty().append(bx)}}else{if(c.isFunction(bx)){this.each(function(bz){var e=c(this);e.html(bx.call(this,bz,e.html()))})}else{this.empty().append(bx)}}}return this},replaceWith:function(e){if(this[0]&&this[0].parentNode){if(c.isFunction(e)){return this.each(function(bx){var bw=c(this),bv=bw.html();bw.replaceWith(e.call(this,bx,bv))})}if(typeof e!=="string"){e=c(e).detach()}return this.each(function(){var bw=this.nextSibling,bv=this.parentNode;c(this).remove();if(bw){c(bw).before(e)}else{c(bv).append(e)}})}else{return this.length?this.pushStack(c(c.isFunction(e)?e():e),"replaceWith",e):this}},detach:function(e){return this.remove(e,true)},domManip:function(bB,bF,bE){var bx,by,bA,bD,bC=bB[0],bv=[];if(!c.support.checkClone&&arguments.length===3&&typeof bC==="string"&&q.test(bC)){return this.each(function(){c(this).domManip(bB,bF,bE,true)})}if(c.isFunction(bC)){return this.each(function(bH){var bG=c(this);bB[0]=bC.call(this,bH,bF?bG.html():O);bG.domManip(bB,bF,bE)})}if(this[0]){bD=bC&&bC.parentNode;if(c.support.parentNode&&bD&&bD.nodeType===11&&bD.childNodes.length===this.length){bx={fragment:bD}}else{bx=c.buildFragment(bB,this,bv)}bA=bx.fragment;if(bA.childNodes.length===1){by=bA=bA.firstChild}else{by=bA.firstChild}if(by){bF=bF&&c.nodeName(by,"tr");for(var bw=0,e=this.length,bz=e-1;bw<e;bw++){bE.call(bF?bb(this[bw],by):this[bw],bx.cacheable||(e>1&&bw<bz)?c.clone(bA,true,true):bA)}}if(bv.length){c.each(bv,bp)}}return this}});function bb(e,bv){return c.nodeName(e,"table")?(e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody"))):e}function x(e,bB){if(bB.nodeType!==1||!c.hasData(e)){return}var bA=c.expando,bx=c.data(e),by=c.data(bB,bx);if((bx=bx[bA])){var bC=bx.events;by=by[bA]=c.extend({},bx);if(bC){delete by.handle;by.events={};for(var bz in bC){for(var bw=0,bv=bC[bz].length;bw<bv;bw++){c.event.add(bB,bz+(bC[bz][bw].namespace?".":"")+bC[bz][bw].namespace,bC[bz][bw],bC[bz][bw].data)}}}}}function ai(bv,e){var bw;if(e.nodeType!==1){return}if(e.clearAttributes){e.clearAttributes()}if(e.mergeAttributes){e.mergeAttributes(bv)}bw=e.nodeName.toLowerCase();if(bw==="object"){e.outerHTML=bv.outerHTML}else{if(bw==="input"&&(bv.type==="checkbox"||bv.type==="radio")){if(bv.checked){e.defaultChecked=e.checked=bv.checked}if(e.value!==bv.value){e.value=bv.value}}else{if(bw==="option"){e.selected=bv.defaultSelected}else{if(bw==="input"||bw==="textarea"){e.defaultValue=bv.defaultValue}}}}e.removeAttribute(c.expando)}c.buildFragment=function(bz,bx,bv){var by,e,bw,bA=(bx&&bx[0]?bx[0].ownerDocument||bx[0]:au);if(bz.length===1&&typeof bz[0]==="string"&&bz[0].length<512&&bA===au&&bz[0].charAt(0)==="<"&&!S.test(bz[0])&&(c.support.checkClone||!q.test(bz[0]))){e=true;bw=c.fragments[bz[0]];if(bw&&bw!==1){by=bw}}if(!by){by=bA.createDocumentFragment();c.clean(bz,bA,by,bv)}if(e){c.fragments[bz[0]]=bw?by:1}return{fragment:by,cacheable:e}};c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,bv){c.fn[e]=function(bw){var bz=[],bC=c(bw),bB=this.length===1&&this[0].parentNode;if(bB&&bB.nodeType===11&&bB.childNodes.length===1&&bC.length===1){bC[bv](this[0]);return this}else{for(var bA=0,bx=bC.length;bA<bx;bA++){var by=(bA>0?this.clone(true):this).get();c(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bf(e){if("getElementsByTagName" in e){return e.getElementsByTagName("*")}else{if("querySelectorAll" in e){return e.querySelectorAll("*")}else{return[]}}}function ay(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function I(e){if(c.nodeName(e,"input")){ay(e)}else{if(e.getElementsByTagName){c.grep(e.getElementsByTagName("input"),ay)}}}c.extend({clone:function(by,bA,bw){var bz=by.cloneNode(true),e,bv,bx;if((!c.support.noCloneEvent||!c.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!c.isXMLDoc(by)){ai(by,bz);e=bf(by);bv=bf(bz);for(bx=0;e[bx];++bx){ai(e[bx],bv[bx])}}if(bA){x(by,bz);if(bw){e=bf(by);bv=bf(bz);for(bx=0;e[bx];++bx){x(e[bx],bv[bx])}}}return bz},clean:function(bw,by,bH,bA){var bF;by=by||au;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||au}var bI=[];for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!Z.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(W,"<$1></$2>");var bK=(f.exec(bz)||["",""])[1].toLowerCase(),bx=aw[bK]||aw._default,bD=bx[0],bv=by.createElement("div");bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!c.support.tbody){var e=A.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]==="<table>"&&!e?bv.childNodes:[];for(var bB=bC.length-1;bB>=0;--bB){if(c.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!c.support.leadingWhitespace&&aq.test(bz)){bv.insertBefore(by.createTextNode(aq.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!c.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bE=0;bE<bG;bE++){I(bz[bE])}}else{I(bz)}}if(bz.nodeType){bI.push(bz)}else{bI=c.merge(bI,bz)}}if(bH){bF=function(bL){return !bL.type||bm.test(bL.type)};for(bE=0;bI[bE];bE++){if(bA&&c.nodeName(bI[bE],"script")&&(!bI[bE].type||bI[bE].type.toLowerCase()==="text/javascript")){bA.push(bI[bE].parentNode?bI[bE].parentNode.removeChild(bI[bE]):bI[bE])}else{if(bI[bE].nodeType===1){var bJ=c.grep(bI[bE].getElementsByTagName("script"),bF);bI.splice.apply(bI,[bE+1,0].concat(bJ))}bH.appendChild(bI[bE])}}}return bI},cleanData:function(bv){var by,bw,e=c.cache,bD=c.expando,bB=c.event.special,bA=c.support.deleteExpando;for(var bz=0,bx;(bx=bv[bz])!=null;bz++){if(bx.nodeName&&c.noData[bx.nodeName.toLowerCase()]){continue}bw=bx[c.expando];if(bw){by=e[bw]&&e[bw][bD];if(by&&by.events){for(var bC in by.events){if(bB[bC]){c.event.remove(bx,bC)}else{c.removeEvent(bx,bC,by.handle)}}if(by.handle){by.handle.elem=null}}if(bA){delete bx[c.expando]}else{if(bx.removeAttribute){bx.removeAttribute(c.expando)}}delete e[bw]}}}});function bp(e,bv){if(bv.src){c.ajax({url:bv.src,async:false,dataType:"script"})}else{c.globalEval(bv.text||bv.textContent||bv.innerHTML||"")}if(bv.parentNode){bv.parentNode.removeChild(bv)}}var al=/alpha\([^)]*\)/i,at=/opacity=([^)]*)/,aW=/-([a-z])/ig,D=/([A-Z]|^ms)/g,bd=/^-?\d+(?:px)?$/i,bo=/^-?\d/,M=/^[+\-]=/,ak=/[^+\-\.\de]+/g,a7={position:"absolute",visibility:"hidden",display:"block"},an=["Left","Right"],a1=["Top","Bottom"],aa,aI,aV,p=function(e,bv){return bv.toUpperCase()};c.fn.css=function(e,bv){if(arguments.length===2&&bv===O){return this}return c.access(this,e,bv,true,function(bx,bw,by){return by!==O?c.style(bx,bw,by):c.css(bx,bw)})};c.extend({cssHooks:{opacity:{get:function(bw,bv){if(bv){var e=aa(bw,"opacity","opacity");return e===""?"1":e}else{return bw.style.opacity}}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true,widows:true,orphans:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(bx,bw,bD,by){if(!bx||bx.nodeType===3||bx.nodeType===8||!bx.style){return}var bB,bC,bz=c.camelCase(bw),bv=bx.style,bE=c.cssHooks[bz];bw=c.cssProps[bz]||bz;if(bD!==O){bC=typeof bD;if(bC==="number"&&isNaN(bD)||bD==null){return}if(bC==="string"&&M.test(bD)){bD=+bD.replace(ak,"")+parseFloat(c.css(bx,bw))}if(bC==="number"&&!c.cssNumber[bz]){bD+="px"}if(!bE||!("set" in bE)||(bD=bE.set(bx,bD))!==O){try{bv[bw]=bD}catch(bA){}}}else{if(bE&&"get" in bE&&(bB=bE.get(bx,false,by))!==O){return bB}return bv[bw]}},css:function(by,bx,bv){var bw,e;bx=c.camelCase(bx);e=c.cssHooks[bx];bx=c.cssProps[bx]||bx;if(bx==="cssFloat"){bx="float"}if(e&&"get" in e&&(bw=e.get(by,true,bv))!==O){return bw}else{if(aa){return aa(by,bx)}}},swap:function(bx,bw,by){var e={};for(var bv in bw){e[bv]=bx.style[bv];bx.style[bv]=bw[bv]}by.call(bx);for(bv in bw){bx.style[bv]=e[bv]}},camelCase:function(e){return e.replace(aW,p)}});c.curCSS=c.css;c.each(["height","width"],function(bv,e){c.cssHooks[e]={get:function(by,bx,bw){var bz;if(bx){if(by.offsetWidth!==0){bz=r(by,e,bw)}else{c.swap(by,a7,function(){bz=r(by,e,bw)})}if(bz<=0){bz=aa(by,e,e);if(bz==="0px"&&aV){bz=aV(by,e,e)}if(bz!=null){return bz===""||bz==="auto"?"0px":bz}}if(bz<0||bz==null){bz=by.style[e];return bz===""||bz==="auto"?"0px":bz}return typeof bz==="string"?bz:bz+"px"}},set:function(bw,bx){if(bd.test(bx)){bx=parseFloat(bx);if(bx>=0){return bx+"px"}}else{return bx}}}});if(!c.support.opacity){c.cssHooks.opacity={get:function(bv,e){return at.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle;bx.zoom=1;var e=c.isNaN(bz)?"":"alpha(opacity="+bz*100+")",bw=bv&&bv.filter||bx.filter||"";bx.filter=al.test(bw)?bw.replace(al,e):bw+" "+e}}}c(function(){if(!c.support.reliableMarginRight){c.cssHooks.marginRight={get:function(bw,bv){var e;c.swap(bw,{display:"inline-block"},function(){if(bv){e=aa(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(au.defaultView&&au.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(D,"-$1").toLowerCase();if(!(bx=by.ownerDocument.defaultView)){return O}if((e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!c.contains(by.ownerDocument.documentElement,by)){bv=c.style(by,bw)}}return bv}}if(au.documentElement.currentStyle){aV=function(by,bw){var bz,bv=by.currentStyle&&by.currentStyle[bw],e=by.runtimeStyle&&by.runtimeStyle[bw],bx=by.style;if(!bd.test(bv)&&bo.test(bv)){bz=bx.left;if(e){by.runtimeStyle.left=by.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bz;if(e){by.runtimeStyle.left=e}}return bv===""?"auto":bv}}aa=aI||aV;function r(bw,bv,e){var by=bv==="width"?an:a1,bx=bv==="width"?bw.offsetWidth:bw.offsetHeight;if(e==="border"){return bx}c.each(by,function(){if(!e){bx-=parseFloat(c.css(bw,"padding"+this))||0}if(e==="margin"){bx+=parseFloat(c.css(bw,"margin"+this))||0}else{bx-=parseFloat(c.css(bw,"border"+this+"Width"))||0}});return bx}if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(bw){var bv=bw.offsetWidth,e=bw.offsetHeight;return(bv===0&&e===0)||(!c.support.reliableHiddenOffsets&&(bw.style.display||c.css(bw,"display"))==="none")};c.expr.filters.visible=function(e){return !c.expr.filters.hidden(e)}}var l=/%20/g,ao=/\[\]$/,bt=/\r?\n/g,br=/#.*$/,aC=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,aY=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,aM=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,aO=/^(?:GET|HEAD)$/,d=/^\/\//,P=/\?/,a6=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,t=/^(?:select|textarea)/i,j=/\s+/,bs=/([?&])_=[^&]*/,N=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,E=c.fn.load,ab={},u={},aD,v;try{aD=bl.href}catch(av){aD=au.createElement("a");aD.href="";aD=aD.href}v=N.exec(aD.toLowerCase())||[];function g(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(c.isFunction(bA)){var bx=by.toLowerCase().split(j),bw=0,bz=bx.length,bv,bB,bC;for(;bw<bz;bw++){bv=bx[bw];bC=/^\+/.test(bv);if(bC){bv=bv.substr(1)||"*"}bB=e[bv]=e[bv]||[];bB[bC?"unshift":"push"](bA)}}}}function aT(bv,bE,bz,bD,bB,bx){bB=bB||bE.dataTypes[0];bx=bx||{};bx[bB]=true;var bA=bv[bB],bw=0,e=bA?bA.length:0,by=(bv===ab),bC;for(;bw<e&&(by||!bC);bw++){bC=bA[bw](bE,bz,bD);if(typeof bC==="string"){if(!by||bx[bC]){bC=O}else{bE.dataTypes.unshift(bC);bC=aT(bv,bE,bz,bD,bC,bx)}}}if((by||!bC)&&!bx["*"]){bC=aT(bv,bE,bz,bD,"*",bx)}return bC}c.fn.extend({load:function(bw,bz,bA){if(typeof bw!=="string"&&E){return E.apply(this,arguments)}else{if(!this.length){return this}}var by=bw.indexOf(" ");if(by>=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(c.isFunction(bz)){bA=bz;bz=O}else{if(typeof bz==="object"){bz=c.param(bz,c.ajaxSettings.traditional);bx="POST"}}}var bv=this;c.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?c("<div>").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||t.test(this.nodeName)||aY.test(this.type))}).map(function(e,bv){var bw=c(this).val();return bw==null?null:c.isArray(bw)?c.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bt,"\r\n")}}):{name:bv.name,value:bw.replace(bt,"\r\n")}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){c.fn[bv]=function(bw){return this.bind(bv,bw)}});c.each(["get","post"],function(e,bv){c[bv]=function(bw,by,bz,bx){if(c.isFunction(by)){bx=bx||bz;bz=by;by=O}return c.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});c.extend({getScript:function(e,bv){return c.get(e,O,bv,"script")},getJSON:function(e,bv,bw){return c.get(e,bv,bw,"json")},ajaxSetup:function(bw,e){if(!e){e=bw;bw=c.extend(true,c.ajaxSettings,e)}else{c.extend(true,bw,c.ajaxSettings,e)}for(var bv in {context:1,url:1}){if(bv in e){bw[bv]=e[bv]}else{if(bv in c.ajaxSettings){bw[bv]=c.ajaxSettings[bv]}}}return bw},ajaxSettings:{url:aD,isLocal:aM.test(v[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bc.String,"text html":true,"text json":c.parseJSON,"text xml":c.parseXML}},ajaxPrefilter:g(ab),ajaxTransport:g(u),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=O}bx=bx||{};var bD=c.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof c)?c(bS):c.event,bR=c.Deferred(),bN=c._Deferred(),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aC.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===O?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bY,bW,bZ,bV){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=O;bQ=bV||"";bJ.readyState=bY?4:0;var bT,b3,b2,bX=bZ?bj(bD,bJ,bZ):O,bU,b1;if(bY>=200&&bY<300||bY===304){if(bD.ifModified){if((bU=bJ.getResponseHeader("Last-Modified"))){c.lastModified[bC]=bU}if((b1=bJ.getResponseHeader("Etag"))){c.etag[bC]=b1}}if(bY===304){bW="notmodified";bT=true}else{try{b3=J(bD,bX);bW="success";bT=true}catch(b0){bW="parsererror";b2=b0}}}else{b2=bW;if(!bW||bY){bW="error";if(bY<0){bY=0}}}bJ.status=bY;bJ.statusText=bW;if(bT){bR.resolveWith(bS,[b3,bW,bJ])}else{bR.rejectWith(bS,[bJ,bW,b2])}bJ.statusCode(bB);bB=O;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b3:b2])}bN.resolveWith(bS,[bJ,bW]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--c.active)){c.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.done;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(br,"").replace(d,v[1]+"//");bD.dataTypes=c.trim(bD.dataType||"*").toLowerCase().split(j);if(bD.crossDomain==null){bI=N.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=v[1]||bI[2]!=v[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(v[3]||(v[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=c.param(bD.data,bD.traditional)}aT(ab,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aO.test(bD.type);if(bw&&c.active++===0){c.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(P.test(bD.url)?"&":"?")+bD.data}bC=bD.url;if(bD.cache===false){var bv=c.now(),bP=bD.url.replace(bs,"$1_="+bv);bD.url=bP+((bP===bD.url)?(P.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(c.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",c.lastModified[bC])}if(c.etag[bC]){bJ.setRequestHeader("If-None-Match",c.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", */*; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aT(u,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(status<2){bF(-1,bM)}else{c.error(bM)}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=c.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===O){bw=c.ajaxSettings.traditional}if(c.isArray(e)||(e.jquery&&!c.isPlainObject(e))){c.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){z(bx,e[bx],bw,by)}}return bv.join("&").replace(l,"+")}});function z(bw,by,bv,bx){if(c.isArray(by)){c.each(by,function(bA,bz){if(bv||ao.test(bw)){bx(bw,bz)}else{z(bw+"["+(typeof bz==="object"||c.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){z(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}c.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===O){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function J(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA<bw;bA++){if(bA===1){for(bE in bH.converters){if(typeof bE==="string"){bG[bE.toLowerCase()]=bH.converters[bE]}}}bx=bC;bC=bD[bA];if(bC==="*"){bC=bx}else{if(bx!=="*"&&bx!==bC){by=bx+" "+bC;bF=bG[by]||bG["* "+bC];if(!bF){e=O;for(bv in bG){bB=bv.split(" ");if(bB[0]===bx||bB[0]==="*"){e=bG[bB[1]+" "+bC];if(e){bv=bG[bv];if(bv===true){bF=e}else{if(e===true){bF=bv}}break}}}}if(!(bF||e)){c.error("No conversion from "+by.replace(" "," to "))}if(bF!==true){bz=bF?bF(bz):e(bv(bz))}}}}return bz}var aB=c.now(),y=/(\=)\?(&|$)|\?\?/i;c.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return c.expando+"_"+(aB++)}});c.ajaxPrefilter("json jsonp",function(bD,bA,bC){var bx=bD.contentType==="application/x-www-form-urlencoded"&&(typeof bD.data==="string");if(bD.dataTypes[0]==="jsonp"||bD.jsonp!==false&&(y.test(bD.url)||bx&&y.test(bD.data))){var bB,bw=bD.jsonpCallback=c.isFunction(bD.jsonpCallback)?bD.jsonpCallback():bD.jsonpCallback,bz=bc[bw],e=bD.url,by=bD.data,bv="$1"+bw+"$2";if(bD.jsonp!==false){e=e.replace(y,bv);if(bD.url===e){if(bx){by=by.replace(y,bv)}if(bD.data===by){e+=(/\?/.test(e)?"&":"?")+bD.jsonp+"="+bw}}}bD.url=e;bD.data=by;bc[bw]=function(bE){bB=[bE]};bC.always(function(){bc[bw]=bz;if(bB&&c.isFunction(bz)){bc[bw](bB[0])}});bD.converters["script json"]=function(){if(!bB){c.error(bw+" was not called")}return bB[0]};bD.dataTypes[0]="json";return"script"}});c.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){c.globalEval(e);return e}}});c.ajaxPrefilter("script",function(e){if(e.cache===O){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});c.ajaxTransport("script",function(bw){if(bw.crossDomain){var e,bv=au.head||au.getElementsByTagName("head")[0]||au.documentElement;return{send:function(bx,by){e=au.createElement("script");e.async="async";if(bw.scriptCharset){e.charset=bw.scriptCharset}e.src=bw.url;e.onload=e.onreadystatechange=function(bA,bz){if(bz||!e.readyState||/loaded|complete/.test(e.readyState)){e.onload=e.onreadystatechange=null;if(bv&&e.parentNode){bv.removeChild(e)}e=O;if(!bz){by(200,"success")}}};bv.insertBefore(e,bv.firstChild)},abort:function(){if(e){e.onload(0,1)}}}}});var F=bc.ActiveXObject?function(){for(var e in Q){Q[e](0,1)}}:false,C=0,Q;function aL(){try{return new bc.XMLHttpRequest()}catch(bv){}}function aj(){try{return new bc.ActiveXObject("Microsoft.XMLHTTP")}catch(bv){}}c.ajaxSettings.xhr=bc.ActiveXObject?function(){return !this.isLocal&&aL()||aj()}:aL;(function(e){c.extend(c.support,{ajax:!!e,cors:!!e&&("withCredentials" in e)})})(c.ajaxSettings.xhr());if(c.support.ajax){c.ajaxTransport(function(e){if(!e.crossDomain||c.support.cors){var bv;return{send:function(bB,bw){var bA=e.xhr(),bz,by;if(e.username){bA.open(e.type,e.url,e.async,e.username,e.password)}else{bA.open(e.type,e.url,e.async)}if(e.xhrFields){for(by in e.xhrFields){bA[by]=e.xhrFields[by]}}if(e.mimeType&&bA.overrideMimeType){bA.overrideMimeType(e.mimeType)}if(!e.crossDomain&&!bB["X-Requested-With"]){bB["X-Requested-With"]="XMLHttpRequest"}try{for(by in bB){bA.setRequestHeader(by,bB[by])}}catch(bx){}bA.send((e.hasContent&&e.data)||null);bv=function(bK,bE){var bF,bD,bC,bI,bH;try{if(bv&&(bE||bA.readyState===4)){bv=O;if(bz){bA.onreadystatechange=c.noop;if(F){delete Q[bz]}}if(bE){if(bA.readyState!==4){bA.abort()}}else{bF=bA.status;bC=bA.getAllResponseHeaders();bI={};bH=bA.responseXML;if(bH&&bH.documentElement){bI.xml=bH}bI.text=bA.responseText;try{bD=bA.statusText}catch(bJ){bD=""}if(!bF&&e.isLocal&&!e.crossDomain){bF=bI.text?200:404}else{if(bF===1223){bF=204}}}}}catch(bG){if(!bE){bw(-1,bG)}}if(bI){bw(bF,bD,bI,bC)}};if(!e.async||bA.readyState===4){bv()}else{bz=++C;if(F){if(!Q){Q={};c(bc).unload(F)}Q[bz]=bv}bA.onreadystatechange=bv}},abort:function(){if(bv){bv(0,1)}}}}})}var U={},a9,o,aA=/^(?:toggle|show|hide)$/,aQ=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,a2,aH=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],a4,V=bc.webkitRequestAnimationFrame||bc.mozRequestAnimationFrame||bc.oRequestAnimationFrame;c.fn.extend({show:function(bx,bA,bz){var bw,by;if(bx||bx===0){return this.animate(a0("show",3),bx,bA,bz)}else{for(var bv=0,e=this.length;bv<e;bv++){bw=this[bv];if(bw.style){by=bw.style.display;if(!c._data(bw,"olddisplay")&&by==="none"){by=bw.style.display=""}if(by===""&&c.css(bw,"display")==="none"){c._data(bw,"olddisplay",B(bw.nodeName))}}}for(bv=0;bv<e;bv++){bw=this[bv];if(bw.style){by=bw.style.display;if(by===""||by==="none"){bw.style.display=c._data(bw,"olddisplay")||""}}}return this}},hide:function(bw,bz,by){if(bw||bw===0){return this.animate(a0("hide",3),bw,bz,by)}else{for(var bv=0,e=this.length;bv<e;bv++){if(this[bv].style){var bx=c.css(this[bv],"display");if(bx!=="none"&&!c._data(this[bv],"olddisplay")){c._data(this[bv],"olddisplay",bx)}}}for(bv=0;bv<e;bv++){if(this[bv].style){this[bv].style.display="none"}}return this}},_toggle:c.fn.toggle,toggle:function(bw,bv,bx){var e=typeof bw==="boolean";if(c.isFunction(bw)&&c.isFunction(bv)){this._toggle.apply(this,arguments)}else{if(bw==null||e){this.each(function(){var by=e?bw:c(this).is(":hidden");c(this)[by?"show":"hide"]()})}else{this.animate(a0("toggle",3),bw,bv,bx)}}return this},fadeTo:function(e,bx,bw,bv){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:bx},e,bw,bv)},animate:function(by,bv,bx,bw){var e=c.speed(bv,bx,bw);if(c.isEmptyObject(by)){return this.each(e.complete,[false])}return this[e.queue===false?"each":"queue"](function(){if(e.queue===false){c._mark(this)}var bC=c.extend({},e),bJ=this.nodeType===1,bG=bJ&&c(this).is(":hidden"),bz,bD,bB,bI,bH,bF,bA,bE,bK;bC.animatedProperties={};for(bB in by){bz=c.camelCase(bB);if(bB!==bz){by[bz]=by[bB];delete by[bB]}bD=by[bz];if(bD==="hide"&&bG||bD==="show"&&!bG){return bC.complete.call(this)}if(bJ&&(bz==="height"||bz==="width")){bC.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(c.css(this,"display")==="inline"&&c.css(this,"float")==="none"){if(!c.support.inlineBlockNeedsLayout){this.style.display="inline-block"}else{bI=B(this.nodeName);if(bI==="inline"){this.style.display="inline-block"}else{this.style.display="inline";this.style.zoom=1}}}}bC.animatedProperties[bz]=c.isArray(bD)?bD[1]:bC.specialEasing&&bC.specialEasing[bz]||bC.easing||"swing"}if(bC.overflow!=null){this.style.overflow="hidden"}for(bB in by){bH=new c.fx(this,bC,bB);bD=by[bB];if(aA.test(bD)){bH[bD==="toggle"?bG?"show":"hide":bD]()}else{bF=aQ.exec(bD);bA=bH.cur();if(bF){bE=parseFloat(bF[2]);bK=bF[3]||(c.cssNumber[bz]?"":"px");if(bK!=="px"){c.style(this,bB,(bE||1)+bK);bA=((bE||1)/bH.cur())*bA;c.style(this,bB,bA+bK)}if(bF[1]){bE=((bF[1]==="-="?-1:1)*bE)+bA}bH.custom(bA,bE,bK)}else{bH.custom(bA,bD,"")}}}return true})},stop:function(bv,e){if(bv){this.queue([])}this.each(function(){var bx=c.timers,bw=bx.length;if(!e){c._unmark(true,this)}while(bw--){if(bx[bw].elem===this){if(e){bx[bw](true)}bx.splice(bw,1)}}});if(!e){this.dequeue()}return this}});function bg(){setTimeout(ar,0);return(a4=c.now())}function ar(){a4=O}function a0(bv,e){var bw={};c.each(aH.concat.apply([],aH.slice(0,e)),function(){bw[this]=bv});return bw}c.each({slideDown:a0("show",1),slideUp:a0("hide",1),slideToggle:a0("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,bv){c.fn[e]=function(bw,by,bx){return this.animate(bv,bw,by,bx)}});c.extend({speed:function(bw,bx,bv){var e=bw&&typeof bw==="object"?c.extend({},bw):{complete:bv||!bv&&bx||c.isFunction(bw)&&bw,duration:bw,easing:bv&&bx||bx&&!c.isFunction(bx)&&bx};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(by){if(e.queue!==false){c.dequeue(this)}else{if(by!==false){c._unmark(this)}}if(c.isFunction(e.old)){e.old.call(this)}};return e},easing:{linear:function(bw,bx,e,bv){return e+bv*bw},swing:function(bw,bx,e,bv){return((-Math.cos(bw*Math.PI)/2)+0.5)*bv+e}},timers:[],fx:function(bv,e,bw){this.options=e;this.elem=bv;this.prop=bw;e.orig=e.orig||{}}});c.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var e,bv=c.css(this.elem,this.prop);return isNaN(e=parseFloat(bv))?!bv||bv==="auto"?0:bv:e},custom:function(bA,bz,bx){var e=this,bw=c.fx,by;this.startTime=a4||bg();this.start=bA;this.end=bz;this.unit=bx||this.unit||(c.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;function bv(bB){return e.step(bB)}bv.elem=this.elem;if(bv()&&c.timers.push(bv)&&!a2){if(V){a2=1;by=function(){if(a2){V(by);bw.tick()}};V(by)}else{a2=setInterval(bw.tick,bw.interval)}}},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(by){var bx=a4||bg(),e=true,bz=this.elem,bv=this.options,bw,bB;if(by||bx>=bv.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bv.animatedProperties[this.prop]=true;for(bw in bv.animatedProperties){if(bv.animatedProperties[bw]!==true){e=false}}if(e){if(bv.overflow!=null&&!c.support.shrinkWrapBlocks){c.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bv.overflow[bC]})}if(bv.hide){c(bz).hide()}if(bv.hide||bv.show){for(var bA in bv.animatedProperties){c.style(bz,bA,bv.orig[bA])}}bv.complete.call(bz)}return false}else{if(bv.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bv.duration;this.pos=c.easing[bv.animatedProperties[this.prop]](this.state,bB,0,1,bv.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};c.extend(c.fx,{tick:function(){var bv=c.timers,e=bv.length;while(e--){if(!bv[e]()){bv.splice(e,1)}}if(!bv.length){c.fx.stop()}},interval:13,stop:function(){clearInterval(a2);a2=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(e){c.style(e.elem,"opacity",e.now)},_default:function(e){if(e.elem.style&&e.elem.style[e.prop]!=null){e.elem.style[e.prop]=(e.prop==="width"||e.prop==="height"?Math.max(0,e.now):e.now)+e.unit}else{e.elem[e.prop]=e.now}}}});if(c.expr&&c.expr.filters){c.expr.filters.animated=function(e){return c.grep(c.timers,function(bv){return e===bv.elem}).length}}function B(bw){if(!U[bw]){var e=c("<"+bw+">").appendTo("body"),bv=e.css("display");e.remove();if(bv==="none"||bv===""){if(!a9){a9=au.createElement("iframe");a9.frameBorder=a9.width=a9.height=0}au.body.appendChild(a9);if(!o||!a9.createElement){o=(a9.contentWindow||a9.contentDocument).document;o.write("<!doctype><html><body></body></html>")}e=o.createElement(bw);o.body.appendChild(e);bv=c.css(e,"display");au.body.removeChild(a9)}U[bw]=bv}return U[bw]}var Y=/^t(?:able|d|h)$/i,ae=/^(?:body|html)$/i;if("getBoundingClientRect" in au.documentElement){c.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){c.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return c.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!c.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||c.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||c.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{c.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){c.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return c.offset.bodyOffset(bz)}c.offset.initialize();var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(c.offset.supportsFixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&Y.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(c.offset.supportsFixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}c.offset={initialize:function(){var e=au.body,bv=au.createElement("div"),by,bA,bz,bB,bw=parseFloat(c.css(e,"marginTop"))||0,bx="<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>";c.extend(bv.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});bv.innerHTML=bx;e.insertBefore(bv,e.firstChild);by=bv.firstChild;bA=by.firstChild;bB=by.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(bA.offsetTop!==5);this.doesAddBorderForTableAndCells=(bB.offsetTop===5);bA.style.position="fixed";bA.style.top="20px";this.supportsFixedPosition=(bA.offsetTop===20||bA.offsetTop===15);bA.style.position=bA.style.top="";by.style.overflow="hidden";by.style.position="relative";this.subtractsBorderForOverflowNotVisible=(bA.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(e.offsetTop!==bw);e.removeChild(bv);c.offset.initialize=c.noop},bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(c.css(e,"marginTop"))||0;bv+=parseFloat(c.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=c.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=c(bx),bv=bz.offset(),e=c.css(bx,"top"),bE=c.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&c.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(c.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};c.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ae.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(c.css(bw,"marginTop"))||0;bx.left-=parseFloat(c.css(bw,"marginLeft"))||0;e.top+=parseFloat(c.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||au.body;while(e&&(!ae.test(e.nodeName)&&c.css(e,"position")==="static")){e=e.offsetParent}return e})}});c.each(["Left","Top"],function(bv,e){var bw="scroll"+e;c.fn[bw]=function(bz){var bx,by;if(bz===O){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:c.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:c(by).scrollLeft(),bv?bz:c(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return c.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}c.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();c.fn["inner"+e]=function(){return this[0]?parseFloat(c.css(this[0],bw,"padding")):null};c.fn["outer"+e]=function(bx){return this[0]?parseFloat(c.css(this[0],bw,bx?"margin":"border")):null};c.fn[bw]=function(by){var bz=this[0];if(!bz){return by==null?null:this}if(c.isFunction(by)){return this.each(function(bD){var bC=c(this);bC[bw](by.call(this,bD,bC[bw]()))})}if(c.isWindow(bz)){var bA=bz.document.documentElement["client"+e];return bz.document.compatMode==="CSS1Compat"&&bA||bz.document.body["client"+e]||bA}else{if(bz.nodeType===9){return Math.max(bz.documentElement["client"+e],bz.body["scroll"+e],bz.documentElement["scroll"+e],bz.body["offset"+e],bz.documentElement["offset"+e])}else{if(by===O){var bB=c.css(bz,bw),bx=parseFloat(bB);return c.isNaN(bx)?bB:bx}else{return this.css(bw,typeof by==="string"?by:by+"px")}}}}});bc.jQuery=bc.$=c})(window);
/*!
 * jQuery UI 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI
 */
(function(b,e){b.ui=b.ui||{};if(b.ui.version){return}b.extend(b.ui,{version:"1.8.14",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,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,WINDOWS:91}});b.fn.extend({_focus:b.fn.focus,focus:function(f,g){return typeof f==="number"?this.each(function(){var h=this;setTimeout(function(){b(h).focus();if(g){g.call(h)}},f)}):this._focus.apply(this,arguments)},scrollParent:function(){var f;if((b.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){f=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(b.curCSS(this,"position",1))&&(/(auto|scroll)/).test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0)}else{f=this.parents().filter(function(){return(/(auto|scroll)/).test(b.curCSS(this,"overflow",1)+b.curCSS(this,"overflow-y",1)+b.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!f.length?b(document):f},zIndex:function(j){if(j!==e){return this.css("zIndex",j)}if(this.length){var g=b(this[0]),f,h;while(g.length&&g[0]!==document){f=g.css("position");if(f==="absolute"||f==="relative"||f==="fixed"){h=parseInt(g.css("zIndex"),10);if(!isNaN(h)&&h!==0){return h}}g=g.parent()}}return 0},disableSelection:function(){return this.bind((b.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(f){f.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});b.each(["Width","Height"],function(h,f){var g=f==="Width"?["Left","Right"]:["Top","Bottom"],j=f.toLowerCase(),l={innerWidth:b.fn.innerWidth,innerHeight:b.fn.innerHeight,outerWidth:b.fn.outerWidth,outerHeight:b.fn.outerHeight};function k(o,n,m,p){b.each(g,function(){n-=parseFloat(b.curCSS(o,"padding"+this,true))||0;if(m){n-=parseFloat(b.curCSS(o,"border"+this+"Width",true))||0}if(p){n-=parseFloat(b.curCSS(o,"margin"+this,true))||0}});return n}b.fn["inner"+f]=function(m){if(m===e){return l["inner"+f].call(this)}return this.each(function(){b(this).css(j,k(this,m)+"px")})};b.fn["outer"+f]=function(m,n){if(typeof m!=="number"){return l["outer"+f].call(this,m)}return this.each(function(){b(this).css(j,k(this,m,true,n)+"px")})}});function d(h,f){var l=h.nodeName.toLowerCase();if("area"===l){var k=h.parentNode,j=k.name,g;if(!h.href||!j||k.nodeName.toLowerCase()!=="map"){return false}g=b("img[usemap=#"+j+"]")[0];return !!g&&c(g)}return(/input|select|textarea|button|object/.test(l)?!h.disabled:"a"==l?h.href||f:f)&&c(h)}function c(f){return !b(f).parents().andSelf().filter(function(){return b.curCSS(this,"visibility")==="hidden"||b.expr.filters.hidden(this)}).length}b.extend(b.expr[":"],{data:function(h,g,f){return !!b.data(h,f[3])},focusable:function(f){return d(f,!isNaN(b.attr(f,"tabindex")))},tabbable:function(h){var f=b.attr(h,"tabindex"),g=isNaN(f);return(g||f>=0)&&d(h,!g)}});b(function(){var f=document.body,g=f.appendChild(g=document.createElement("div"));b.extend(g.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});b.support.minHeight=g.offsetHeight===100;b.support.selectstart="onselectstart" in g;f.removeChild(g).style.display="none"});b.extend(b.ui,{plugin:{add:function(g,h,k){var j=b.ui[g].prototype;for(var f in k){j.plugins[f]=j.plugins[f]||[];j.plugins[f].push([h,k[f]])}},call:function(f,h,g){var k=f.plugins[h];if(!k||!f.element[0].parentNode){return}for(var j=0;j<k.length;j++){if(f.options[k[j][0]]){k[j][1].apply(f.element,g)}}}},contains:function(g,f){return document.compareDocumentPosition?g.compareDocumentPosition(f)&16:g!==f&&g.contains(f)},hasScroll:function(j,g){if(b(j).css("overflow")==="hidden"){return false}var f=(g&&g==="left")?"scrollLeft":"scrollTop",h=false;if(j[f]>0){return true}j[f]=1;h=(j[f]>0);j[f]=0;return h},isOverAxis:function(g,f,h){return(g>f)&&(g<(f+h))},isOver:function(l,g,k,j,f,h){return b.ui.isOverAxis(l,k,f)&&b.ui.isOverAxis(g,j,h)}})})(jQuery);
/*!
 * jQuery UI Widget 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Widget
 */
(function(c,e){if(c.cleanData){var d=c.cleanData;c.cleanData=function(f){for(var g=0,h;(h=f[g])!=null;g++){c(h).triggerHandler("remove")}d(f)}}else{var b=c.fn.remove;c.fn.remove=function(f,g){return this.each(function(){if(!g){if(!f||c.filter(f,[this]).length){c("*",this).add([this]).each(function(){c(this).triggerHandler("remove")})}}return b.call(c(this),f,g)})}}c.widget=function(g,j,f){var h=g.split(".")[0],l;g=g.split(".")[1];l=h+"-"+g;if(!f){f=j;j=c.Widget}c.expr[":"][l]=function(m){return !!c.data(m,g)};c[h]=c[h]||{};c[h][g]=function(m,n){if(arguments.length){this._createWidget(m,n)}};var k=new j();k.options=c.extend(true,{},k.options);c[h][g].prototype=c.extend(true,k,{namespace:h,widgetName:g,widgetEventPrefix:c[h][g].prototype.widgetEventPrefix||g,widgetBaseClass:l},f);c.widget.bridge(g,c[h][g])};c.widget.bridge=function(g,f){c.fn[g]=function(k){var h=typeof k==="string",j=Array.prototype.slice.call(arguments,1),l=this;k=!h&&j.length?c.extend.apply(null,[true,k].concat(j)):k;if(h&&k.charAt(0)==="_"){return l}if(h){this.each(function(){var m=c.data(this,g),n=m&&c.isFunction(m[k])?m[k].apply(m,j):m;if(n!==m&&n!==e){l=n;return false}})}else{this.each(function(){var m=c.data(this,g);if(m){m.option(k||{})._init()}else{c.data(this,g,new f(k,this))}})}return l}};c.Widget=function(f,g){if(arguments.length){this._createWidget(f,g)}};c.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(g,h){c.data(h,this.widgetName,this);this.element=c(h);this.options=c.extend(true,{},this.options,this._getCreateOptions(),g);var f=this;this.element.bind("remove."+this.widgetName,function(){f.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return c.metadata&&c.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(g,h){var f=g;if(arguments.length===0){return c.extend({},this.options)}if(typeof g==="string"){if(h===e){return this.options[g]}f={};f[g]=h}this._setOptions(f);return this},_setOptions:function(g){var f=this;c.each(g,function(h,j){f._setOption(h,j)});return this},_setOption:function(f,g){this.options[f]=g;if(f==="disabled"){this.widget()[g?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",g)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(g,h,j){var l=this.options[g];h=c.Event(h);h.type=(g===this.widgetEventPrefix?g:this.widgetEventPrefix+g).toLowerCase();j=j||{};if(h.originalEvent){for(var f=c.event.props.length,k;f;){k=c.event.props[--f];h[k]=h.originalEvent[k]}}this.element.trigger(h,j);return !(c.isFunction(l)&&l.call(this.element[0],h,j)===false||h.isDefaultPrevented())}}})(jQuery);
/*!
 * jQuery UI Mouse 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Mouse
 *
 * Depends:
 *	jquery.ui.widget.js
 */
(function(c,d){var b=false;c(document).mousedown(function(f){b=false});c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.bind("mousedown."+this.widgetName,function(f){return e._mouseDown(f)}).bind("click."+this.widgetName,function(f){if(true===c.data(f.target,e.widgetName+".preventClickEvent")){c.removeData(f.target,e.widgetName+".preventClickEvent");f.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(g){if(b){return}(this._mouseStarted&&this._mouseUp(g));this._mouseDownEvent=g;var f=this,h=(g.which==1),e=(typeof this.options.cancel=="string"?c(g.target).closest(this.options.cancel).length:false);if(!h||e||!this._mouseCapture(g)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){f.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(g)&&this._mouseDelayMet(g)){this._mouseStarted=(this._mouseStart(g)!==false);if(!this._mouseStarted){g.preventDefault();return true}}if(true===c.data(g.target,this.widgetName+".preventClickEvent")){c.removeData(g.target,this.widgetName+".preventClickEvent")}this._mouseMoveDelegate=function(j){return f._mouseMove(j)};this._mouseUpDelegate=function(j){return f._mouseUp(j)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);g.preventDefault();b=true;return true},_mouseMove:function(e){if(c.browser.msie&&!(document.documentMode>=9)&&!e.button){return this._mouseUp(e)}if(this._mouseStarted){this._mouseDrag(e);return e.preventDefault()}if(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,e)!==false);(this._mouseStarted?this._mouseDrag(e):this._mouseUp(e))}return !this._mouseStarted},_mouseUp:function(e){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;if(e.target==this._mouseDownEvent.target){c.data(e.target,this.widgetName+".preventClickEvent",true)}this._mouseStop(e)}return false},_mouseDistanceMet:function(e){return(Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance)},_mouseDelayMet:function(e){return this.mouseDelayMet},_mouseStart:function(e){},_mouseDrag:function(e){},_mouseStop:function(e){},_mouseCapture:function(e){return true}})})(jQuery);(function(c,d){var b=5;c.widget("ui.slider",c.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var f=this,l=this.options,k=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),j="<a class='ui-slider-handle ui-state-default ui-corner-all' href='#'></a>",e=(l.values&&l.values.length)||1,h=[];this._keySliding=false;this._mouseSliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all"+(l.disabled?" ui-slider-disabled ui-disabled":""));this.range=c([]);if(l.range){if(l.range===true){if(!l.values){l.values=[this._valueMin(),this._valueMin()]}if(l.values.length&&l.values.length!==2){l.values=[l.values[0],l.values[0]]}}this.range=c("<div></div>").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+((l.range==="min"||l.range==="max")?" ui-slider-range-"+l.range:""))}for(var g=k.length;g<e;g+=1){h.push(j)}this.handles=k.add(c(h.join("")).appendTo(f.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(m){m.preventDefault()}).hover(function(){if(!l.disabled){c(this).addClass("ui-state-hover")}},function(){c(this).removeClass("ui-state-hover")}).focus(function(){if(!l.disabled){c(".ui-slider .ui-state-focus").removeClass("ui-state-focus");c(this).addClass("ui-state-focus")}else{c(this).blur()}}).blur(function(){c(this).removeClass("ui-state-focus")});this.handles.each(function(m){c(this).data("index.ui-slider-handle",m)});this.handles.keydown(function(r){var o=true,n=c(this).data("index.ui-slider-handle"),s,p,m,q;if(f.options.disabled){return}switch(r.keyCode){case c.ui.keyCode.HOME:case c.ui.keyCode.END:case c.ui.keyCode.PAGE_UP:case c.ui.keyCode.PAGE_DOWN:case c.ui.keyCode.UP:case c.ui.keyCode.RIGHT:case c.ui.keyCode.DOWN:case c.ui.keyCode.LEFT:o=false;if(!f._keySliding){f._keySliding=true;c(this).addClass("ui-state-active");s=f._start(r,n);if(s===false){return}}break}q=f.options.step;if(f.options.values&&f.options.values.length){p=m=f.values(n)}else{p=m=f.value()}switch(r.keyCode){case c.ui.keyCode.HOME:m=f._valueMin();break;case c.ui.keyCode.END:m=f._valueMax();break;case c.ui.keyCode.PAGE_UP:m=f._trimAlignValue(p+((f._valueMax()-f._valueMin())/b));break;case c.ui.keyCode.PAGE_DOWN:m=f._trimAlignValue(p-((f._valueMax()-f._valueMin())/b));break;case c.ui.keyCode.UP:case c.ui.keyCode.RIGHT:if(p===f._valueMax()){return}m=f._trimAlignValue(p+q);break;case c.ui.keyCode.DOWN:case c.ui.keyCode.LEFT:if(p===f._valueMin()){return}m=f._trimAlignValue(p-q);break}f._slide(r,n,m);return o}).keyup(function(n){var m=c(this).data("index.ui-slider-handle");if(f._keySliding){f._keySliding=false;f._stop(n,m);f._change(n,m);c(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},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();return this},_mouseCapture:function(g){var h=this.options,l,n,f,j,q,m,p,k,e;if(h.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();l={x:g.pageX,y:g.pageY};n=this._normValueFromMouse(l);f=this._valueMax()-this._valueMin()+1;q=this;this.handles.each(function(o){var r=Math.abs(n-q.values(o));if(f>r){f=r;j=c(this);m=o}});if(h.range===true&&this.values(1)===h.min){m+=1;j=c(this.handles[m])}p=this._start(g,m);if(p===false){return false}this._mouseSliding=true;q._handleIndex=m;j.addClass("ui-state-active").focus();k=j.offset();e=!c(g.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=e?{left:0,top:0}:{left:g.pageX-k.left-(j.width()/2),top:g.pageY-k.top-(j.height()/2)-(parseInt(j.css("borderTopWidth"),10)||0)-(parseInt(j.css("borderBottomWidth"),10)||0)+(parseInt(j.css("marginTop"),10)||0)};if(!this.handles.hasClass("ui-state-hover")){this._slide(g,m,n)}this._animateOff=true;return true},_mouseStart:function(e){return true},_mouseDrag:function(g){var e={x:g.pageX,y:g.pageY},f=this._normValueFromMouse(e);this._slide(g,this._handleIndex,f);return false},_mouseStop:function(e){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(e,this._handleIndex);this._change(e,this._handleIndex);this._handleIndex=null;this._clickOffset=null;this._animateOff=false;return false},_detectOrientation:function(){this.orientation=(this.options.orientation==="vertical")?"vertical":"horizontal"},_normValueFromMouse:function(f){var e,j,h,g,k;if(this.orientation==="horizontal"){e=this.elementSize.width;j=f.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{e=this.elementSize.height;j=f.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}h=(j/e);if(h>1){h=1}if(h<0){h=0}if(this.orientation==="vertical"){h=1-h}g=this._valueMax()-this._valueMin();k=this._valueMin()+h*g;return this._trimAlignValue(k)},_start:function(g,f){var e={handle:this.handles[f],value:this.value()};if(this.options.values&&this.options.values.length){e.value=this.values(f);e.values=this.values()}return this._trigger("start",g,e)},_slide:function(j,h,g){var e,f,k;if(this.options.values&&this.options.values.length){e=this.values(h?0:1);if((this.options.values.length===2&&this.options.range===true)&&((h===0&&g>e)||(h===1&&g<e))){g=e}if(g!==this.values(h)){f=this.values();f[h]=g;k=this._trigger("slide",j,{handle:this.handles[h],value:g,values:f});e=this.values(h?0:1);if(k!==false){this.values(h,g,true)}}}else{if(g!==this.value()){k=this._trigger("slide",j,{handle:this.handles[h],value:g});if(k!==false){this.value(g)}}}},_stop:function(g,f){var e={handle:this.handles[f],value:this.value()};if(this.options.values&&this.options.values.length){e.value=this.values(f);e.values=this.values()}this._trigger("stop",g,e)},_change:function(g,f){if(!this._keySliding&&!this._mouseSliding){var e={handle:this.handles[f],value:this.value()};if(this.options.values&&this.options.values.length){e.value=this.values(f);e.values=this.values()}this._trigger("change",g,e)}},value:function(e){if(arguments.length){this.options.value=this._trimAlignValue(e);this._refreshValue();this._change(null,0);return}return this._value()},values:function(f,j){var h,e,g;if(arguments.length>1){this.options.values[f]=this._trimAlignValue(j);this._refreshValue();this._change(null,f);return}if(arguments.length){if(c.isArray(arguments[0])){h=this.options.values;e=arguments[0];for(g=0;g<h.length;g+=1){h[g]=this._trimAlignValue(e[g]);this._change(null,g)}this._refreshValue()}else{if(this.options.values&&this.options.values.length){return this._values(f)}else{return this.value()}}}else{return this._values()}},_setOption:function(f,g){var e,h=0;if(c.isArray(this.options.values)){h=this.options.values.length}c.Widget.prototype._setOption.apply(this,arguments);switch(f){case"disabled":if(g){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case"value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case"values":this._animateOff=true;this._refreshValue();for(e=0;e<h;e+=1){this._change(null,e)}this._animateOff=false;break}},_value:function(){var e=this.options.value;e=this._trimAlignValue(e);return e},_values:function(e){var h,g,f;if(arguments.length){h=this.options.values[e];h=this._trimAlignValue(h);return h}else{g=this.options.values.slice();for(f=0;f<g.length;f+=1){g[f]=this._trimAlignValue(g[f])}return g}},_trimAlignValue:function(g){if(g<=this._valueMin()){return this._valueMin()}if(g>=this._valueMax()){return this._valueMax()}var e=(this.options.step>0)?this.options.step:1,f=(g-this._valueMin())%e;alignValue=g-f;if(Math.abs(f)*2>=e){alignValue+=(f>0)?e:(-e)}return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var h=this.options.range,g=this.options,p=this,f=(!this._animateOff)?g.animate:false,j,e={},k,m,l,n;if(this.options.values&&this.options.values.length){this.handles.each(function(q,o){j=(p.values(q)-p._valueMin())/(p._valueMax()-p._valueMin())*100;e[p.orientation==="horizontal"?"left":"bottom"]=j+"%";c(this).stop(1,1)[f?"animate":"css"](e,g.animate);if(p.options.range===true){if(p.orientation==="horizontal"){if(q===0){p.range.stop(1,1)[f?"animate":"css"]({left:j+"%"},g.animate)}if(q===1){p.range[f?"animate":"css"]({width:(j-k)+"%"},{queue:false,duration:g.animate})}}else{if(q===0){p.range.stop(1,1)[f?"animate":"css"]({bottom:(j)+"%"},g.animate)}if(q===1){p.range[f?"animate":"css"]({height:(j-k)+"%"},{queue:false,duration:g.animate})}}}k=j})}else{m=this.value();l=this._valueMin();n=this._valueMax();j=(n!==l)?(m-l)/(n-l)*100:0;e[p.orientation==="horizontal"?"left":"bottom"]=j+"%";this.handle.stop(1,1)[f?"animate":"css"](e,g.animate);if(h==="min"&&this.orientation==="horizontal"){this.range.stop(1,1)[f?"animate":"css"]({width:j+"%"},g.animate)}if(h==="max"&&this.orientation==="horizontal"){this.range[f?"animate":"css"]({width:(100-j)+"%"},{queue:false,duration:g.animate})}if(h==="min"&&this.orientation==="vertical"){this.range.stop(1,1)[f?"animate":"css"]({height:j+"%"},g.animate)}if(h==="max"&&this.orientation==="vertical"){this.range[f?"animate":"css"]({height:(100-j)+"%"},{queue:false,duration:g.animate})}}}});c.extend(c.ui.slider,{version:"1.8.14"})}(jQuery));(function(b){b.fn.swipe=function(d){if(!this){return false}var m={fingers:1,threshold:75,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,click:null,triggerOnTouchEnd:true,allowPageScroll:"auto"};var o="left";var n="right";var e="up";var u="down";var l="none";var w="horizontal";var s="vertical";var q="auto";var g="start";var k="move";var j="end";var p="cancel";var v="ontouchstart" in window,c=v?"touchstart":"mousedown",r=v?"touchmove":"mousemove",h=v?"touchend":"mouseup",t="touchcancel";var f="start";if(d.allowPageScroll==undefined&&(d.swipe!=undefined||d.swipeStatus!=undefined)){d.allowPageScroll=l}if(d){b.extend(m,d)}return this.each(function(){var F=this;var J=b(this);var G=null;var K=0;var z={x:0,y:0};var C={x:0,y:0};var M={x:0,y:0};function B(P){var O=v?P.touches[0]:P;f=g;if(v){K=P.touches.length}distance=0;direction=null;if(K==m.fingers||!v){z.x=C.x=O.pageX;z.y=C.y=O.pageY;if(m.swipeStatus){A(P,f)}}else{E(P)}F.addEventListener(r,L,false);F.addEventListener(h,N,false)}function L(P){if(f==j||f==p){return}var O=v?P.touches[0]:P;C.x=O.pageX;C.y=O.pageY;direction=x();if(v){K=P.touches.length}f=k;I(P,direction);if(K==m.fingers||!v){distance=D();if(m.swipeStatus){A(P,f,direction,distance)}if(!m.triggerOnTouchEnd){if(distance>=m.threshold){f=j;A(P,f);E(P)}}}else{f=p;A(P,f);E(P)}}function N(O){O.preventDefault();distance=D();direction=x();if(m.triggerOnTouchEnd){f=j;if((K==m.fingers||!v)&&C.x!=0){if(distance>=m.threshold){A(O,f);E(O)}else{f=p;A(O,f);E(O)}}else{f=p;A(O,f);E(O)}}else{if(f==k){f=p;A(O,f);E(O)}}F.removeEventListener(r,L,false);F.removeEventListener(h,N,false)}function E(O){K=0;z.x=0;z.y=0;C.x=0;C.y=0;M.x=0;M.y=0}function A(P,O){if(m.swipeStatus){m.swipeStatus.call(J,P,O,direction||null,distance||0)}if(O==p){if(m.click&&(K==1||!v)&&(isNaN(distance)||distance==0)){m.click.call(J,P,P.target)}}if(O==j){if(m.swipe){m.swipe.call(J,P,direction,distance)}switch(direction){case o:if(m.swipeLeft){m.swipeLeft.call(J,P,direction,distance)}break;case n:if(m.swipeRight){m.swipeRight.call(J,P,direction,distance)}break;case e:if(m.swipeUp){m.swipeUp.call(J,P,direction,distance)}break;case u:if(m.swipeDown){m.swipeDown.call(J,P,direction,distance)}break}}}function I(O,P){if(m.allowPageScroll==l){O.preventDefault()}else{var Q=m.allowPageScroll==q;switch(P){case o:if((m.swipeLeft&&Q)||(!Q&&m.allowPageScroll!=w)){O.preventDefault()}break;case n:if((m.swipeRight&&Q)||(!Q&&m.allowPageScroll!=w)){O.preventDefault()}break;case e:if((m.swipeUp&&Q)||(!Q&&m.allowPageScroll!=s)){O.preventDefault()}break;case u:if((m.swipeDown&&Q)||(!Q&&m.allowPageScroll!=s)){O.preventDefault()}break}}}function D(){return Math.round(Math.sqrt(Math.pow(C.x-z.x,2)+Math.pow(C.y-z.y,2)))}function y(){var R=z.x-C.x;var Q=C.y-z.y;var O=Math.atan2(Q,R);var P=Math.round(O*180/Math.PI);if(P<0){P=360-Math.abs(P)}return P}function x(){var O=y();if((O<=45)&&(O>=0)){return o}else{if((O<=360)&&(O>=315)){return o}else{if((O>=135)&&(O<=225)){return n}else{if((O>45)&&(O<135)){return u}else{return e}}}}}try{this.addEventListener(c,B,false);this.addEventListener(t,E)}catch(H){}})}})(jQuery);var jaaulde=window.jaaulde||{};jaaulde.utils=jaaulde.utils||{};jaaulde.utils.cookies=(function(){var f,e,d,c,b={expiresAt:null,path:"/",domain:null,secure:false};f=function(h){var j,g;if(typeof h!=="object"||h===null){j=b}else{j={expiresAt:b.expiresAt,path:b.path,domain:b.domain,secure:b.secure};if(typeof h.expiresAt==="object"&&h.expiresAt instanceof Date){j.expiresAt=h.expiresAt}else{if(typeof h.hoursToLive==="number"&&h.hoursToLive!==0){g=new Date();g.setTime(g.getTime()+(h.hoursToLive*60*60*1000));j.expiresAt=g}}if(typeof h.path==="string"&&h.path!==""){j.path=h.path}if(typeof h.domain==="string"&&h.domain!==""){j.domain=h.domain}if(h.secure===true){j.secure=h.secure}}return j};e=function(g){g=f(g);return((typeof g.expiresAt==="object"&&g.expiresAt instanceof Date?"; expires="+g.expiresAt.toGMTString():"")+"; path="+g.path+(typeof g.domain==="string"?"; domain="+g.domain:"")+(g.secure===true?"; secure":""))};d=function(){var p={},j,h,g,o,l=document.cookie.split(";"),k;for(j=0;j<l.length;j=j+1){h=l[j].split("=");g=h[0].replace(/^\s*/,"").replace(/\s*$/,"");try{o=decodeURIComponent(h[1])}catch(n){o=h[1]}if(typeof JSON==="object"&&JSON!==null&&typeof JSON.parse==="function"){try{k=o;o=JSON.parse(o)}catch(m){o=k}}p[g]=o}return p};c=function(){};c.prototype.get=function(k){var g,j,h=d();if(typeof k==="string"){g=(typeof h[k]!=="undefined")?h[k]:null}else{if(typeof k==="object"&&k!==null){g={};for(j in k){if(typeof h[k[j]]!=="undefined"){g[k[j]]=h[k[j]]}else{g[k[j]]=null}}}else{g=h}}return g};c.prototype.filter=function(g){var k,h={},j=d();if(typeof g==="string"){g=new RegExp(g)}for(k in j){if(k.match(g)){h[k]=j[k]}}return h};c.prototype.set=function(k,h,g){if(typeof g!=="object"||g===null){g={}}if(typeof h==="undefined"||h===null){h="";g.hoursToLive=-8760}else{if(typeof h!=="string"){if(typeof JSON==="object"&&JSON!==null&&typeof JSON.stringify==="function"){h=JSON.stringify(h)}else{throw new Error("cookies.set() received non-string value and could not serialize.")}}}var j=e(g);document.cookie=k+"="+encodeURIComponent(h)+j};c.prototype.del=function(k,j){var g={},h;if(typeof j!=="object"||j===null){j={}}if(typeof k==="boolean"&&k===true){g=this.get()}else{if(typeof k==="string"){g[k]=true}}for(h in g){if(typeof h==="string"&&h!==""){this.set(h,null,j)}}};c.prototype.test=function(){var h=false,g="cT",j="data";this.set(g,j);if(this.get(g)===j){this.del(g);h=true}return h};c.prototype.setOptions=function(g){if(typeof g!=="object"){g=null}b=f(g)};return new c()})();(function(){if(window.jQuery){(function(c){c.cookies=jaaulde.utils.cookies;var b={cookify:function(d){return this.each(function(){var f,h=["name","id"],e,j=c(this),g;for(f in h){if(!isNaN(f)){e=j.attr(h[f]);if(typeof e==="string"&&e!==""){if(j.is(":checkbox, :radio")){if(j.attr("checked")){g=j.val()}}else{if(j.is(":input")){g=j.val()}else{g=j.html()}}if(typeof g!=="string"||g===""){g=null}c.cookies.set(e,g,d);break}}}})},cookieFill:function(){return this.each(function(){var j,d,g=["name","id"],e,h=c(this),f;d=function(){j=g.pop();return !!j};while(d()){e=h.attr(j);if(typeof e==="string"&&e!==""){f=c.cookies.get(e);if(f!==null){if(h.is(":checkbox, :radio")){if(h.val()===f){h.attr("checked","checked")}else{h.removeAttr("checked")}}else{if(h.is(":input")){h.val(f)}else{h.html(f)}}}break}}})},cookieBind:function(d){return this.each(function(){var e=c(this);e.cookieFill().change(function(){e.cookify(d)})})}};c.each(b,function(d){c.fn[d]=this})})(window.jQuery)}})();(function($){var escapeable=/["\\\x00-\x1f\x7f-\x9f]/g,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};$.toJSON=typeof JSON==="object"&&JSON.stringify?JSON.stringify:function(o){if(o===null){return"null"}var type=typeof o;if(type==="undefined"){return undefined}if(type==="number"||type==="boolean"){return""+o}if(type==="string"){return $.quoteString(o)}if(type==="object"){if(typeof o.toJSON==="function"){return $.toJSON(o.toJSON())}if(o.constructor===Date){var month=o.getUTCMonth()+1,day=o.getUTCDate(),year=o.getUTCFullYear(),hours=o.getUTCHours(),minutes=o.getUTCMinutes(),seconds=o.getUTCSeconds(),milli=o.getUTCMilliseconds();if(month<10){month="0"+month}if(day<10){day="0"+day}if(hours<10){hours="0"+hours}if(minutes<10){minutes="0"+minutes}if(seconds<10){seconds="0"+seconds}if(milli<100){milli="0"+milli}if(milli<10){milli="0"+milli}return'"'+year+"-"+month+"-"+day+"T"+hours+":"+minutes+":"+seconds+"."+milli+'Z"'}if(o.constructor===Array){var ret=[];for(var i=0;i<o.length;i++){ret.push($.toJSON(o[i])||"null")}return"["+ret.join(",")+"]"}var name,val,pairs=[];for(var k in o){type=typeof k;if(type==="number"){name='"'+k+'"'}else{if(type==="string"){name=$.quoteString(k)}else{continue}}type=typeof o[k];if(type==="function"||type==="undefined"){continue}val=$.toJSON(o[k]);pairs.push(name+":"+val)}return"{"+pairs.join(",")+"}"}};$.evalJSON=typeof JSON==="object"&&JSON.parse?JSON.parse:function(src){return eval("("+src+")")};$.secureEvalJSON=typeof JSON==="object"&&JSON.parse?JSON.parse:function(src){var filtered=src.replace(/\\["\\\/bfnrtu]/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"");if(/^[\],:{}\s]*$/.test(filtered)){return eval("("+src+")")}else{throw new SyntaxError("Error parsing JSON, source is not valid.")}};$.quoteString=function(string){if(string.match(escapeable)){return'"'+string.replace(escapeable,function(a){var c=meta[a];if(typeof c==="string"){return c}c=a.charCodeAt();return"\\u00"+Math.floor(c/16).toString(16)+(c%16).toString(16)})+'"'}return'"'+string+'"'}})(jQuery);var swfobject=function(){_swfobject=window.swfobject;var F="undefined",t="object",U="Shockwave Flash",Y="ShockwaveFlash.ShockwaveFlash",s="application/x-shockwave-flash",T="SWFObjectExprInst",z="onreadystatechange",Q=window,l=document,v=navigator,V=false,W=[j],q=[],P=[],K=[],n,S,G,D,L=false,b=false,p,I,o=true,O=function(){var ac=typeof l.getElementById!=F&&typeof l.getElementsByTagName!=F&&typeof l.createElement!=F,aj=v.userAgent.toLowerCase(),aa=v.platform.toLowerCase(),ag=aa?/win/.test(aa):/win/.test(aj),ae=aa?/mac/.test(aa):/mac/.test(aj),ah=/webkit/.test(aj)?parseFloat(aj.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,Z=!+"\v1",ai=[0,0,0],ad=null;if(typeof v.plugins!=F&&typeof v.plugins[U]==t){ad=v.plugins[U].description;if(ad&&!(typeof v.mimeTypes!=F&&v.mimeTypes[s]&&!v.mimeTypes[s].enabledPlugin)){V=true;Z=false;ad=ad.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ai[0]=parseInt(ad.replace(/^(.*)\..*$/,"$1"),10);ai[1]=parseInt(ad.replace(/^.*\.(.*)\s.*$/,"$1"),10);ai[2]=/[a-zA-Z]/.test(ad)?parseInt(ad.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof Q.ActiveXObject!=F){try{var af=new ActiveXObject(Y);if(af){ad=af.GetVariable("$version");if(ad){Z=true;ad=ad.split(" ")[1].split(",");ai=[parseInt(ad[0],10),parseInt(ad[1],10),parseInt(ad[2],10)]}}}catch(ab){}}}return{w3:ac,pv:ai,wk:ah,ie:Z,win:ag,mac:ae}}(),m=function(){if(!O.w3){return}if((typeof l.readyState!=F&&l.readyState=="complete")||(typeof l.readyState==F&&(l.getElementsByTagName("body")[0]||l.body))){g()}if(!L){if(typeof l.addEventListener!=F){l.addEventListener("DOMContentLoaded",g,false)}if(O.ie&&O.win){l.attachEvent(z,function(){if(l.readyState=="complete"){l.detachEvent(z,arguments.callee);g()}});if(Q==top){(function(){if(L){return}try{l.documentElement.doScroll("left")}catch(Z){setTimeout(arguments.callee,0);return}g()})()}}if(O.wk){(function(){if(L){return}if(!/loaded|complete/.test(l.readyState)){setTimeout(arguments.callee,0);return}g()})()}u(g)}}();function g(){if(L){return}try{var ab=l.getElementsByTagName("body")[0].appendChild(E("span"));ab.parentNode.removeChild(ab)}catch(ac){return}L=true;var Z=W.length;for(var aa=0;aa<Z;aa++){W[aa]()}}function M(Z){if(L){Z()}else{W[W.length]=Z}}function u(aa){if(typeof Q.addEventListener!=F){Q.addEventListener("load",aa,false)}else{if(typeof l.addEventListener!=F){l.addEventListener("load",aa,false)}else{if(typeof Q.attachEvent!=F){k(Q,"onload",aa)}else{if(typeof Q.onload=="function"){var Z=Q.onload;Q.onload=function(){Z();aa()}}else{Q.onload=aa}}}}}function j(){if(V){X()}else{J()}}function X(){var Z=l.getElementsByTagName("body")[0];var ac=E(t);ac.setAttribute("type",s);var ab=Z.appendChild(ac);if(ab){var aa=0;(function(){if(typeof ab.GetVariable!=F){var ad=ab.GetVariable("$version");if(ad){ad=ad.split(" ")[1].split(",");O.pv=[parseInt(ad[0],10),parseInt(ad[1],10),parseInt(ad[2],10)]}}else{if(aa<10){aa++;setTimeout(arguments.callee,10);return}}Z.removeChild(ac);ab=null;J()})()}else{J()}}function J(){var ai=q.length;if(ai>0){for(var ah=0;ah<ai;ah++){var aa=q[ah].id;var ad=q[ah].callbackFn;var ac={success:false,id:aa};if(O.pv[0]>0){var ag=d(aa);if(ag){if(H(q[ah].swfVersion)&&!(O.wk&&O.wk<312)){y(aa,true);if(ad){ac.success=true;ac.ref=B(aa);ad(ac)}}else{if(q[ah].expressInstall&&C()){var ak={};ak.data=q[ah].expressInstall;ak.width=ag.getAttribute("width")||"0";ak.height=ag.getAttribute("height")||"0";if(ag.getAttribute("class")){ak.styleclass=ag.getAttribute("class")}if(ag.getAttribute("align")){ak.align=ag.getAttribute("align")}var aj={};var Z=ag.getElementsByTagName("param");var ae=Z.length;for(var af=0;af<ae;af++){if(Z[af].getAttribute("name").toLowerCase()!="movie"){aj[Z[af].getAttribute("name")]=Z[af].getAttribute("value")}}R(ak,aj,aa,ad)}else{r(ag);if(ad){ad(ac)}}}}}else{y(aa,true);if(ad){var ab=B(aa);if(ab&&typeof ab.SetVariable!=F){ac.success=true;ac.ref=ab}ad(ac)}}}}}function B(ac){var Z=null;var aa=d(ac);if(aa&&aa.nodeName=="OBJECT"){if(typeof aa.SetVariable!=F){Z=aa}else{var ab=aa.getElementsByTagName(t)[0];if(ab){Z=ab}}}return Z}function C(){return !b&&H("6.0.65")&&(O.win||O.mac)&&!(O.wk&&O.wk<312)}function R(ac,ad,Z,ab){b=true;G=ab||null;D={success:false,id:Z};var ag=d(Z);if(ag){if(ag.nodeName=="OBJECT"){n=h(ag);S=null}else{n=ag;S=Z}ac.id=T;if(typeof ac.width==F||(!/%$/.test(ac.width)&&parseInt(ac.width,10)<310)){ac.width="310"}if(typeof ac.height==F||(!/%$/.test(ac.height)&&parseInt(ac.height,10)<137)){ac.height="137"}l.title=l.title.slice(0,47)+" - Flash Player Installation";var af=O.ie&&O.win?"ActiveX":"PlugIn",ae="MMredirectURL="+Q.location.toString().replace(/&/g,"%26")+"&MMplayerType="+af+"&MMdoctitle="+l.title;if(typeof ad.flashvars!=F){ad.flashvars+="&"+ae}else{ad.flashvars=ae}if(O.ie&&O.win&&ag.readyState!=4){var aa=E("div");Z+="SWFObjectNew";aa.setAttribute("id",Z);ag.parentNode.insertBefore(aa,ag);ag.style.display="none";(function(){if(ag.readyState==4){ag.parentNode.removeChild(ag)}else{setTimeout(arguments.callee,10)}})()}w(ac,ad,Z)}}function r(aa){if(O.ie&&O.win&&aa.readyState!=4){var Z=E("div");aa.parentNode.insertBefore(Z,aa);Z.parentNode.replaceChild(h(aa),Z);aa.style.display="none";(function(){if(aa.readyState==4){aa.parentNode.removeChild(aa)}else{setTimeout(arguments.callee,10)}})()}else{aa.parentNode.replaceChild(h(aa),aa)}}function h(ae){var ad=E("div");if(O.win&&O.ie){ad.innerHTML=ae.innerHTML}else{var aa=ae.getElementsByTagName(t)[0];if(aa){var af=aa.childNodes;if(af){var Z=af.length;for(var ab=0;ab<Z;ab++){if(!(af[ab].nodeType==1&&af[ab].nodeName=="PARAM")&&!(af[ab].nodeType==8)){ad.appendChild(af[ab].cloneNode(true))}}}}}return ad}function w(ak,ai,aa){var Z,ac=d(aa);if(O.wk&&O.wk<312){return Z}if(ac){if(typeof ak.id==F){ak.id=aa}if(O.ie&&O.win){var aj="";for(var ag in ak){if(ak[ag]!=Object.prototype[ag]){if(ag.toLowerCase()=="data"){ai.movie=ak[ag]}else{if(ag.toLowerCase()=="styleclass"){aj+=' class="'+ak[ag]+'"'}else{if(ag.toLowerCase()!="classid"){aj+=" "+ag+'="'+ak[ag]+'"'}}}}}var ah="";for(var af in ai){if(ai[af]!=Object.prototype[af]){ah+='<param name="'+af+'" value="'+ai[af]+'" />'}}ac.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+aj+">"+ah+"</object>";P[P.length]=ak.id;Z=d(ak.id)}else{var ab=E(t);ab.setAttribute("type",s);for(var ae in ak){if(ak[ae]!=Object.prototype[ae]){if(ae.toLowerCase()=="styleclass"){ab.setAttribute("class",ak[ae])}else{if(ae.toLowerCase()!="classid"){ab.setAttribute(ae,ak[ae])}}}}for(var ad in ai){if(ai[ad]!=Object.prototype[ad]&&ad.toLowerCase()!="movie"){f(ab,ad,ai[ad])}}ac.parentNode.replaceChild(ab,ac);Z=ab}}return Z}function f(ab,Z,aa){var ac=E("param");ac.setAttribute("name",Z);ac.setAttribute("value",aa);ab.appendChild(ac)}function A(aa){var Z=d(aa);if(Z&&Z.nodeName=="OBJECT"){if(O.ie&&O.win){Z.style.display="none";(function(){if(Z.readyState==4){c(aa)}else{setTimeout(arguments.callee,10)}})()}else{Z.parentNode.removeChild(Z)}}}function c(ab){var aa=d(ab);if(aa){for(var Z in aa){if(typeof aa[Z]=="function"){aa[Z]=null}}aa.parentNode.removeChild(aa)}}function d(ab){var Z=null;try{Z=l.getElementById(ab)}catch(aa){}return Z}function E(Z){return l.createElement(Z)}function k(ab,Z,aa){ab.attachEvent(Z,aa);K[K.length]=[ab,Z,aa]}function H(ab){var aa=O.pv,Z=ab.split(".");Z[0]=parseInt(Z[0],10);Z[1]=parseInt(Z[1],10)||0;Z[2]=parseInt(Z[2],10)||0;return(aa[0]>Z[0]||(aa[0]==Z[0]&&aa[1]>Z[1])||(aa[0]==Z[0]&&aa[1]==Z[1]&&aa[2]>=Z[2]))?true:false}function x(ae,aa,af,ad){if(O.ie&&O.mac){return}var ac=l.getElementsByTagName("head")[0];if(!ac){return}var Z=(af&&typeof af=="string")?af:"screen";if(ad){p=null;I=null}if(!p||I!=Z){var ab=E("style");ab.setAttribute("type","text/css");ab.setAttribute("media",Z);p=ac.appendChild(ab);if(O.ie&&O.win&&typeof l.styleSheets!=F&&l.styleSheets.length>0){p=l.styleSheets[l.styleSheets.length-1]}I=Z}if(O.ie&&O.win){if(p&&typeof p.addRule==t){p.addRule(ae,aa)}}else{if(p&&typeof l.createTextNode!=F){p.appendChild(l.createTextNode(ae+" {"+aa+"}"))}}}function y(ab,Z){if(!o){return}var aa=Z?"visible":"hidden";if(L&&d(ab)){d(ab).style.visibility=aa}else{x("#"+ab,"visibility:"+aa)}}function N(aa){var ab=/[\\\"<>\.;]/;var Z=ab.exec(aa)!=null;return Z&&typeof encodeURIComponent!=F?encodeURIComponent(aa):aa}var e=function(){if(O.ie&&O.win){window.attachEvent("onunload",function(){var ae=K.length;for(var ad=0;ad<ae;ad++){K[ad][0].detachEvent(K[ad][1],K[ad][2])}var ab=P.length;for(var ac=0;ac<ab;ac++){A(P[ac])}for(var aa in O){O[aa]=null}O=null;for(var Z in swfobject){swfobject[Z]=null}swfobject=null})}}();return{registerObject:function(ad,Z,ac,ab){if(O.w3&&ad&&Z){var aa={};aa.id=ad;aa.swfVersion=Z;aa.expressInstall=ac;aa.callbackFn=ab;q[q.length]=aa;y(ad,false)}else{if(ab){ab({success:false,id:ad})}}},getObjectById:function(Z){if(O.w3){return B(Z)}},embedSWF:function(ad,aj,ag,ai,aa,ac,ab,af,ah,ae){var Z={success:false,id:aj};if(O.w3&&!(O.wk&&O.wk<312)&&ad&&aj&&ag&&ai&&aa){y(aj,false);M(function(){ag+="";ai+="";var al={};if(ah&&typeof ah===t){for(var an in ah){al[an]=ah[an]}}al.data=ad;al.width=ag;al.height=ai;var ao={};if(af&&typeof af===t){for(var am in af){ao[am]=af[am]}}if(ab&&typeof ab===t){for(var ak in ab){if(typeof ao.flashvars!=F){ao.flashvars+="&"+ak+"="+ab[ak]}else{ao.flashvars=ak+"="+ab[ak]}}}if(H(aa)){var ap=w(al,ao,aj);if(al.id==aj){y(aj,true)}Z.success=true;Z.ref=ap}else{if(ac&&C()){al.data=ac;R(al,ao,aj,ae);return}else{y(aj,true)}}if(ae){ae(Z)}})}else{if(ae){ae(Z)}}},switchOffAutoHideShow:function(){o=false},ua:O,getFlashPlayerVersion:function(){return{major:O.pv[0],minor:O.pv[1],release:O.pv[2]}},hasFlashPlayerVersion:H,createSWF:function(ab,aa,Z){if(O.w3){return w(ab,aa,Z)}else{return undefined}},showExpressInstall:function(ab,ac,Z,aa){if(O.w3&&C()){R(ab,ac,Z,aa)}},removeSWF:function(Z){if(O.w3){A(Z)}},createCSS:function(ac,ab,aa,Z){if(O.w3){x(ac,ab,aa,Z)}},addDomLoadEvent:M,addLoadEvent:u,getQueryParamValue:function(ac){var ab=l.location.search||l.location.hash;if(ab){if(/\?/.test(ab)){ab=ab.split("?")[1]}if(ac==null){return N(ab)}var aa=ab.split("&");for(var Z=0;Z<aa.length;Z++){if(aa[Z].substring(0,aa[Z].indexOf("="))==ac){return N(aa[Z].substring((aa[Z].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(b){var Z=d(T);if(Z&&n){Z.parentNode.replaceChild(n,Z);if(S){y(S,true);if(O.ie&&O.win){n.style.display="block"}}if(G){G(D)}}b=false}},noConflict:function(){window.swfobject=_swfobject}}}();
/*!
* VALITON Webanalytics Framework / Copyright 2009-2010 Valiton GmbH All rights reserved. http://www.valiton.com
*/
if(!Array.indexOf){Array.prototype.indexOf=function(c){for(var b=0;b<this.length;b++){if(this[b]===c){return b}}return -1}}VALITON_WA={INFO:"Valiton Tracking Abstraction Framework for Sueddeutsche Verlags GmbH v1.1.9[Mobile-SZ_PROD] (09/01/2011 at 10:13AM)",INIT_TSTAMP:new Date().getTime(),setup:function(){if(window.addEventListener){window.addEventListener("load",VALITON_WA.documentComplete,false)}else{if(document.addEventListener){document.addEventListener("load",VALITON_WA.documentComplete,false)}else{if(window.attachEvent){window.attachEvent("onload",VALITON_WA.documentComplete)}else{if(document.attachEvent){document.attachEvent("onload",VALITON_WA.documentComplete)}}}}},track:function(b){VALITON_WA.Dispatcher.track(b)},setProp:function(d){var h=d;VALITON_WA.Util.eachKeyValue(d,function(j,k){if((j!=="ivwcode"&&("string"===typeof(k)))){h[j]=k.toLowerCase()}});d=h;if(typeof VALITON_WA.Custom!="undefined"){if(typeof VALITON_WA.Custom.__custom_tracking_properties_extend!="undefined"){try{var g=VALITON_WA.Custom.__custom_tracking_properties_extend;d=VALITON_WA.Util.extend(g,d);VALITON_WA.log("Applied custom presets found in VALITON_WA.Custom")}catch(f){VALITON_WA.log("There was an error while applying presets found in VALITON_WA.Custom: "+f)}}if(typeof VALITON_WA.Custom.__custom_tracking_properties_override!="undefined"){try{var b=VALITON_WA.Custom.__custom_tracking_properties_override;d=VALITON_WA.Util.extend(d,b);VALITON_WA.log("Applied overrides found in VALITON_WA.Custom")}catch(f){VALITON_WA.log("There was an error while applying overrides found in VALITON_WA.Custom: "+f)}}if(typeof VALITON_WA.Custom.__custom_tracking_properties_process!="undefined"){try{d=VALITON_WA.Custom.__custom_tracking_properties_process(d);VALITON_WA.log("Applied custom processing logic")}catch(f){VALITON_WA.log("There was an error while applying custom logic in VALITON_WA.Custom: "+f)}}}var c=typeof document.title==="string"?document.title.toLowerCase():"notitle";VALITON_WA.__tracking_properties=VALITON_WA.Util.extend({titel:c},d);if(typeof d.firstTracker!=="undefined"){d.tracker=d.firstTracker}else{VALITON_WA.log("no firstTracker is defined try old api tracker")}VALITON_WA.__tracking_properties=d},setTracker:function(b){VALITON_WA.__tracking_properties.tracker=b},getProp:function(){return VALITON_WA.__tracking_properties},unload:function(){},register:function(b){VALITON_WA.Dispatcher.register(b)},documentComplete:function(){if(typeof VALITON_WA.__tracking_properties=="undefined"){VALITON_WA.setProp({})}VALITON_WA.LOAD_TSTAMP=new Date().getTime();VALITON_WA.track({module:"document",event:"loaded"});pr=VALITON_WA.getProp();try{if(typeof pr.lastTracker!=="undefined"){VALITON_WA.setTracker(pr.lastTracker);VALITON_WA.track({module:"document",event:"loaded"});VALITON_WA.track();VALITON_WA.setTracker(VALITON_WA.Util.concatTrackers(VALITON_WA.Dispatcher._trackers))}}catch(b){VALITON_WA.log("There was an error: "+b)}VALITON_WA.initLinktracking()},onScroll:function(){VALITON_WA.track({module:"document",event:"scrolled"})},initLinktracking:function(){try{pr=VALITON_WA.getProp();if(typeof pr.linktracking!="undefined"&&pr.linktracking===true){VALITON_WA.log("Linktracking is ON");if(typeof pr.linkelement!="string"||pr.linkelement===""){pr.linkelement="a";VALITON_WA.log("'linkelement' not found -> tracking <"+pr.linkelement+">-Tags by default")}else{VALITON_WA.log("Tracking <"+pr.linkelement+">-Tags")}if(typeof pr.linkattribute!="string"||pr.linkattribute===""){pr.linkattribute="href";VALITON_WA.log("'linkattribute' not found -> using '"+pr.linkattribute+"' by default")}else{VALITON_WA.log("Using '"+pr.linkattribute+"'-Attribute as value")}if(typeof pr.linkrules=="undefined"||typeof pr.linkrules!="object"){pr.linkrules=[{attr:pr.linkattribute,rule:".*",value:"link"}];VALITON_WA.log('Using default ruleset matching all tags Using "link" als default value')}else{VALITON_WA.log("Using ruleset 'linkrules' from __tracking_properties")}VALITON_WA.Util.chainClickElementsMatching(pr.linkelement,pr.linkattribute,pr.linkrules)}else{VALITON_WA.log("Linktracking is OFF")}}catch(b){switch(b){default:VALITON_WA.log("There was an error while initializing linktracking: "+b);break}}},log:function(b){if("object"===typeof(window.console)){if("function"===typeof(window.console.log)){window.console.log("VALITON_WA: "+b)}}}};if(typeof VALITON_WA!=="undefined"){VALITON_WA.Dispatcher={init:function(){this._trackers=[]},_checkIfInit:function(){if(!this.__initialized){VALITON_WA.Dispatcher.init();this.__initialized=true}},_getTracker:function(){return this._trackers},_pushTracker:function(b){this._trackers.push(b)},register:function(b){this._checkIfInit();this._pushTracker(b)},track:function(g){this._checkIfInit();if("undefined"===typeof(g)){var g=VALITON_WA.getProp();if("undefined"===typeof(g)){VALITON_WA.log("error! no pageObj available!");g={tracker:"null",module:"null",event:"null"}}else{g.module="page";g.event="view";if(typeof g.tracker==="undefined"){g.tracker=VALITON_WA.Util.concatTrackers(this._trackers)}VALITON_WA.log("set pageObj as obj")}}else{if(typeof g.module==="undefined"){g.module="null";VALITON_WA.log("error! module is undefined!")}if(typeof g.event==="undefined"){g.event="null";VALITON_WA.log("error! event is undefined!")}if(typeof g.tracker==="undefined"){var h=VALITON_WA.getProp();if(typeof h.tracker!=="undefined"){g.tracker=h.tracker}else{g.tracker=VALITON_WA.Util.concatTrackers(this._trackers)}}}var d=this._getTracker();var b=(g.tracker||"").split(",");for(var c=0;c<d.length;c+=1){if((b.indexOf(d[c].NAME)!==-1)&&("object"===typeof(d[c]))&&("function"===typeof(d[c].track))){try{d[c].track(g)}catch(f){VALITON_WA.log("There was an error while binding the object's metaData to the trackers. "+f)}}}}}}if(typeof VALITON_WA==="undefined"){VALITON_WA={}}VALITON_WA.Util={extend:function(){var g=arguments[0]||{},e=1,f=arguments.length,b=false,d;if(typeof g==="boolean"){b=g;g=arguments[1]||{};e=2}if(typeof g!=="object"&&typeof g!=="function"){g={}}if(f==e){g=this;--e}for(;e<f;e++){if((d=arguments[e])!==null){for(var c in d){var h=g[c],j=d[c];if(g===j){continue}if(b&&j&&typeof j==="object"&&!j.nodeType){g[c]=VALITON_WA.Util.extend(b,h||(j.length!==null?[]:{}),j)}else{if(j!==undefined){g[c]=j}}}}}return g},inArray:function(d,c){for(var b=0;b<d.length;b++){if(c==d[b]){return true}}return false},indexInArray:function(d,c){for(var b=0;b<d.length;b++){if(c===d[b]){return b}}return -1},processTemplate:function(d,c){var b=d;this.eachKeyValue(c,function(f,e){b=b.replace("{"+f+"}",e)});return b},isEmptyObj:function(b){for(var c in b){return true}return false},getObjEventName:function(c){objModule=c.module;objEvent=c.event;var b=objModule+"_"+objEvent;return b},getRandom:function(c,b){if(c>b){return(-1)}if(c==b){return(c)}return(c+parseInt(Math.random()*(b-c+1)))},concatTrackers:function(d){var b="";for(var c=0;c<d.length;c+=1){b+=d[c].NAME;if(c<d.length-1){b+=","}}return b},eachKeyValue:function(e,d,c){for(var b in e){if("undefined"===typeof(Object.prototype[b])){d.call(c,b,e[b])}}},checkCookie:function(b){a=document.cookie;res="";while(a!==""){while(a.substr(0,1)==" "){a=a.substr(1,a.length)}cookiename=a.substring(0,a.indexOf("="));if(a.indexOf(";")!=-1){cookiewert=a.substring(a.indexOf("=")+1,a.indexOf(";"))}else{cookiewert=a.substr(a.indexOf("=")+1,a.length)}if(b==cookiename){return false}else{return true}}},writeCookie:function(e,d,c){var b=new Date();b=new Date(b.getTime()+c);document.cookie=e+"="+d+"; expires="+b.toGMTString()+";"},renewCookie:function(){},addCookieDataTupel:function(d,b,c){this.writeCookie(d,this.readCookie(d)+"&"+b,c)},getValueByKey:function(f,e){if(f.length!==0){for(var d=0;d<f.length;d++){var b=f[d];if(b.indexOf(e)!=-1){var c=b.substr(b.indexOf("=")+1,b.length);return c}}return null}},readCookie:function(b){a=document.cookie;res="";while(a!==""){while(a.substr(0,1)==" "){a=a.substr(1,a.length)}cookiename=a.substring(0,a.indexOf("="));if(a.indexOf(";")!=-1){cookiewert=a.substring(a.indexOf("=")+1,a.indexOf(";"))}else{cookiewert=a.substr(a.indexOf("=")+1,a.length)}if(b==cookiename){res=cookiewert}i=a.indexOf(";")+1;if(i===0){i=a.length}a=a.substring(i,a.length)}return(res)},deleteCookie:function(b){document.cookie=b+"=; expires=Thu, 01-Jan-70 00:00:01 GMT;"},chainClickElementsMatching:function(n,d,b){try{if((typeof n!="string")||(typeof n=="string"&&n=="")){throw"TAG_NOT_SPECIFIED"}var m=document.getElementsByTagName(n);if(m.length==0){throw"ELEMENT_NOT_FOUND"}if((typeof d!="string")||(typeof d=="string"&&d=="")){throw"ATTRIBUTE_NOT_SPECIFIED"}if((typeof b=="undefined")||(b.length<=0)){throw"RULESET_NOT_SPECIFIED"}var l;var f;var k;var h=0;VALITON_WA.log("Matching "+m.length+" <"+n+">-Tags using '"+d+"'-Attribute as linkValue against "+b.length+" rules");for(var c=0;c<m.length;c++){l=m[c].getAttribute(d);lHTML=m[c].innerHTML;f=VALITON_WA.Util.checkrules(m[c],b);if(f==null){continue}else{k=f}m[c].onclick=VALITON_WA.Util.chain(m[c].onclick,(function(j,e,o){return function(){VALITON_WA.track({linkType:e,linkValue:j,linkHTML:o,event:"click",module:"link"})}})(l,k,lHTML));h++}VALITON_WA.log("Marked "+h+" <"+n+">-Tags for linktracking")}catch(g){switch(g){case"TAG_NOT_SPECIFIED":VALITON_WA.log("ERROR: no <'tag'>-element given");break;case"ELEMENT_NOT_FOUND":VALITON_WA.log("WARNING: link-chaining found no <"+n+"> elements");break;case"ATTRIBUTE_NOT_SPECIFIED":VALITON_WA.log("ERROR: no attribute for <"+n+"> elements given");break;case"RULESET_NOT_SPECIFIED":VALITON_WA.log("ERROR: ruleset missing; no <"+n+"> elements tagged");break;default:VALITON_WA.log("There was an error while chaining the click-elements: "+g);break}return}},chain:function(c,b){if(c){return function(){b.call(this,arguments);c.call(this,arguments);return true}}else{return b}},checkrules:function(b,c){resValue=null;try{if(typeof b=="undefined"){throw"NO_OBJECT_GIVEN"}for(var d=0;d<c.length;d++){testRule=c[d];if(typeof testRule.attr!=="string"||testRule.attr===""){throw"NO_ATTRIBUTE_GIVEN"}if(typeof testRule.rule!=="string"){throw"NO_PATTERN_GIVEN"}testVal=b.getAttribute(testRule.attr);testVal=testVal.toLowerCase();if(typeof testRule.not=="boolean"&&testRule.not==true){testInv=true}else{testInv=false}chkResult=testVal.search(testRule.rule);if(testInv==true&&chkResult>-1){chkResult=-1}else{if(testInv==true&&chkResult==-1){chkResult=0}}if(chkResult>-1){if(typeof testRule.value=="undefined"){resValue=testVal}else{resValue=testRule.value}break}else{}}}catch(f){switch(f){case"NO_OBJECT_GIVEN":VALITON_WA.log("ERROR: No object for rulecheck supplied");break;case"NO_ATTRIBUTE_GIVEN":VALITON_WA.log("ERROR: Rule #"+d+" specifies no value to check");break;case"NO_PATTERN_GIVEN":VALITON_WA.log("ERROR: Rule #"+d+" specifies no pattern to match");break;default:VALITON_WA.log("There was an error while processing the ruleset: "+f);break}}return resValue},analyzeReferrer:function(c){var b=c.split(/\/+/g)[1];var d=c.split("?")[1].split("&");if(this.getValueByKey(d,"tbs")){tbs=this.getValueByKey(d,"tbs");if(tbs.indexOf("vid")!=-1){VALITON_WA.log("Module=VideoSearch")}}this.getValueByKey(d,"q");VALITON_WA.log(b);if(b.indexOf("google.")!=-1){VALITON_WA.log("SearchType=googleSearch");VALITON_WA.log("Search Prase="+this.getValueByKey(d,"q"))}}};if(typeof VALITON_WA==="undefined"){VALITON_WA={}}VALITON_WA.Custom={__custom_tracking_properties_extend:{},__custom_tracking_properties_override:{},__custom_tracking_properties_process:function(g){switch(g.dokumentTyp){case"homepage":g.ressort="homepage";break;case"bildergalerie":g.dokumentTyp="bildstrecke";break;case"auslese":g.thema="auslese";break;case"thema":if(typeof g.ressort==="undefined"){g.ressort="themen"}break}if("string"===typeof g.thema){var b=g;var l={"&uuml;":"ue","&auml;":"ae","&ouml;":"oe","&szlig;":"ss","&quot;":"","&amp;":"-","&Agrave;":"A","&Aacute;":"A","&Acirc;":"A","&Atilde;":"A","&Aring;":"A","&AElig;":"A","&Ccedil;":"C","&Egrave;":"E","&Eacute;":"E","&Ecirc;":"E","&Euml;":"E","&Igrave;":"I","&Iacute;":"I","&Icirc;":"I","&Iuml;":"I","&ETH;":"E","&Ntilde;":"N","&Ograve;":"O","&Oacute;":"O","&Ocirc;":"O","&Otilde;":"O","&Ouml;":"Oe","&Oslash;":"O","&Ugrave;":"U","&Uacute;":"U","&Ucirc;":"U","&Uuml;":"Ue","&Yacute;":"Y","&agrave;":"a","&aacute;":"a","&acirc;":"a","&atilde;":"a","&auml;":"ae","&aring;":"a","&aelig;":"a","&ccedil;":"c","&egrave;":"e","&eacute;":"e","&ecirc;":"e","&euml;":"e","&igrave;":"i","&iacute;":"i","&icirc;":"i","&iuml;":"i","&ntilde;":"n","&ograve;":"o","&oacute;":"o","&ocirc;":"o","&otilde;":"o","&oslash;":"o","&ugrave;":"u","&uacute;":"u","&ucirc;":"u","&yacute;":"y","&yuml;":"y"};VALITON_WA.Util.eachKeyValue(l,function(p,q){b.thema=typeof b.thema==="string"?b.thema.replace(p,q):"nothema";b.titel=typeof b.titel==="string"?b.titel.replace(p,q):"notitle";b.ressort=typeof b.ressort==="string"?b.ressort.replace(p,q):"noressort"});g=b}var n="muenchen.region.dachau";var h="muenchen.region.ebersberg";var o="muenchen.region.erding";var j="muenchen.region.freising";var c="muenchen.region.fuerstenfeldbruck";var m="muenchen.region.muenchen";var f="muenchen.region.starnberg";var k="muenchen.region.wolfratshausen";var e=({"bilderübersicht":"vermischtes.uebersicht.bilderuebersicht",cityguide:"muenchen.cityguide",dachau:n,"dachau.kultur":n,"dachau.politik":n,"dachau.vermischtes":n,ebersberg:h,"ebersberg.kultur":h,"ebersberg.politik":h,"ebersberg.vermischtes":h,erding:o,"erding.kultur":o,"erding.politik":o,"erding.vermischtes":o,freising:j,"freising.kultur":j,"freising.politik":j,"freising.vermischtes":j,fuestenfeldbruck:c,"fuerstenfeldbruck.kultur":c,"fuerstenfeldbruck.politik":c,"fuerstenfeldbruck.vermischtes":c,leute:"muenchen.region.leute",muenchenstadt:m,"muenchenstadt.kultur":m,"muenchenstadt.politik":m,"muenchenstadt.vermischtes":m,regionsport:"muenchen.region.sport",starnberg:f,"starnberg.kultur":f,"starnberg.politik":f,"starnberg.vermischtes":f,wolfratshausen:k,"wolfratshausen.kultur":k,"wolfratshausen.politik":k,"wolfratshausen.vermischtes":k,"m&uuml;nchen":"muenchen"})[g.ressort];if(typeof e!=="undefined"){g.ressort=e}if(g.thema==undefined){var d;if(g.dokumentTyp=="ressort"||g.dokumentTyp=="homepage"){d=g.webseitenbereich+"_"+g.ressort+".index"}else{d=g.webseitenbereich+"_"+g.ressort+"."+g.dokumentTyp+"."+g.titel}}else{var d;if(g.dokumentTyp=="ressort"){d=g.webseitenbereich+"_"+g.ressort+".index"}else{if(g.dokumentTyp=="thema"){d=g.webseitenbereich+"_"+g.ressort+".thema."+g.thema}else{d=g.webseitenbereich+"_"+g.ressort+".thema."+g.thema+"."+g.dokumentTyp+"."+g.titel}}}g.uniqePageID=d;g.refDomain=document.referrer;return g}};if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.ivw={NAME:"ivw",init:function(){VALITON_WA.register(VALITON_WA.Adapter.ivw)},_getIvwUrlTemplate:function(c){var d=c.domain.toLowerCase();var b=({"www.sueddeutsche.de":"http://sueddeut.ivwbox.de/cgi-bin/ivw/CP/{ivwcode}?r={referrer}&d={time}","www.valitontest.de":"http://test.ivwbox.de/cgi-bin/ivw/CP/{agof};{path}?r={referrer}&d={time}"})[d];if(b==="undefined"){b="http://sueddeut.ivwbox.de/cgi-bin/ivw/CP/{ivwcode}?r={referrer}&d={time}"}return b},track:function(f){var b=VALITON_WA.Util.getObjEventName(f);var d="ivw";var g=new Array();g.event=b;g.tracker=d;g.object=f;try{this.handleMessage(g)}catch(c){VALITON_WA.log("There was an error while generating the pixel: "+d+" : "+b)}},handleMessage:function(c,b){VALITON_WA.log("handleMessage, Empty Stub called")}};VALITON_WA.Adapter.ivw.init()}if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.ivw.handleMessage=function(c){switch(c.event){case"page_view":this._imgList=[];this._imgList.splice(0,1,new Image());var d=c.object;var f,e,b;f={ivwcode:(d&&d.ivwcode?d:document).ivwcode,time:(new Date()).getTime()+"_"+Math.round(Math.random()*100000),referrer:escape(document.referrer)};e=this._getIvwUrlTemplate(d);if("string"!==typeof(e)){}else{b=VALITON_WA.Util.processTemplate(e,f);this._imgList[0].src=b}break;case"page_click":break;case"document_loaded":break;default:break}}}var ns_scriptversion="2.3.2";(function(){if(typeof(ns_pixelUrl)!="string"){return}var scriptTime=new Date().getTime();var isArray=function(a){return a.constructor==Array};var shiftArray=function(a){if(isArray(a)&&(Array.prototype)&&typeof(Array.prototype.shift)=="function"){return a.shift()}else{for(var i=0,b=a[0],l=a.length-1;i<l;i++){a[i]=a[i+1]}a.length--;return b}};var joinArray=function(a,s){if(typeof(Array.prototype.join)=="function"){return a.join(s)}else{var str="";s=s||",";for(var i=0,l=a.length;part=a[i];i++){str+=part+((i!=l-1)?s:"")}return srt}};var addEvent=(window.addEventListener)?(function(element,type,handler){element.addEventListener(type,handler,false)}):(document.attachEvent)?(function(element,type,handler){element.attachEvent("on"+type,handler)}):(function(element,type,handler){var priorfunc=element["on"+type];element["on"+type]=function(e){if(typeof priorfunc=="function"){priorfunc(e)}handler(e)}});var Browser={IE:
/*@cc_on!@*/
false,IE4:
/*@if (@_jscript_version<4) !@end@*/
false,IE7:(
/*@cc_on!@*/
false&&/MSIE\s*([7-9]|[1-9]\d+)/i.test(navigator.userAgent))?true:false,SAFARI:/WebKit/i.test(navigator.userAgent)};var ns_technical=function(){var _VERSION=ns_scriptversion;var _startTime=(typeof(ns_loadingtime1)!="undefined"&&!isNaN(parseInt(ns_loadingtime1)))?ns_loadingtime1:new Date().getTime();var _url=typeof(ns_pixelUrl)=="string"?ns_pixelUrl:null;var _plugins=[];var _loadEvents=[];var _regCounter=/^https?:\/\/([^\/]+)\/([^\/]+)\/([^\/]+)\/s\?([\w_\-\.\[\]\(\)\$\~\{\}\*\^\,]{1,200})/;var _Cookie={isCreated:false,initialize:function(key,data,options){this.key=key;this.data=data;var defaults={expires:null,domain:null,secure:false,path:null};if(options){for(var property in defaults){if(typeof(options[property])!="undefined"){defaults[property]=options[property]}}}this.options=defaults},isEnabled:function(){return(document.cookie.indexOf(this.key)!=-1&&document.cookie.indexOf(this.data)!=-1)?true:false},create:function(){if(!this.isCreated){this.isCreated=true;var params=[];if(this.key&&this.data&&this.options){for(var property in this.options){if(this.options[property]){if(property=="secure"){if(this.options[property]){params[params.length]=property}}else{params[params.length]=property+"="+this.options[property]}}}params=params.length>0?";"+joinArray(params,";"):"";document.cookie=this.key+"="+this.data+params}}}};var cookdomain;if(typeof(ns_rootdomain)=="string"){cookdomain=ns_rootdomain}else{var regdom=/\.?[^\.]+\.?[^\.]+\.[a-z]+$/;if(regdom.test(document.domain)){cookdomain=regdom.exec(document.domain).toString();var dbldomregexp=/[^\.]+(\.[a-z]{2}){2}$/i;if(dbldomregexp.test(cookdomain)){cookdomain=dbldomregexp.exec(cookdomain)[0]}else{var regsubdom=/[^\.]+\.[^\.]+$/;if(regsubdom.test(cookdomain)){cookdomain=regsubdom.exec(cookdomain).toString();var wwwreg=/^www./;if(wwwreg.test(cookdomain)){cookdomain=cookdomain.replace(wwwreg,"").toString()}}}}}if(typeof(cookdomain)=="undefined"){cookdomain=document.domain}else{cookdomain=(cookdomain.indexOf(".")!=0)?"."+cookdomain:cookdomain}_Cookie.initialize("ns_session","enabled",{path:"/",domain:cookdomain});var isCookieGenerated=false;if(!_Cookie.isEnabled()){_Cookie.create();if(_Cookie.isEnabled()){isCookieGenerated=true}}if(isCookieGenerated){var loadTime={DOM:null,Page:null,Script:null};var loadingTime=function(prop,time){return new function(){loadTime[prop]=new Date().getTime()-(time||_startTime)}};var domcontentloaded=function(){var completed=function(){loadingTime("DOM")};if(document.addEventListener&&!Browser.SAFARI){document.addEventListener("DOMContentLoaded",completed,false)}else{if(Browser.SAFARI){var _timer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){clearInterval(_timer);completed()}},5)}else{if(Browser.IE&&!Browser.IE4){document.write('<script id="ns_technical_script" defer src="javascript:void(0)"><\/script>');var script=document.getElementById("ns_technical_script");script.onreadystatechange=function(){if(this.readyState=="complete"){completed()}}}}}}();var navigatorPlugins=(!Browser.IE&&navigator&&navigator.plugins&&navigator.plugins.length)?function(){var regExp=/^([\w]+\/[^;]+);?/;var result={};for(var i=0,plugin;(plugin=navigator.plugins[i]);i++){if(!plugin||!plugin.length||!plugin[0]){continue}var type=(plugin&&plugin[0]&&regExp.test(plugin[0].type))?regExp.exec(plugin[0].type)[1]:null;if(type&&!result[type]){result[type]=plugin.description}}return result}():null;var navigatorMimeTypes=(!Browser.IE&&navigator&&navigator.mimeTypes&&navigator.mimeTypes.length)?function(){var result={};for(var key in navigator.mimeTypes){var mime=/^\d+$/.test(key)?navigator.mimeTypes[key]:null;if(mime&&typeof(mime.type)=="string"){result[mime.type]=true}}return result}():null;var log=function(){var query=ns_technical.toQueryString();var url=ns_technical.getUrl();if(url){var img=new Image();img.src=url+query}};if(typeof(addEvent)=="function"){addEvent(window,"load",function(){loadingTime("Page");log()})}var ClientCaps;if(Browser.IE){ClientCaps={domElement:function(){var element=document.createElement("IE:clientCaps");if(element){element.style.behavior="url('#default#clientCaps')"}return element}(),getComponent:function(classId){classId="{"+classId+"}";var isDetected=this.domElement&&typeof(this.domElement.isComponentInstalled)!="undefined"&&this.domElement.isComponentInstalled(classId,"ComponentID");var version=isDetected?(this.domElement&&this.domElement.getComponentVersion(classId,"ComponentID")):null;return{isDetected:isDetected,version:version}}}}return{VERSION:_VERSION,loadTime:loadTime,loadingTime:loadingTime,isCookieGenerated:true,getUrl:function(){var url=null;if(_url&&_regCounter.test(_url)){var regexp=/ns__t\=[\d]+/;var timestamp="";if(regexp.test(_url)){timestamp=regexp.exec(_url)}else{timestamp="ns__t="+String(new Date().getTime())}url=_regCounter.exec(_url)[0]+"&"+timestamp}return url},TimeZone:function(){var now=new Date();var jan1=new Date(now.getFullYear(),0,1,0,0,0,0);var june1=new Date(now.getFullYear(),6,1,0,0,0,0);var temp=jan1.toGMTString();var jan2=new Date(temp.substring(0,temp.lastIndexOf(" ")-1));temp=june1.toGMTString();var june2=new Date(temp.substring(0,temp.lastIndexOf(" ")-1));var zoneoffset=(jan1-jan2)/(3600000);var daylight_time_offset=(june1-june2)/(3600000);var dst;if(zoneoffset==daylight_time_offset){dst=0}else{var hemisphere=zoneoffset-daylight_time_offset;if(hemisphere>=0){zoneoffset=daylight_time_offset}dst=1}var zone=function(){var hours=parseInt(zoneoffset);var rhours=hours;zoneoffset-=parseInt(zoneoffset);zoneoffset*=60;var mins=parseInt(zoneoffset);zoneoffset-=parseInt(zoneoffset);zoneoffset*=60;var secs=parseInt(zoneoffset);rhours=(hours<10&&hours>0)?"+0"+hours:"+"+hours;rhours=(hours==0)?"0"+hours:rhours;rhours=(hours<0&&hours>-10)?"-0"+Math.abs(hours):rhours;mins=(mins<10)?"0"+mins:mins;return rhours+":"+mins}();return{zone:zone,dst:dst}}(),detectPlugin:function(progIds,mimeType){var pluginObject=null;var isDetected=false;if(Browser.IE&&!Browser.IE4&&!!(window.ActiveXObject)){var arr=[].concat(progIds);var progId=null,activeXObject;while((progId=shiftArray(arr))&&!isDetected){eval("								try{									pluginObject = new ActiveXObject(progId);									if(pluginObject){										isDetected = true;									}								}								catch(e){}")}}else{pluginObject=(navigatorPlugins&&navigatorPlugins[mimeType])?navigatorPlugins[mimeType]:null;isDetected=!!((navigatorMimeTypes&&typeof(navigatorMimeTypes[mimeType])!="undefined")||pluginObject)}return{pluginObject:pluginObject,isDetected:isDetected}},addPlugin:function(plugin){_plugins[_plugins.length]=plugin;plugin.init()},Browser:navigator.userAgent,toQueryString:function(){var measurement={ns_type:"hidden",ns_charset:ns_technical.Document.charSet,ns_ver:ns_technical.VERSION,ns_plugins:ns_technical.collectPlugins(),ns_timezone:ns_technical.TimeZone.zone,ns_timedst:ns_technical.TimeZone.dst,ns_screen:ns_technical.Display.screenSize[0]+"x"+ns_technical.Display.screenSize[1],ns_innersize:ns_technical.Display.innerSize[0]+"x"+ns_technical.Display.innerSize[1],ns_html_loading_time:ns_technical.loadTime.DOM,ns_full_loading_time:ns_technical.loadTime.Page,ns_script_time:ns_technical.loadTime.Script,ns_useragent:ns_technical.Browser};var plugins=function(){var query=[];for(var i=0,plugin;(plugin=measurement.ns_plugins[i]);i++){if(plugin.isDetectable&&plugin.isEnabled){query[query.length]=!plugin.isDetected?plugin.key:plugin.key+":"+plugin.version}}return joinArray(query,"|")}();var query="";var query=[];for(var property in measurement){if(typeof measurement[property]=="undefined"){continue}var value;if(property=="ns_plugins"){value=plugins}else{value=(measurement[property])?measurement[property].toString():""}if(value.length==0){continue}query[query.length]=property+"="+escape(value)}return"&"+joinArray(query,"&")},Document:function(){return{charSet:(typeof document.charset!="undefined")?document.charset:(typeof document.characterSet!="undefined")?document.characterSet:null}}(),Display:function(){return{screenSize:[screen.width,screen.height],innerSize:[Math.max(!isNaN(parseInt(window.innerWidth))?parseInt(window.innerWidth):0,(document.body&&!isNaN(parseInt(document.body.clientWidth)))?parseInt(document.body.clientWidth):0),Math.max(!isNaN(parseInt(window.innerHeight))?parseInt(window.innerHeight):0,(document.body&&!isNaN(parseInt(document.body.clientHeight)))?parseInt(document.body.clientHeight):0)]}}(),Plugin:function(key,name,classId,mimeType,progIds,options){var pluginDefaults={createDom:false,doIEDetection:true,doIE7Detection:true,doGeckoDetection:true,doClientCaps:false,detect:null,version:null,isEnabled:null};if(options){for(var property in pluginDefaults){if(typeof(options[property])!="undefined"){pluginDefaults[property]=options[property]}}}options=pluginDefaults;var properties={key:!(/[^\d]/.test(String(key)))?key.toString():null,classId:classId,mimeType:mimeType,progIds:progIds||[],name:name,domElement:null,pluginObject:null,version:null,isDetected:false,isEnabled:true,isDetectable:Browser.IE7?options.doIE7Detection:Browser.IE?options.doIEDetection:options.doGeckoDetection};var createDOMObject=function(){var element=null;if(document.body){var element=document.body.appendChild(document.createElement("OBJECT"));element.setAttribute("height","1");element.setAttribute("width","1");element.style.display="block";if(Browser.IE&&properties.classId!=null){element.setAttribute("classid","clsid:"+properties.classId)}else{element.setAttribute("type",properties.mimeType);element.setAttribute("data","data:,");var param=document.createElement("param");param.setAttribute("name","enablejavascript");param.setAttribute("value",true);element.appendChild(param)}}return element};return{getVersion:function(){if(options&&typeof(options.version)=="function"){var version=options.version(this)}return version||"x.x"},getProperty:function(prop){return properties[prop]},setProperty:function(prop,value){return properties[prop]=value},init:function(){if(properties.isDetectable){var props=null;if(options&&typeof(options.detect)=="function"){var result=options.detect.call(this);props=typeof(result)=="boolean"?{isDetected:!!(result)}:typeof(object)?result:null}else{if(options&&options.doClientCaps&&Browser.IE){props=ClientCaps.getComponent(classId)}else{props=ns_technical.detectPlugin(properties.progIds,properties.mimeType)}}if(props&&props.isDetected){properties.isDetected=true;if(options&&typeof(options.isEnabled)=="function"){var isEnabled=options.isEnabled.call(this);if(typeof(isEnabled)=="boolean"){properties.isEnabled=isEnabled}}if(options&&options.createDom){properties.domElement=createDOMObject()}for(var prop in props){properties[prop]=props[prop]}}}}}},collectPlugins:function(){return[]}}}else{return{isCookieGenerated:false}}}();if(ns_technical.isCookieGenerated){ns_technical.loadingTime("Script",scriptTime)}})();if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.sitestat={URLTEMPLATE:"http://de.sitestat.com/sueddeutsche/sueddeutsche/s?",NAME:"sitestat",init:function(){VALITON_WA.register(VALITON_WA.Adapter.sitestat)},track:function(f){var b=VALITON_WA.Util.getObjEventName(f);var d="sitestat";var g=new Array();g.event=b;g.tracker=d;g.object=f;try{this.handleMessage(g)}catch(c){VALITON_WA.log("There was an error while generating the pixel: "+d+" : "+b)}},configureSitestat:function(ns_l){var ns_type="";var r="";var t="?";var p=new Array();var w="";var l="";var d=document;var n=navigator;var ns_0="";if(top!=self){if("\u0041"=="A"){var u=n.userAgent;if(u.indexOf("Safari")==-1){var b=u.indexOf("Opera");if(b==-1||(u.charAt(b+6)+0)>5){b=u.indexOf("Mozilla");var xb=b!=-1?u.charAt(b+8)>4:1;if(u.indexOf("compatible")!=-1||xb){var c="try{ns_0=top.document.referrer}catch(e){}";eval(c);c="try{l=top.document.location.href}catch(e){}";eval(c)}}}}}else{ns_0=d.referrer;l=d.location.href}if(ns_0.lastIndexOf("/")==ns_0.length-1){ns_0=ns_0.substring(ns_0.lastIndexOf("/"),0)}var f=ns_l.indexOf("?");if(f!=-1){var q=ns_l.substring(f+1);ns_l=ns_l.substring(0,f);if(q){var m=q.indexOf("&");w=q.substring(0,m==-1?q.length:m);if(w.indexOf("=")!=-1){w=""}if(w){q=q.substring(m==-1?q.length:m+1);q+=(q?"&":"")+"ns_name="+w}if(ns_0.length>0){q+=(q?"&":"")+"ns_referrer="+escape(ns_0)}var s=0;var e=0;while(q.length){e=q.indexOf("&");if(e==-1){e=q.length}var o=q.substring(s,e);if(o.substring(0,4)=="amp;"){o=o.substring(4)}if(o){p[p.length]=o}q=q.substring(e+1)}}}var a=l.indexOf(t);a=a==-1?0:l.substring(a+1);var j;if(r=="yes"){j=ns_0.length}else{if(r=="no"){j=!ns_0.length}else{if(r==""){j=1}}}if(a&&j){while(a.length){var e=a.indexOf("&");if(e==-1){e=a.length}var k=a.substring(0,a.substring(0,e).indexOf("="));var v=a.substring(a.substring(0,e).indexOf("=")+1,e);if(k.substring(0,4)=="amp;"){k=k.substring(4)}while(v.substring(0,1)=="="){v=v.substring(1)}if(k=="ns_name"){w=v}else{if(k=="ns_or"){var g="ns_referrer=";for(var z=0;z<p.length;z++){if(p[z].substring(0,g.length)==g){p[z]="ns_referrer="+v}}}else{if(k.substring(0,3)=="ns_"&&v&&k){var h=0;for(var x=0;x<p.length;x++){if(p[x].substring(0,p[x].indexOf("="))==k){p[x]=k+"="+v;h=1}}if(!h){p[p.length]=k+"="+v}}}}a=a.substring(e+1)}}if(!w){return}var s="";var y="";for(var i=0;i<p.length;i++){if(p[i].substring(0,8)!="ns_name="){if(p[i].substring(0,12)!="ns_referrer="){s+="&"+p[i]}else{y="&"+p[i]}}}s+=ns_type?"&ns_type="+ns_type+"&ns_action=view":"";ns_pixelUrl=ns_l+"?"+w+"&ns__t="+(new Date()).getTime();ns_l=ns_pixelUrl+s+y;if(d.images){ns_1=new Image();ns_1.src=ns_l}else{d.write("<img src="+ns_l+' width="1" height="1">')}},handleMessage:function(c,b){VALITON_WA.log("handleMessage, Empty Stub called")}};VALITON_WA.Adapter.sitestat.init()}if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.sitestat.handleMessage=function(b){var e=b.object;switch(b.event){case"page_view":var d="";if(e.vermarktbar){d="&ads=y"}else{d="&ads=n"}if(e.thema==undefined){var c;if(e.dokumentTyp=="ressort"||e.dokumentTyp=="homepage"){c="mobile."+e.ressort+".index"+d}else{c="mobile."+e.ressort+"."+e.dokumentTyp+"."+e.titel+d}}else{var c;if(e.dokumentTyp=="ressort"){c="mobile."+e.ressort+".index"+d}else{if(e.dokumentTyp=="thema"){c="mobile."+e.ressort+".thema."+e.thema+d}else{c="mobile."+e.ressort+".thema."+e.thema+"."+e.dokumentTyp+"."+e.titel+d}}}this.configureSitestat(this.URLTEMPLATE+c);break;case"document_loaded":break;default:VALITON_WA.log("unhandeled event:"+obj);break}}}if(!this.spring){this.spring=function(){var u="undefined",d="test",p="2cnt.net",t=typeof spring_ms!=u?spring_ms:2048,k=typeof spring_debug!=u?spring_debug:null,j={"+":"%2B",",":"%2C",";":"%3B","=":"%3D","~":"%7E"},l="site",n="s",e={},c=null,h={},q;function o(){if("https"==document.location.href.slice(0,5)){return"https://ssl-"}return"http://"}function g(w,y){if(!y){if(!w){return this}y=w;w={r:document.referrer};h=y}var x=y[n]?y[n]:w[n];if(!x){x=y[l]?y[l]:(w[l]?w[l]:d)}if(!e[x]){e[x]=[]}e[x].push([w,y]);c=1;return this}function s(z){if(!c){g({})}var B,w,A,x,y;for(w in e){if(e.hasOwnProperty(w)){A=e[w];while(A.length>0){x=",",y=[];while(A.length>0){x=x+f(b(A.shift(),y),y);if(x.length>t){break}if(A.length>0){x+="+"}}B=v(x+";",w,z)}}}e={};return B}function v(B,w,y){var C=o()+(w?w:d)+"."+p+"/j0="+B,x=C+"?lt="+(new Date()).getTime().toString(36)+"&x="+screen.width+"x"+screen.height+"x"+screen.colorDepth;if(y==1){document.write('<img src="'+x+'" width="1" height="1">')}else{if(y==2){(new Image()).src=x}else{if(y==3||!y){var A=o()+"i."+p+"/?l="+encodeURIComponent(x);if(!q){q=document.createElement("iframe");var z=q.style;z.position="absolute";z.left=z.top="-999px";q.src=A;document.body.appendChild(q)}else{q.src=A}}}}if(k){alert(x)}return C}function f(y,w){for(var x=0;x<w.length;x+=1){if(w[x]==y){return"~"+x}}w.push(y);return y}function b(D,A){var y,B,x,z,w=/[+&,;=~]/g,C;if(!A){A=[]}switch(typeof D){case"string":return w.test(D)?escape(D).replace(w,function(F){var E=j[F];return E?E:F}):escape(D);case"number":return isFinite(D)?String(D):"null";case"boolean":case"null":return String(D);case"object":if(!D){return"null"}y=[];if(typeof D.length==="number"&&!(D.propertyIsEnumerable("length"))){z=D.length;for(B=0;B<z;B+=1){y.push(f(b(D[B],A),A)||"null")}return","+y.join("+")+";"}for(x in D){if(typeof x==="string"){if(x!=l&&x!=n){C=b(D[x],A);if(C){y.push(f(b(x,A)+"="+C,A))}}}}return","+y.join("+")+";"}return""}function r(x,y,w){g(x,y);return s(w)}function m(){while(springq.length>0){var w=springq.shift();if(w[1]){g(w[0],w[1])}else{g(w,false)}}s();setTimeout("spring.p()",100)}return{a:g,add:g,c:r,commit:r,p:m}}()}if(this.springq){spring.p()}if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.magof={NAME:"magof",init:function(){VALITON_WA.register(VALITON_WA.Adapter.magof)},track:function(f){var b=VALITON_WA.Util.getObjEventName(f);var d="magof";var g=new Array();g.event=b;g.tracker=d;g.object=f;try{this.handleMessage(g)}catch(c){VALITON_WA.log("There was an error while generating the pixel: "+d+" : "+b)}},handleMessage:function(c,b){VALITON_WA.log("handleMessage, Empty Stub called")}};VALITON_WA.Adapter.magof.init()}if(typeof VALITON_WA!=="undefined"){if(typeof VALITON_WA.Adapter==="undefined"){VALITON_WA.Adapter={}}VALITON_WA.Adapter.magof.handleMessage=function(b){switch(b.event){case"page_view":var e=b.object;var c;if(e.thema==undefined){if(e.dokumentTyp=="ressort"||e.dokumentTyp=="homepage"){c="mobile/"+e.ressort+"/index"}else{c="mobile/"+e.ressort+"/"+e.dokumentTyp+"/"+e.titel}}else{if(e.dokumentTyp=="ressort"){c="mobile/"+e.ressort+"/index"}else{if(e.dokumentTyp=="thema"){c="mobile/"+e.ressort+"/"+e.thema}else{c="mobile/"+e.ressort+"/"+e.thema+"/"+e.dokumentTyp+"/"+e.titel}}}var d={s:"m-szde",cp:c,cat:e.ressort,url:document.location.href};spring.c(d);break;case"document_loaded":break;default:break}}}VALITON_WA.setup();if(typeof SDE==="undefined"||!SDE){var SDE={}}SDE.is_production=true;SDE.mergeObjects=function(f,e,b){var d={},c=null;b=typeof b==="undefined"?true:b;for(c in f){if(f.hasOwnProperty(c)){d[c]=f[c]}}for(c in e){if(e.hasOwnProperty(c)&&(typeof d[c]==="undefined"||b===true)){d[c]=e[c]}}return d};SDE.uid=function(d){var c="";if(!d||d<=0){d=16}for(var b=0;b<d;b++){c+=String.fromCharCode(Math.floor(Math.random()*26)+97)}return c};SDE.namespace=function(d){var c=SDE,b;d=d.split(".");for(b=(d[0]==="SDE")?1:0;b<d.length;b++){c[d[b]]=c[d[b]]||{};c=c[d[b]]}return c};SDE.extend=function(b,d){var c=function(){};c.prototype=b.prototype;d.super_=b.prototype;d.prototype=new c();d.prototype.constructor=b};if(typeof jQuery!=="undefined"&&jQuery){SDE.$=jQuery;jQuery.noConflict(true)}if(typeof swfobject!=="undefined"&&swfobject){SDE.swfobject=swfobject;swfobject.noConflict()}if(typeof tracking!=="undefined"&&tracking){SDE.tracking=tracking;tracking.noConflict()}(function(){SDE.namespace("log");function c(h){return((SDE.is_production===false||window.location.hash.match("sdedebug"))&&typeof console!=="undefined"&&typeof console[h]!=="undefined"&&typeof console[h].apply!=="undefined"&&!window.location.hash.match("no"+h))}function e(){SDE.log.history.push({type:"info",args:arguments});if(c("info")){return(console.info.apply(console,arguments)==="undefined")}else{return false}}function f(){SDE.log.history.push({type:"warn",args:arguments});if(c("warn")){return(console.warn.apply(console,arguments)==="undefined")}else{return false}}function g(){SDE.log.history.push({type:"error",args:arguments});if(c("error")){return(console.error.apply(console,arguments)==="undefined")}else{return false}}function d(){SDE.log.history.push({type:"group",args:arguments});if(c("group")){return(console.group.apply(console,arguments)==="undefined")}else{return false}}function b(){SDE.log.history.push({type:"groupEnd",args:arguments});if(c("groupEnd")){return(console.groupEnd.apply(console,arguments)==="undefined")}else{return false}}SDE.log=function(){SDE.log.info.apply(SDE.log.info,arguments)};SDE.log.history=[];SDE.log.info=e;SDE.log.warn=f;SDE.log.warning=f;SDE.log.error=g;SDE.log.group=d;SDE.log.groupEnd=b}());(function(){SDE.namespace("advertisement")}());sas_tmstp=Math.round(Math.random()*10000000000);sas_masterflag=1;function sasmobile(d,b,c){if(sas_masterflag==1){sas_masterflag=0;sas_master="M"}else{sas_master="S"}document.write('<script src="http://mobile.smartadserver.com/call2/pubmj/'+d+"/"+b+"/"+sas_master+"/"+sas_tmstp+"/"+escape(c)+'?"><\/script>')}function sascc(c,b){img=new Image();img.src="http://mobile.smartadserver.com/call/clicpixel/"+c+"/"+b+"/"+sas_tmstp+"?"}(function(){SDE.namespace("utils")}());(function(){SDE.namespace("utils.Config");SDE.utils.Config=function(c,d){this._config={};if(!d){d={}}for(var b in c){if(c.hasOwnProperty(b)){if(typeof d[b]!=="undefined"){this._config[b]=d[b]}else{if(d.get&&(typeof d.get(b)!=="undefined")){this._config[b]=d.get(b)}else{this._config[b]=c[b]}}}}};SDE.utils.Config.prototype={get:function(b){if(typeof this._config[b]!=="undefined"){return this._config[b]}else{return undefined}},set:function(b,c){this._config[b]=c}}}());(function(){SDE.namespace("utils.SWF");SDE.utils.SWF.expressInstall="/static_assets/build/other/expressInstall.1c120046.swf";SDE.utils.SWF.baselineVersion="9.0.0";SDE.utils.SWF.embed=function(d){SDE.log("Embedding an SWF: userConfig:%o",d);var c={swf:null,video:null,width:null,height:null,toReplace:null,image:null,vars:{},params:{},attributes:{}},g={quality:"high",allowScriptAccess:"always",allowFullScreen:"true",wmode:"transparent",scale:"showall",devicefont:"false",bgcolor:"#ffffff"},f,b;for(f in g){if(g.hasOwnProperty(f)&&!d.params[f]){d.params[f]=g[f]}}d.params.width=d.width;d.params.height=d.height;b=new SDE.utils.Config(c,d);if(SDE.swfobject.hasFlashPlayerVersion(SDE.utils.SWF.baselineVersion)){SDE.log("Embed Flash Object: Show Flash");SDE.swfobject.embedSWF(b.get("swf"),b.get("toReplace"),b.get("width"),b.get("height"),SDE.utils.SWF.baselineVersion,SDE.utils.SWF.expressInstall,b.get("vars"),b.get("params"),b.get("attributes"));return true}else{SDE.log("Embed Flash Object: Sorry no flash object can be placed on the site");var e='<div id="%ID_TO_REPLACE%"><img src="%IMAGE%" width="%WIDTH%" height="%HEIGHT%" alt=""><div class="getflashplayer">  <p>Um das Video korrekt angezeigt zu bekommen, ben&ouml;tigen Sie den Adobe Flash Player welchen Sie hier herunterladen k&ouml;nnen:</p>  <a href="http://get.adobe.com/de/flashplayer/" target="_blank">    <img src="/static_assets/build/img/video/get-adobe-flash-player.d0f78b16.png" alt="Get Adobe Flash Player">  </a></div></div>';e=e.replace("%ID_TO_REPLACE%",b.get("toReplace")).replace("%IMAGE%",b.get("image")).replace("%WIDTH%",b.get("width")).replace("%HEIGHT%",b.get("height"));SDE.$("#"+b.get("toReplace")).replaceWith(e);return false}}}());(function(){SDE.namespace("utils.video.html5");SDE.utils.video.html5.embed=function(f){SDE.log("Embedding an Video: userConfig:%o",f);var e={video:null,width:null,height:null,toReplace:null,image:null},d;d=new SDE.utils.Config(e,f);if(d.get("video")){SDE.log("Embed Video: Show HTML5-Videoplayer");var c='<div class="mwplayer_interface mv-player">  <video id="%ID%" width="%WIDTH%" height="%HEIGHT%" tabindex="0" poster="%IMAGE%" autoplay>    <source src="%MP4%"></source>    <a href="%MP4%">      <img src="%IMAGE%" alt="">    </a>  </video></div>';var g=d.get("toReplace");c=c.replace("%ID%",g).replace("%WIDTH%",d.get("width")).replace("%HEIGHT%",d.get("height")).replace("%MP4%",d.get("video")).replace("%IMAGE%",d.get("image"));SDE.$("#"+d.get("toReplace")).replaceWith(c);var b=SDE.$("#"+g).get(0);b.addEventListener("click",function(){b.volume=0.5;b.play()},false)}}}());(function(){SDE.namespace("utils.video");SDE.utils.video.embed=function(b){SDE.utils.video.html5.embed(b)}}());(function(){SDE.namespace("widget")}());(function(){SDE.namespace("widget.PanelControl");SDE.namespace("events.PanelControl");SDE.events.PanelControl={prechange:"SDE_events_PanelControl_prechange",onchange:"SDE_events_PanelControl_onchange",preshow:"SDE_events_PanelControl_preshow",onshow:"SDE_events_PanelControl_onshow",prehide:"SDE_events_PanelControl_prehide",onhide:"SDE_events_PanelControl_onhide",onnavclick:"SDE_events_PanelControl_onnavclick"};var b={toggle:null,panel:null,closeButton:false,managedFocus:true,interaction:"click"};function c(){SDE.log("PanelControl: Called `hide`");SDE.log("this:%o, this.visible:%o",this,this.visible);this.button.children().removeClass("panelopened");if(this.visible){this.panel.trigger(SDE.events.PanelControl.prehide,{panel:this.panel,button:this.button,visible:this.visible});this.panel.attr("aria-hidden","true");this.visible=false;this.button.removeClass("visible");this.panel.trigger(SDE.events.PanelControl.onhide,{panel:this.panel,button:this.button,visible:this.visible})}if(this.button.attr("id")==="logintoggle"){SDE.log.info("Check, after closing Lightbox, if user is logged in");window.location.reload()}}function e(f){SDE.log.group("PanelControl: Called `show`");SDE.log("this:%o, this.visible:%o",this,this.visible);this.button.children().addClass("panelopened");if(!this.panel[0].parentNode||this.panel[0].parentNode.nodeName!=="BODY"){SDE.log("`panel` isn't yet a child of `body`: Appending to document's body");this.panel.appendTo("body")}if(!this.visible){this.panel.trigger(SDE.events.PanelControl.preshow,{panel:this.panel,button:f||this.button,visible:this.visible});this.panel.attr("aria-hidden","false");this.visible=true;this.button.addClass("visible");if(this.managedFocus){this.panel.focus()}this.panel.trigger(SDE.events.PanelControl.onshow,{panel:this.panel,button:f||this.button,visible:this.visible})}SDE.log.groupEnd()}function d(f){SDE.log.group("PanelControl: Called `toggle`");SDE.log("this:%o, this.visible:%o",this,this.visible);this.panel.trigger(SDE.events.PanelControl.prechange,{panel:this.panel,button:f||this.button,visible:this.visible});if(this.visible){this.hide(f)}else{this.show(f)}this.panel.trigger(SDE.events.PanelControl.onchange,{panel:this.panel,button:f||this.button,visible:this.visible});SDE.log.groupEnd()}SDE.widget.PanelControl=function(h){SDE.log.group("PanelControl");SDE.log("Constructor, userConfig:%o, baseConfig:%o",h,this._baseConfig);var j,g,f=this;if(!h){SDE.log.error("`PanelControl`: Instantiated without configuration.");return null}this.config=new SDE.utils.Config(this._baseConfig,h);g=this.config;if(!g.get("panel")){SDE.log.error("`PanelControl`: `panel` is a required configuration option.  Please check that it is set correctly.  You provided: ",h);return null}this.basename=SDE.uid();this.panel=SDE.$(g.get("panel"));if(this.panel.attr("id")){this.basename=this.panel.attr("id")}j=this.basename;this.visible=false;this.panel.each(function(l){SDE.$(this).attr({id:j,role:"dialog","aria-labelledby":SDE.$(this).attr("aria-labelledby")||(j+"_toggle"),"aria-hidden":"true",tabindex:"-1"})});function k(m){m.preventDefault();var l=SDE.$(m.target);f.panel.trigger(SDE.events.PanelControl.onnavclick,{panel:f.panel,button:l,event:m});f.toggle(l);return false}if(g.get("toggle")){this.button=SDE.$(g.get("toggle")).attr({role:"tablist"}).bind(g.get("interaction"),k)}else{this.button=SDE.$("<button />").text(this.basename).attr({id:this.basename+"_toggle",role:"tablist"}).bind(g.get("interaction"),k);this.panel.replaceWith(this.button)}if(this.config.get("closeButton")){this.panel.append("<button class='close'>Schlie&szlig;en</button>");this.closeButton=this.panel.find("button.close");this.closeButton.bind("click",SDE.$.proxy(this,"hide"))}SDE.$(this.button.hide().show());this.managedFocus=!!g.get("managedFocus");SDE.log.groupEnd()};SDE.widget.PanelControl.prototype.toggle=d;SDE.widget.PanelControl.prototype.show=e;SDE.widget.PanelControl.prototype.hide=c;SDE.widget.PanelControl.prototype._baseConfig=b}());(function(){SDE.namespace("widget.DropdownControl");SDE.widget.DropdownControl=function(d){SDE.log.group("DropdownControl");SDE.log("Constructor, userConfig:%o",d);var c=this;if(SDE.$(d.panel).length===0){SDE.log.warn("Constructor, `panel` matched no elements, exiting.");SDE.log.groupEnd();return null}d.offset=d.offset||{};var b={top:d.offset.top||0,left:d.offset.left||0};arguments.callee.prototype.constructor.call(this,d);this.panel.hide();this.panel.bind(SDE.events.PanelControl.onshow,function(g,f){var h=f.button.offset();h.top+=f.button.outerHeight()-1+b.top;h.left+=b.left;if(h.left+f.panel.outerWidth()>SDE.$("#sueddeutsche").outerWidth()){h.left-=(f.panel.outerWidth()-f.button.outerWidth())}h.top=parseInt(h.top,10);h.left=parseInt(h.left,10);SDE.log("DropdownControl: Showing %o with offset %o, e:%o, data:%o",f.panel,h,g,f);f.panel.css(h).fadeIn("slow")}).bind(SDE.events.PanelControl.onhide,function(){c.panel.fadeOut("fast")});SDE.log.groupEnd()};SDE.extend(SDE.widget.PanelControl,SDE.widget.DropdownControl)}());(function(){SDE.namespace("widget.LightboxControl");SDE.namespace("events.LightboxControl");SDE.events.LightboxControl={onvisible:"SDE_events_LightboxControl_onvisible"};var c=SDE.mergeObjects({escToClose:true,clickToClose:true,clickOutsideToClose:true,managedFocus:false,closeButton:true},SDE.widget.PanelControl.prototype._baseConfig,false);function b(g,f){SDE.log("LightboxControl: Called `centerPreChange` with e:%o, data:%o",g,f);SDE.widget.Overlay.center(f.panel)}function e(g,f){SDE.log("LightboxControl: Called `showHandler` with e:%o, data:%o",g,f);SDE.widget.Overlay.dim();f.panel.fadeIn("slow",function(){f.panel.focus();f.panel.trigger(SDE.events.LightboxControl.onvisible,f)})}function d(g,f){SDE.log("LightboxControl: Called `hideHandler` with e:%o, data:%o",g,f);SDE.widget.Overlay.brighten();f.panel.fadeOut("fast")}SDE.widget.LightboxControl=function(g){SDE.log.group("LightboxControl");SDE.log("Constructor, userConfig:%o",g);var f=this;arguments.callee.prototype.constructor.call(this,g);SDE.log("Final config: %o",this.config);this.panel.addClass("overlaid").attr("role","dialog");function h(j){f.hide();return false}if(this.config.get("clickToClose")){SDE.log("Binding `clickToClose` handler.");this.panel.bind("click",h)}if(this.config.get("clickOutsideToClose")){SDE.log("Binding `clickOutsideToClose` handler.");SDE.widget.Overlay.bind(SDE.events.Overlay.click,h)}if(this.config.get("escToClose")){this.panel.keypress(function(k){var j=27;if(k.which===j){h()}})}this.panel.bind(SDE.events.PanelControl.preshow,this.centerPreChange).bind(SDE.events.PanelControl.onhide,this.hideHandler).bind(SDE.events.PanelControl.onshow,this.showHandler).hide();SDE.log.groupEnd()};SDE.extend(SDE.widget.PanelControl,SDE.widget.LightboxControl);SDE.widget.LightboxControl.prototype._baseConfig=c;SDE.widget.LightboxControl.prototype.centerPreChange=b;SDE.widget.LightboxControl.prototype.hideHandler=d;SDE.widget.LightboxControl.prototype.showHandler=e}());(function(){SDE.namespace("widget.Overlay");SDE.namespace("events.Overlay");SDE.events.Overlay={prechange:"SDE_events_Overlay_prechange",onchange:"SDE_events_Overlay_prechange",click:"SDE_events_Overlay_click"};var d=null,c="bright",j={speed:600,callback:null};function k(n){d.trigger(n,{overlay:SDE.widget.Overlay,visiblity:(c==="dim")})}function b(){var n=SDE.$('<div id="'+SDE.uid()+'" style="background: #000;"></div>');n.css({position:"absolute",top:0,left:0,opacity:0,"z-index":1000000}).bind("click",function(){k(SDE.events.Overlay.click)});return n}function e(n,o){if(!d){d=b()}d.bind(n,o)}function f(n,o){if(!d){d=b()}d.unbind(n,o)}function l(n){SDE.log("Overlay: brightening site with config:%o",n);n=new SDE.utils.Config(j,n);if(!d){d=b()}k(SDE.events.Overlay.prechange);d.stop().animate({opacity:0},n.get("speed"),function(){SDE.$(this).css({height:0,width:0});if(typeof n.get("callback")==="function"){n.get("callback")()}c="bright";k(SDE.events.Overlay.onchange)})}function h(n){SDE.log("Overlay: dimming site with config:%o",n);n=new SDE.utils.Config(j,n);if(!d){d=b()}if(!d[0].parentNode||d[0].parentNode.nodeName!=="BODY"){SDE.log("`overlay` isn't yet a child of `body`: Appending.");d.appendTo("body")}k(SDE.events.Overlay.prechange);d.stop().css({height:SDE.$("body").height(),width:SDE.$(window).width(),opacity:0}).animate({opacity:0.5},n.get("speed"),function(){if(typeof n.get("callback")==="function"){n.get("callback")()}c="dim";k(SDE.events.Overlay.onchange)})}function m(n){((c==="dim")?l:h)(n)}function g(n){var p=SDE.$(window),o=SDE.$(n);o.css({left:Math.max(((p.width()-o.width())/2)+p.scrollLeft())+"px",position:"absolute",top:Math.max(0,((p.height()-o.height())/2)+p.scrollTop())+"px"})}SDE.widget.Overlay={dim:h,brighten:l,toggle:m,center:g,bind:e,unbind:f}}());(function(){SDE.namespace("widget.TabControl");SDE.namespace("events.TabControl");SDE.events.TabControl={prechange:"SDE_events_TabControl_prechange",onchange:"SDE_events_TabControl_onchange",onnavinteraction:"SDE_events_TabControl_onnavinteraction"};var b={root:null,buttonType:"button",onCreateCallback:null,changeOnMouseOver:true};function d(k){SDE.log("TabControl: Refocusing root:%o to index:%o",this.root[0],k);if(k>=this.items.length){k=0}else{if(k<0){k=this.items.length-1}}if(this.current===k){return false}if(SDE.$(this.root[0]).hasClass("sportticker")){var j=SDE.$(this.items[k]).show().children().show().parent().height();SDE.$(this.items[k]).parent().css("height",j);SDE.log("TabControl: Here we have an liveticker-tabbox. We set the height of the selected tab to %dpx",j)}this.root.trigger(SDE.events.TabControl.prechange,{root:this.root,nav:this.nav,items:this.items,current:this.current,"new":k});this.items.attr("aria-hidden","true").removeClass("current").eq(k).attr("aria-hidden","false").addClass("current");this.nav.find("li").removeClass("current").eq(k).addClass("current");this.root.trigger(SDE.events.TabControl.onchange,{root:this.root,nav:this.nav,items:this.items,current:k,old:this.current});this.current=k}function e(){this.refocus(0)}function g(){this.refocus(this.items.length-1)}function h(){this.refocus(this.current+1)}function c(){this.refocus(this.current-1)}SDE.widget.TabControl=function f(p){SDE.log.group("TabControl");SDE.log("Constructor, called with config:%o",p);this.config=new SDE.utils.Config(this._baseConfig,p);var k=this;this.basename=SDE.uid();this.root=SDE.$(this.config.get("root"));if(this.root.length===0){SDE.log.warn("Config param `root` (userConfig:%o) matches no elements.  Exiting early.",p);SDE.log.groupEnd();return null}this.items=this.root.find("> .body > ul > li");this.current=0;this.items.each(function(s){var u=k.basename+"_"+s,t=SDE.$(this);t.attr({id:u,role:"tabpanel","aria-labelledby":u+"_nav","aria-hidden":"true"});if(t.hasClass("current")){k.current=s}}).filter(".current").attr("aria-hidden","false");this.nav=document.createElement("ol");for(var l=1;l<=this.items.length;l++){var n=this.config.get("buttonType");var q=document.createElement("li"),m=document.createElement(n);if(n==="button"){var o="";o=this.items.eq(l-1).find(".header").text();if(o){m.innerHTML=o}else{o=this.items.eq(l-1).find(".header a").text();if(o){m.innerHTML=o}else{m.innerHTML=l}}}else{m.innerHTML=l;SDE.$(m).attr("href","#")}m.TabControlIndex=l-1;if(this.current===l-1){SDE.$(q).addClass("current")}q.appendChild(m);this.nav.appendChild(q);SDE.$(m).addClass("tabbutton"+l)}SDE.$(this.nav).find("li:first").addClass("first");SDE.$(this.nav).find("li:last").addClass("last");function j(s){if(typeof s.target.TabControlIndex==="undefined"){return false}SDE.log("TabControl: Triggering `onnavinteraction` on root:%o",k.root);k.root.trigger(SDE.events.TabControl.onnavinteraction,{root:k.root,nav:k.nav,items:k.items,event:s});return false}this.nav=SDE.$(this.nav).attr("role","tablist").click(j);if(this.config.get("changeOnMouseOver")){this.nav.mouseover(j)}var r=this.config.get("onCreateCallback");if(r){r(this.nav)}else{this.nav.appendTo(this.root.find("> .footer"))}SDE.log.groupEnd()};SDE.widget.TabControl.prototype._baseConfig=b;SDE.widget.TabControl.prototype.refocus=d;SDE.widget.TabControl.prototype.first=e;SDE.widget.TabControl.prototype.last=g;SDE.widget.TabControl.prototype.next=h;SDE.widget.TabControl.prototype.previous=c}());(function(){SDE.namespace("widget.FormControl");SDE.namespace("events.FormControl");SDE.events.FormControl={presubmit:"SDE_events_FormControl_presubmit",onsubmit:"SDE_events_FormControl_onsubmit",onsuccess:"SDE_events_FormControl_onsuccess",onerror:"SDE_events_FormControl_onerror"};SDE.$.event.special[SDE.events.FormControl.presubmit]={_default:function(g){SDE.log("Triggering `onsubmit` from `presubmit`'s default handler. e:%o",g);SDE.$(g.target).trigger(SDE.events.FormControl.onsubmit)}};var c={enterToSubmit:true,toggle:".submit",form:null,validator:function f(){},gatherer:function d(){}};function e(j){SDE.log.group("FormControl Submission");var k=this.gatherSubmission();SDE.log("Submitting form with data:%o",k);SDE.$.ajax({type:k.method,url:k.action||window.location.href,data:k.data,success:SDE.$.proxy(function h(l){SDE.log("Success: %s",l);this.form.trigger(SDE.events.FormControl.onsuccess,{form:this.form,response:l});SDE.log.groupEnd()},this),error:SDE.$.proxy(function g(n,m,l){SDE.error("Failure: xhr:%o, stat:%o, error:%o",n,m,l);this.form.trigger(SDE.events.FormControl.onerror,{form:this.form,status:m,error:l});SDE.log.groupEnd()},this)});return false}SDE.widget.FormControl=function b(g){SDE.log.group("FormControl");SDE.log("Constructor, userConfig:%o, baseConfig:%o",g,this._baseConfig);var j=this;this.config=new SDE.utils.Config(this._baseConfig,g);this.form=SDE.$(this.config.get("form"));this.toggle=this.form.find(this.config.get("toggle"));this.validateForm=this.config.get("validator");this.gatherSubmission=this.config.get("gatherer");if(this.form.length===0){SDE.log.warn("Exiting early: No elements found matching the provided `form` selector (%s)",g.form);SDE.log.groupEnd();return null}SDE.log("Binding validation and submission to click events on `toggle` elements.");this.toggle.bind("click",function h(){j.form.trigger(SDE.events.FormControl.presubmit,{form:j.form});return false});this.form.bind(SDE.events.FormControl.onsubmit,SDE.$.proxy(this,"submitHandler")).keypress(function(l){var k=13;if(l.which===k){j.form.submit()}});if(this.validateForm){SDE.log("Binding validation to form's `presubmit` event.");this.form.bind(SDE.events.FormControl.presubmit,SDE.$.proxy(this,"validateForm"))}SDE.log.groupEnd()};SDE.widget.FormControl.prototype._baseConfig=c;SDE.widget.FormControl.prototype.submitHandler=e;SDE.widget.FormControl.prototype.validateForm=function(){};SDE.widget.FormControl.prototype.gatherSubmission=function(){}}());(function(){SDE.namespace("widget.DynamicListControl");SDE.namespace("events.DynamicListControl");SDE.events.DynamicListControl={prechange:"SDE_events_DynamicListControl_prechange",onchange:"SDE_events_DynamicListControl_onchange"};var c={panel:null,panelRole:"tree",toggle:null,toggleRole:"treeitem",managedFocus:true,interaction:"mouseenter focus",activeClass:"active"};function d(){this.panel.attr("role",this.config.get("panelRole"));this.items.attr("role",this.config.get("toggleRole"))}function b(){SDE.log("Setting up ARIA roles and labels.");this.items.attr("aria-expanded","false").find("img, p").attr("aria-hidden","true").end();this.active.attr("aria-expanded","true").find("img, p").attr("aria-hidden","false").end()}SDE.widget.DynamicListControl=function(g){SDE.log.group("DynamicListControl");SDE.log("Constructor, userConfig:%o, baseConfig:%o",g,this._baseConfig);var j,f,h=this;if(!g){SDE.log.error("`DynamicListControl`: Instantiated without configuration.");return null}this.config=new SDE.utils.Config(this._baseConfig,g);f=this.config;if(!f.get("panel")){SDE.log.error("`DynamicListControl`: `panel` is a required configuration option.  Please check that it is set correctly.  You provided: ",g);return null}this.panel=SDE.$(f.get("panel"));this.basename=SDE.uid();if(this.panel.attr("id")){this.basename=this.panel.attr("id")}else{this.panel.attr("id",this.basename)}j=this.basename;this.items=this.panel.find(f.get("toggle"));this.active=this.panel.find("."+f.get("activeClass"));if(this.active.length!==1){this.active=this.items.removeClass(f.get("activeClass")).first().addClass(f.get("activeClass"))}this.updateAriaRoles();this.updateAriaProperties();this.panel.attr("aria-labelledby",this.basename+"_label").find(".head").attr("id",this.basename+"_label");this.panel.delegate(f.get("toggle"),f.get("interaction"),function e(){if(this===h.active.get(0)){return}h.panel.trigger(SDE.events.DynamicListControl.prechange,{panel:h.panel,current:h.active,future:SDE.$(this)});var k=h.active.removeClass(f.get("activeClass"));h.active=SDE.$(this).addClass(f.get("activeClass"));h.active.focus();h.panel.trigger(SDE.events.DynamicListControl.onchange,{panel:h.panel,current:h.active,old:k})});this.panel.bind(SDE.events.DynamicListControl.onchange,SDE.$.proxy(b,this));SDE.log.groupEnd()};SDE.widget.DynamicListControl.prototype._baseConfig=c;SDE.widget.DynamicListControl.prototype.updateAriaProperties=b;SDE.widget.DynamicListControl.prototype.updateAriaRoles=d}());(function(){SDE.namespace("widget.BanderoleSwipe");SDE.widget.BanderoleSwipe=function(j){SDE.log.group("BanderoleSwipe");SDE.log("Constructor, userConfig: %o",j);var k=0,o=j.id,p=0,t=screen.width,d=0,h=j.items,u=0,l=window.orientation,r=250;function m(z,y){var x=SDE.$(o+" .swipecontainer");x.css("-webkit-transition-duration",(y/1000).toFixed(1)+"s");var w=(z<0?"":"-")+Math.abs(z).toString();x.css("-webkit-transform","translate3d( "+w+"px, 0px, 0px )");v()}function f(){k=Math.max(k-1,0);SDE.log("We go to previous image with number %i",(k+1));m(t*k,r)}function n(){k=Math.min(k+1,h-1);SDE.log("We go to next image with number %i",(k+1));m(t*k,r);var x=SDE.$(o+" .swipecontainer li[data-teaser="+(k+3)+"] img"),w=x.attr("data-src");if(w){SDE.widget.BanderoleSwipe.reloadImages(x,w)}}function q(x,w,z,A){if(w==="move"&&(z==="left"||z==="right")){var y=0;if(z==="left"){m((t*k)+A,y)}else{if(z==="right"){m((t*k)-A,y)}}}else{if(w==="cancel"){m(t*k,r)}else{if(w==="end"){if(z==="right"){f()}else{if(z==="left"){n()}}}}}}function v(){SDE.$(o+" .header ol li").removeClass("current");SDE.$(o+' .header ol li[data-item="'+(k+1)+'"]').addClass("current")}SDE.$(".swipecontainer").css("width",(h*t)+"px");SDE.$(".swipecontainer li.hentry").css("width",t+"px");if(navigator.platform!=="iPod"&&navigator.platform!=="iPhone"&&window.orientation===0){u=t}else{p=t}var e={triggerOnTouchEnd:true,swipeStatus:q,allowPageScroll:"vertical",threshold:150};SDE.$(o+" .swipecontainer").swipe(e);var s=function(){if(window.orientation!==l){l=window.orientation;if(navigator.platform!=="iPod"&&navigator.platform!=="iPhone"){if(l===0&&u!==0&&u!==screen.width&&p===0){p=screen.width}else{if(l!==0&&p!==0&&p!==screen.width&&u===0){u=screen.width}}if(l===0){t=(u!==0)?u:screen.width}else{t=(p!==0)?p:screen.width}}else{t=Math.max(window.screen.availWidth,SDE.$("body")[0].clientWidth)}SDE.$(".swipecontainer li.hentry").css("width",t+"px");SDE.$(".swipecontainer li.hentry img").each(function(){SDE.$(this).attr("width",t)});SDE.$(".swipecontainer").css("width",(h*t)+"px");m((t*k),10)}};var c="onorientationchange" in window,g=c?"orientationchange":"resize";window.addEventListener(g,s,false);SDE.log.groupEnd()};SDE.widget.BanderoleSwipe.reloadImages=function b(c,d){SDE.log("Reload images when user begins to swipe");SDE.$(c).load(d,function(){SDE.$(this).attr("src",d).removeAttr("data-src")})}}());(function(){SDE.namespace("widget.ImageGallerySwipe");SDE.widget.ImageGallerySwipe=function(l){SDE.log.group("ImageGallerySwipe");SDE.log("Constructor, userConfig: %o",l);SDE.$(".gallery .imageList li").empty();var v=l.json;var m=0,t=250,q=0,g=(window.orientation!==undefined)?Math.max(window.screen.availWidth,SDE.$("body")[0].clientWidth):SDE.$("body")[0].clientWidth,r=v.items.length,d=0;function n(A,z){var y=SDE.$(".imageList");y.css("-webkit-transition-duration",(z/1000).toFixed(1)+"s");var x=(A<0?"":"-")+Math.abs(A).toString();y.css("-webkit-transform","translate3d("+x+"px,0px,0px)")}function w(D){var x=D.height(),z=D.width(),A=z/x,y,B,C;if(A>1){C=q;B=(g-2*C);y=B*(1/A)}else{B=g*A;C=Math.round(g-B)/2;y=g}SDE.$(D).css({height:y,width:B,"margin-left":C,"margin-right":C});return D}function b(x){return SDE.$(".gallery .imageList li:eq("+x+") img")}function j(B,A){var F=v.items[B];if(F&&(!b(B).length)){var x=F.overline?"<strong>"+F.overline+'</strong><span class="offscreen">&ndash;</span>':"";var E=F.headline&&A?'<div class="header"><h1>'+x+F.headline+"</h1></div>":"";var C=A?'<img src="'+F.image+'" alt="'+F.headline+'"><div class="text">'+F.text+'</div><cite class="imagesource">&copy;'+F.source+"</cite>":"<p>not populating</p>";var y=SDE.$("ul.imageList li:eq("+B+")");var D=d?" height: "+d+"px;":"";var z='<li class="imageItem" style="width:'+g+"px; "+D+'">'+E+C+"</li>";if(y.length){y.replaceWith(z)}else{SDE.$("ul.imageList").append(z)}if(A){b(B).load(function(){w(SDE.$(this))})}}}function k(x){SDE.log("We manipulate some DOM elements in image number %i",(x+1));n((g*x),t);SDE.$(".toolbar .whereami em").html(x+1);if(typeof VALITON_WA!=="undefined"){setTimeout(VALITON_WA.track,500)}}function h(){m=Math.max((m-1),0);SDE.log("We go to previous image with number %i",(m+1));k(m);setTimeout(function(){j(Math.max((m-1),0),true)},350)}function o(){m=Math.min((m+1),(r-1));SDE.log("We go to next image with number %i",(m+1));k(m);setTimeout(function(){j(Math.min(m+2,v.items.length-1),true)},350)}function c(){h()}function e(){if((m+1)<r){o()}else{window.location.href=window.location.href.replace(/^(.*\d\.\d+)(-[0-9]+)?/,"$1-"+(r+1))}}function p(y,x,A,B){if(x==="move"&&(A==="left"||A==="right")){var z=0;if(A==="left"){n((g*m)+B,z)}else{if(A==="right"){n((g*m)-B,z)}}}else{if(x==="cancel"){n(g*m,t)}else{if(x==="end"){if(A==="right"){c()}else{if(A==="left"){e()}}}}}}m=window.location.href.match(/.*-\d+$/)?parseInt(window.location.href.replace(/.*-(\d+)/,"$1"),10)-1:0;for(var s=0;s<m+3;s++){j(s,((s-m)>=-1))}SDE.$(".gallery .imageList li img").last().load(function(x){SDE.$(".gallery .imageList li").css("width",g).each(function(){d=Math.max(d,SDE.$(this).height())});SDE.$(".gallery .imageList").css({width:v.items.length*g+"px",height:d+"px"});SDE.$(".gallery .imageList .imageItem").css({height:d+"px"})});k(m);SDE.$(".toolbar .prev, .toolbar .next").attr("href","#");SDE.$(".header .toolbar .prev, .footer .toolbar .prev").click(function(){c()});SDE.$(".header .toolbar .next, .footer .toolbar .next").click(function(){e()});SDE.$(".imageList").swipe({data:".imageList",swipeStatus:p,allowPageScroll:"vertical",threshold:100});var f=window.orientation;var u=function(){if(window.orientation!==f){f=window.orientation;if(navigator.platform!=="iPod"&&navigator.platform!=="iPhone"){window.location.href=window.location.href.replace(/^(.*\d\.\d+)(-[0-9]+)?/,"$1-"+(m+1))}else{g=Math.max(window.screen.availWidth,SDE.$("body")[0].clientWidth);SDE.$(".gallery .imageList li").css("width",g);SDE.$(".gallery .imageList li img").each(function(){w(SDE.$(this))});SDE.$(".gallery .imageList").css({width:v.items.length*g+"px"});n((g*m),10)}}};window.addEventListener("resize",u,false);window.addEventListener("orientationchange",u,false);SDE.log.groupEnd()}}());(function(){SDE.namespace("widget.StoredToggleControl");SDE.namespace("events.StoredToggleControl");var b={toggleElement:null,displayElement:null,name:null,stateText:{show:"mehr",hide:"weniger"}};function e(g){}function c(h,g){if(SDE.$.cookies.test()){var j=SDE.$.cookies.get(h);if(j){if(j.ressortteaser[g]){return j.ressortteaser[g]}}}else{SDE.log.info("The browser doesn't accept cookies!")}return false}function d(h,g,m){if(SDE.$.cookies.test()){var j=SDE.$.cookies.get(h);if(j){j.ressortteaser[g]=m;SDE.$.cookies.set(h,SDE.$.toJSON(j),{path:"/",expiresAt:new Date(2050,11,31)})}else{var l={};l[g]=m;var k={};k.ressortteaser=l;SDE.$.cookies.set(h,SDE.$.toJSON(k),{path:"/",expiresAt:new Date(2050,11,31)})}}else{SDE.log.info("The browser doesn't accept cookies!")}}SDE.widget.StoredToggleControl=function f(h){SDE.log.group("StoredToggleControl");SDE.log("Constructor, called with config:%o",h);var g="sde_personalization";this.config=new SDE.utils.Config(this._baseConfig,h);this.basename=SDE.uid();this.displayElement=SDE.$(this.config.get("displayElement"));if(this.displayElement.length===0){SDE.log.warn("Config param `displayElement` (userConfig:%o) matches no elements.  Exiting early.",h);SDE.log.groupEnd();return null}this.toggleElement=SDE.$(this.config.get("toggleElement"));if(this.toggleElement.length===0){SDE.log.warn("Config param `toggleElement` (userConfig:%o) matches no elements.  Exiting early.",h);SDE.log.groupEnd();return null}this.name=this.config.get("name");if(!this.name){SDE.log.warn("Config param `name` (userConfig:%o) matches no elements.  Won't save state.",h);this.name=null}else{this.name=SDE.$.trim(this.name)}var j=this;this.toggleElement.click(function(l){l.preventDefault();if(j.displayElement.css("display")==="block"){j.showMoreElements(false)}else{j.showMoreElements(true)}});SDE.log.groupEnd();this.showMoreElements=function(l){var m;if(!l){SDE.$(j.toggleElement).text(j.config.get("stateText").show).removeClass("open");m=false}else{SDE.$(j.toggleElement).text(j.config.get("stateText").hide).addClass("open");m=true}j.displayElement.slideToggle("fast");if(j.name){d(g,j.name,m)}return false};var k=c(g,this.name);if(k){this.showMoreElements(k)}};SDE.widget.StoredToggleControl.prototype._baseConfig=b}());(function(){SDE.namespace("widget.Video");var e="http://polpix.sueddeutsche.de/static_assets/build/other/sde_videoplayer.9dab600b.swf";var g={sidebar:{width:300,height:168,url:e},article:{width:560,height:315,url:e},video:{width:560,height:315,url:e}},b={panel:null,startevent:null,link:null,xml:null,preroll:true,size:null,video:null,latestVideoPath:null,sdeXmlPath:null};function d(m){var l=false,j=false,k="_sde_videoresizer_"+m;window[k]=function(){if(!j){j=true;var p=SDE.$("#"+m),q=(l)?290:675,n=(l)?163:402,o=p.closest(".inlinevideo"),r=p.closest(".sidebar");SDE.log(r);if(l){SDE.widget.Overlay.brighten();SDE.widget.Overlay.unbind(SDE.events.Overlay.click,window[k]);o.find("button.close").remove();r.css({"z-index":5})}else{SDE.widget.Overlay.dim();SDE.widget.Overlay.bind(SDE.events.Overlay.click,window[k]);o.append("<button class='close'>Schlie&szlig;en</button>");o.find("button.close").bind("click",window[k]);r.css({"z-index":1000001})}o.toggleClass("expanded").toggleClass("overlaid");l=!l;j=false}};return k}function h(k){var j="_sde_videochangehandler_"+k;window[j]=function(l){SDE.log("`onchange` triggered for `%s`: passed in %o",k,l)};return j}SDE.widget.Video=function c(v){SDE.log.group("Video");SDE.log("Constructor called with userConfig:%o",v);this.config=new SDE.utils.Config(b,v);var j=SDE.$(this.config.get("panel")),t=this.config,u="";if(!t){SDE.log.warn("No configuration specified for `Video` instantiation");SDE.log.groupEnd();return null}if(t.get("startevent")==="onload"){u=SDE.$(j).find("img").get(0)}else{u=SDE.$(j).find(t.get("link")).get(0)}t.set("link",u);if(t.get("xml")===null&&u){t.set("xml",SDE.$(u).attr("href").replace(/\.html/,".xml"))}var m=SDE.$(t.get("panel")+" img").attr("src");if(t.get("size")===null){var r=(SDE.$(j).width()>300)?"medium":"small";t.set("size",r)}function q(B){B.preventDefault();SDE.log.group("Video: Responding to user click");var D=g[t.get("size")],y={startVideo:null,mode:null,showAds:null},z={id:SDE.uid(),styleClass:"container"},C=null,x=SDE.$(t.get("link")),E=null,A=SDE.$("<ul></ul>");y.lightboxFunction=d(z.id);y.onchangeFunction=h(z.id);y.playerID=z.id;y.startVideo=t.get("xml");y.mode=t.get("size");if(t.get("latestVideoPath")!==""){y.latestVideosPath=t.get("latestVideoPath")}y.showAds=t.get("preroll");if(t.get("sdeXmlPath")!==""){y.sdeXmlPath=t.get("sdeXmlPath")}x.attr("id",SDE.uid(15));if(t.get("size")==="sidebar"||t.get("size")==="small"){SDE.log("In the sidebar: shimming the video module");E=SDE.$('<li class="module"></li>').css({display:"block",height:x.closest("li.module").outerHeight()+"px"});SDE.log("Height: %s, innerHeight: %s, outerHeight: %s",x.height(),x.innerHeight(),x.outerHeight());x.closest("li.module").replaceWith(E).appendTo(A);A.appendTo("body").css({position:"absolute",top:Math.floor(E.offset().top)+1,left:E.offset().left,"z-index":5}).addClass("sidebar")}SDE.utils.video.embed({swf:D.url,video:t.get("video"),height:D.height,width:D.width,image:m,toReplace:x.attr("id"),vars:y,params:D,attributes:z});SDE.log.groupEnd()}if(t.get("startevent")==="onload"){SDE.log.group("Video: Responding to onload of displaying video");var o=g[t.get("size")],l={startVideo:null,mode:null,showAds:null},p={id:SDE.uid(),styleClass:"container"},k=null,w=SDE.$(t.get("panel")),n=null,s=SDE.$("<ul></ul>");l.lightboxFunction=d(p.id);l.onchangeFunction=h(p.id);l.playerID=p.id;l.startVideo=t.get("xml");l.mode=t.get("size");if(t.get("latestVideoPath")!==""){l.latestVideosPath=t.get("latestVideoPath")}l.showAds=t.get("preroll");if(t.get("sdeXmlPath")!==""){l.sdeXmlPath=t.get("sdeXmlPath")}w.attr("id",SDE.uid(15));SDE.utils.video.embed({swf:o.url,video:t.get("video"),height:o.height,width:o.width,image:m,toReplace:w.attr("id"),vars:l,params:o,attributes:p});SDE.log.groupEnd()}SDE.$(u).bind("click",q);SDE.log.groupEnd()};SDE.widget.Video.initAll=function f(l){var j=null,k=[];j=new SDE.utils.Config(b,l);if(j.get("panel")){SDE.$(j.get("panel")).each(function(m){l.panel=this;k[k.length]=new SDE.widget.Video(l)});return k}else{SDE.log.warn("`SDE.utils.Videos` initalized without a `panel`.")}}}());(function(){SDE.namespace("init");SDE.init=function(){};SDE.namespace("events.ContentReady");SDE.events.ContentReady={banderoleswipe:"SDE_events_ContentReady_banderoleswipe",imagegalleryswipe:"SDE_events_ContentReady_imagegalleryswipe",teaser:"SDE_events_ContentReady_teaser",toolbar:"SDE_events_ContentReady_toolbar",storedtogglecontrol:"SDE_events_ContentReady_storedtogglecontrol",video:"SDE_events_ContentReady_video",_:"_"};var d=SDE.$(document.createElement("div"));SDE.init.bind=function b(g,f){SDE.log("Binding handler to `%s`",g);d.bind(g,function(j,h){f(j,h);SDE.log.groupEnd()})};SDE.init.trigger=function c(g,f){if(d.data("events")[g]){SDE.log.group("Triggering handler for `%s`",g);if(f){SDE.log("Data provided: %o",f)}d.trigger(g,[f])}else{SDE.log.warn("Triggering handler for `%s`, but no handlers exist.  Data: %o",g,f)}}}());(function(){SDE.init.bind(SDE.events.ContentReady.banderoleswipe,function(c,b){return new SDE.widget.BanderoleSwipe({items:b.items,id:b.root})})}());(function(){SDE.init.bind(SDE.events.ContentReady.imagegalleryswipe,function(c,b){return new SDE.widget.ImageGallerySwipe({json:b.json})})}());(function(){SDE.init.bind(SDE.events.ContentReady.teaser,function(){SDE.$("#topthemen p.entry-summary, .ressortblock p.entry-summary").click(function(){window.location.href=SDE.$(this).parent().children("a").attr("href")})})}());(function(){SDE.init.bind(SDE.events.ContentReady.toolbar,function(){function j(l){var m=new Image();m.src="http://de.sitestat.com/sueddeutsche/sueddeutsche/s?"+l+"&category=news_default&ads=&d="+(Math.random()*100000);return true}var d="";var k=function(n,m,l){if(m.hasClass("active")){m.removeClass("active");SDE.$(l+" #"+n).slideUp();SDE.$(l+" #theme").slideDown("fast")}else{SDE.$(".navitem[rel!=box]").removeClass("active");SDE.$(".viewable[id!=box]").slideUp();SDE.$(l+" #"+n).slideDown("fast");m.addClass("active")}};SDE.$("#sdesiteheader .navitem").click(function(){k(SDE.$(this).attr("rel"),SDE.$(this),"#sdesiteheader")});SDE.$(".arrowclosebar").click(function(){SDE.$(this).parent().slideUp();SDE.$(".navitem").removeClass("active")});SDE.$("#suchform input[name=q]").val("Suchbegriff eingeben");SDE.$("#suchform input[name=q]").focusin(function(){var l=(SDE.$(this).val()!=="Suchbegriff eingeben")?SDE.$(this).val():"";SDE.$(this).val(l)});SDE.$("#suchform input[name=q]").focusout(function(){var l=(SDE.$(this).val())?SDE.$(this).val():"Suchbegriff eingeben";SDE.$(this).val(l)});var b=function(o){var q={};if(document.cookie&&document.cookie!==""){var n=document.cookie.split(";");for(var m=0;m<n.length;m++){var p=n[m].split("=");p[0]=p[0].replace(/^ /,"");q[decodeURIComponent(p[0])]=decodeURIComponent(p[1])}}for(var l in q){if(l===o){return q[l]}}};var f=function(l){SDE.$("#sdesiteheader #options .view a").css("font-weight","normal");var n="#sdesiteheader #options .view a";var m="#sitefooter .view";if(l==="Kompaktansicht"){SDE.$(n+"[rel=compact]").css("font-weight","bold");SDE.$(m).text("Detailansicht");SDE.$("body").addClass("compact")}else{SDE.$(n+"[rel=detail]").css("font-weight","bold");SDE.$(m).text("Kompaktansicht");SDE.$("body").removeClass("compact")}return false};var g=b("sde_mobileview");f(g);SDE.$("#sdesiteheader #options .view a, #sitefooter .view").click(function(m){m.preventDefault();var l=SDE.$(this).text();document.cookie="sde_mobileview="+l+"; path=/";f(l);if(l==="Kompaktansicht"){j("onclick.mobile.header.options.compact-view")}else{j("onclick.mobile.header.options.detail-view")}SDE.$("#sdesiteheader .options").removeClass("active");SDE.$("#sdesiteheader #options").slideUp();SDE.$("#sdesiteheader #theme").slideDown("fast")});var e='<div class="bookmark-bubble-ios"><div><img src="http://polpix.sueddeutsche.com/static_assets/build/img/mobile/bookmark_ios_320.762ad029.png" width="76" height="71" alt="Diese Seite als Lesezeichen">Klicken Sie auf das Bookmark Icon und dann &quot;zum Home-Bildschirm&quot;, um die Verlinkung zu sueddeutsche.de auf ihrem iPhone zu installieren.<span>Fenster schließen</span></div><div class="arrowbar">&nbsp;</div></div>';var h='<div class="bookmark-bubble-android"><div>Dr&uuml;cken Sie auf das Symbol <img src="http://polpix.sueddeutsche.com/static_assets/build/img/mobile/bookmark_android.68993607.png" width="30" height="26" alt="Diese Seite als Lesezeichen"> rechts neben dem Eingabefeld Ihres Browsers oder w&auml;hlen Sie die Funktion &quot;Lesezeichen&quot; in Ihrem Browser-Men&uuml;. Dr&uuml;cken Sie dann auf &quot;Hinzuf&uuml;gen&quot; und sueddeutsche.de wird als Lesezeichen abgespeichert.<span>Fenster schließen</span></div></div>';var c=navigator.userAgent.toLowerCase();if(c.search("iphone")!==-1){SDE.$("body").append(e)}else{if(c.search("ipod")!==-1){SDE.$("body").append(e)}else{if(c.search("android")!==-1){SDE.$("body").append(h)}}}SDE.$("#sitefooter .bookmark, #sdesiteheader .bookmark a").click(function(){var p=window.pageYOffset;var l=SDE.$(window).height();var n=window.pageXOffset;var o=SDE.$(window).width();var m="";if(c.search("iphone")!==-1){m=".bookmark-bubble-ios";SDE.$(m).show("slow");SDE.$(m).css("display","inline");SDE.$(m).css("top",((l-231)+p)+"px")}else{if(c.search("ipod")!==-1){m=".bookmark-bubble-ios";SDE.$(m).show("slow");SDE.$(m).css("display","inline");SDE.$(m).css("top",((l-231)+p)+"px")}else{if(c.search("android")!==-1){m=".bookmark-bubble-android";SDE.$(m).show("slow");SDE.$(m).css("display","inline");SDE.$(m).css("top",((l-265)+p)+"px")}}}SDE.$("#sdesiteheader .options").removeClass("active");SDE.$("#sdesiteheader #options").slideUp();SDE.$("#sdesiteheader #theme").slideDown("fast")});SDE.$(".bookmark-bubble-ios, .bookmark-bubble-android").click(function(){SDE.$(this).hide("slow")});SDE.$("#options .content .original a, #sitefooter .body p a").click(function(l){l.preventDefault();document.cookie="nomobile=true; path=/";j("onclick.mobile.header.options.classic-site");window.location.reload()})})}());(function(){SDE.$(function(){SDE.$("button.ref-image, button.ref-video").click(function(b){b.preventDefault();if(SDE.$(this).attr("data-href")){window.location.href=SDE.$(this).attr("data-href")}})})}());(function(){SDE.init.bind(SDE.events.ContentReady.storedtogglecontrol,function(c,b){return new SDE.widget.StoredToggleControl({toggleElement:b.toggleElement,displayElement:b.displayElement,name:b.name,stateText:b.stateText})})}());(function(){SDE.init.bind(SDE.events.ContentReady.video,function(c,b){return new SDE.widget.Video({panel:"#"+b.id+" .body",startevent:(b.startEvent)?b.startEvent:null,link:(b.startEvent==="onload")?null:"a",xml:(b.xml)?b.xml:null,preroll:(b.preroll!==undefined)?b.preroll:true,size:(b.mode)?b.mode:null,video:(b.video)?b.video:null,latestVideoPath:(b.latestVideoPath)?b.latestVideoPath:"",sdeXmlPath:(b.sdeXmlPath)?b.sdeXmlPath:""})})}());
