/*
 * jQuery JavaScript Library v1.4.2
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Sat Feb 13 22:33:48 2010 -0500
 */
(function(aQ,S){function a2(){if(!ak.isReady){try{U.documentElement.doScroll("left")}catch(c){setTimeout(a2,1);return}ak.ready()}}function I(s,c){c.src?ak.ajax({url:c.src,async:false,dataType:"script"}):ak.globalEval(c.text||c.textContent||c.innerHTML||"");c.parentNode&&c.parentNode.removeChild(c)}function ar(s,c,K,F,G,w){var A=s.length;if(typeof c==="object"){for(var J in c){ar(s,J,c[J],F,G,K)}return s}if(K!==S){F=!w&&F&&ak.isFunction(K);for(J=0;J<A;J++){G(s[J],c,F?K.call(s[J],J,G(s[J],c)):K,w)}return s}return A?G(s[0],c):S}function aH(){return(new Date).getTime()}function ap(){return false}function ao(){return true}function aM(s,c,w){w[0].type=s;return ak.event.handle.apply(c,w)}function ai(O){var N,L=[],J=[],K=arguments,F,G,s,A,w,c;G=ak.data(this,"events");if(!(O.liveFired===this||!G||!G.live||O.button&&O.type==="click")){O.liveFired=this;var P=G.live.slice(0);for(A=0;A<P.length;A++){G=P[A];G.origType.replace(aA,"")===O.type?J.push(G.selector):P.splice(A--,1)}F=ak(O.target).closest(J,O.currentTarget);w=0;for(c=F.length;w<c;w++){for(A=0;A<P.length;A++){G=P[A];if(F[w].selector===G.selector){s=F[w].elem;J=null;if(G.preType==="mouseenter"||G.preType==="mouseleave"){J=ak(O.relatedTarget).closest(G.selector)[0]}if(!J||J!==s){L.push({elem:s,handleObj:G})}}}}w=0;for(c=L.length;w<c;w++){F=L[w];O.currentTarget=F.elem;O.data=F.handleObj.data;O.handleObj=F.handleObj;if(F.handleObj.origHandler.apply(F.elem,K)===false){N=false;break}}return N}}function C(s,c){return"live."+(s&&s!=="*"?s+".":"")+c.replace(/\./g,"`").replace(/ /g,"&")}function m(c){return !c||!c.parentNode||c.parentNode.nodeType===11}function bl(s,c){var w=0;c.each(function(){if(this.nodeName===(s[w]&&s[w].nodeName)){var G=ak.data(s[w++]),J=ak.data(this,G);if(G=G&&G.events){delete J.handle;J.events={};for(var A in G){for(var F in G[A]){ak.event.add(this,A,G[A][F],G[A][F].data)}}}}})}function a5(s,c,G){var A,F,w;c=c&&c[0]?c[0].ownerDocument||c[0]:U;if(s.length===1&&typeof s[0]==="string"&&s[0].length<512&&c===U&&!aR.test(s[0])&&(ak.support.checkClone||!am.test(s[0]))){F=true;if(w=ak.fragments[s[0]]){if(w!==1){A=w}}}if(!A){A=c.createDocumentFragment();ak.clean(s,c,A,G)}if(F){ak.fragments[s[0]]=w?A:1}return{fragment:A,cacheable:F}}function aF(s,c){var w={};ak.each(H.concat.apply([],H.slice(0,c)),function(){w[this]=s});return w}function q(c){return"scrollTo" in c&&c.document?c:c.nodeType===9?c.defaultView||c.parentWindow:false}var ak=function(s,c){return new ak.fn.init(s,c)},r=aQ.jQuery,d=aQ.$,U=aQ.document,av,a9=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,aV=/^.[^:#\[\.,]*$/,aq=/\S/,M=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,t=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,ay=navigator.userAgent,b=false,ax=[],aD,a3=Object.prototype.toString,aX=Object.prototype.hasOwnProperty,aB=Array.prototype.push,aw=Array.prototype.slice,a8=Array.prototype.indexOf;ak.fn=ak.prototype={init:function(s,c){var A,w;if(!s){return this}if(s.nodeType){this.context=this[0]=s;this.length=1;return this}if(s==="body"&&!c){this.context=U;this[0]=U.body;this.selector="body";this.length=1;return this}if(typeof s==="string"){if((A=a9.exec(s))&&(A[1]||!c)){if(A[1]){w=c?c.ownerDocument||c:U;if(s=t.exec(s)){if(ak.isPlainObject(c)){s=[U.createElement(s[1])];ak.fn.attr.call(s,c,true)}else{s=[w.createElement(s[1])]}}else{s=a5([A[1]],[w]);s=(s.cacheable?s.fragment.cloneNode(true):s.fragment).childNodes}return ak.merge(this,s)}else{if(c=U.getElementById(A[2])){if(c.id!==A[2]){return av.find(s)}this.length=1;this[0]=c}this.context=U;this.selector=s;return this}}else{if(!c&&/^\w+$/.test(s)){this.selector=s;this.context=U;s=U.getElementsByTagName(s);return ak.merge(this,s)}else{return !c||c.jquery?(c||av).find(s):ak(c).find(s)}}}else{if(ak.isFunction(s)){return av.ready(s)}}if(s.selector!==S){this.selector=s.selector;this.context=s.context}return ak.makeArray(s,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return aw.call(this,0)},get:function(c){return c==null?this.toArray():c<0?this.slice(c)[0]:this[c]},pushStack:function(s,c,A){var w=ak();ak.isArray(s)?aB.apply(w,s):ak.merge(w,s);w.prevObject=this;w.context=this.context;if(c==="find"){w.selector=this.selector+(this.selector?" ":"")+A}else{if(c){w.selector=this.selector+"."+c+"("+A+")"}}return w},each:function(s,c){return ak.each(this,s,c)},ready:function(c){ak.bindReady();if(ak.isReady){c.call(U,ak)}else{ax&&ax.push(c)}return this},eq:function(c){return c===-1?this.slice(c):this.slice(c,+c+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(aw.apply(this,arguments),"slice",aw.call(arguments).join(","))},map:function(c){return this.pushStack(ak.map(this,function(s,w){return c.call(s,w,s)}))},end:function(){return this.prevObject||ak(null)},push:aB,sort:[].sort,splice:[].splice};ak.fn.init.prototype=ak.fn;ak.extend=ak.fn.extend=function(){var s=arguments[0]||{},c=1,K=arguments.length,F=false,G,w,A,J;if(typeof s==="boolean"){F=s;s=arguments[1]||{};c=2}if(typeof s!=="object"&&!ak.isFunction(s)){s={}}if(K===c){s=this;--c}for(;c<K;c++){if((G=arguments[c])!=null){for(w in G){A=s[w];J=G[w];if(s!==J){if(F&&J&&(ak.isPlainObject(J)||ak.isArray(J))){A=A&&(ak.isPlainObject(A)||ak.isArray(A))?A:ak.isArray(J)?[]:{};s[w]=ak.extend(F,A,J)}else{if(J!==S){s[w]=J}}}}}}return s};ak.extend({noConflict:function(c){aQ.$=d;if(c){aQ.jQuery=r}return ak},isReady:false,ready:function(){if(!ak.isReady){if(!U.body){return setTimeout(ak.ready,13)}ak.isReady=true;if(ax){for(var s,c=0;s=ax[c++];){s.call(U,ak)}ax=null}ak.fn.triggerHandler&&ak(U).triggerHandler("ready")}},bindReady:function(){if(!b){b=true;if(U.readyState==="complete"){return ak.ready()}if(U.addEventListener){U.addEventListener("DOMContentLoaded",aD,false);aQ.addEventListener("load",ak.ready,false)}else{if(U.attachEvent){U.attachEvent("onreadystatechange",aD);aQ.attachEvent("onload",ak.ready);var s=false;try{s=aQ.frameElement==null}catch(c){}U.documentElement.doScroll&&s&&a2()}}}},isFunction:function(c){return a3.call(c)==="[object Function]"},isArray:function(c){return a3.call(c)==="[object Array]"},isPlainObject:function(s){if(!s||a3.call(s)!=="[object Object]"||s.nodeType||s.setInterval){return false}if(s.constructor&&!aX.call(s,"constructor")&&!aX.call(s.constructor.prototype,"isPrototypeOf")){return false}var c;for(c in s){}return c===S||aX.call(s,c)},isEmptyObject:function(s){for(var c in s){return false}return true},error:function(c){throw c},parseJSON:function(c){if(typeof c!=="string"||!c){return null}c=ak.trim(c);if(/^[\],:{}\s]*$/.test(c.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return aQ.JSON&&aQ.JSON.parse?aQ.JSON.parse(c):(new Function("return "+c))()}else{ak.error("Invalid JSON: "+c)}},noop:function(){},globalEval:function(s){if(s&&aq.test(s)){var c=U.getElementsByTagName("head")[0]||U.documentElement,w=U.createElement("script");w.type="text/javascript";if(ak.support.scriptEval){w.appendChild(U.createTextNode(s))}else{w.text=s}c.insertBefore(w,c.firstChild);c.removeChild(w)}},nodeName:function(s,c){return s.nodeName&&s.nodeName.toUpperCase()===c.toUpperCase()},each:function(s,c,J){var F,G=0,w=s.length,A=w===S||ak.isFunction(s);if(J){if(A){for(F in s){if(c.apply(s[F],J)===false){break}}}else{for(;G<w;){if(c.apply(s[G++],J)===false){break}}}}else{if(A){for(F in s){if(c.call(s[F],F,s[F])===false){break}}}else{for(J=s[0];G<w&&c.call(J,G,J)!==false;J=s[++G]){}}}return s},trim:function(c){return(c||"").replace(M,"")},makeArray:function(s,c){c=c||[];if(s!=null){s.length==null||typeof s==="string"||ak.isFunction(s)||typeof s!=="function"&&s.setInterval?aB.call(c,s):ak.merge(c,s)}return c},inArray:function(s,c){if(c.indexOf){return c.indexOf(s)}for(var A=0,w=c.length;A<w;A++){if(c[A]===s){return A}}return -1},merge:function(s,c){var F=s.length,w=0;if(typeof c.length==="number"){for(var A=c.length;w<A;w++){s[F++]=c[w]}}else{for(;c[w]!==S;){s[F++]=c[w++]}}s.length=F;return s},grep:function(s,c,G){for(var A=[],F=0,w=s.length;F<w;F++){!G!==!c(s[F],F)&&A.push(s[F])}return A},map:function(s,c,J){for(var F=[],G,w=0,A=s.length;w<A;w++){G=c(s[w],w,J);if(G!=null){F[F.length]=G}}return F.concat.apply([],F)},guid:1,proxy:function(s,c,w){if(arguments.length===2){if(typeof c==="string"){w=s;s=w[c];c=S}else{if(c&&!ak.isFunction(c)){w=c;c=S}}}if(!c&&s){c=function(){return s.apply(w||this,arguments)}}if(s){c.guid=s.guid=s.guid||c.guid||ak.guid++}return c},uaMatch:function(c){c=c.toLowerCase();c=/(webkit)[ \/]([\w.]+)/.exec(c)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(c)||/(msie) ([\w.]+)/.exec(c)||!/compatible/.test(c)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(c)||[];return{browser:c[1]||"",version:c[2]||"0"}},browser:{}});ay=ak.uaMatch(ay);if(ay.browser){ak.browser[ay.browser]=true;ak.browser.version=ay.version}if(ak.browser.webkit){ak.browser.safari=true}if(a8){ak.inArray=function(s,c){return a8.call(c,s)}}av=ak(U);if(U.addEventListener){aD=function(){U.removeEventListener("DOMContentLoaded",aD,false);ak.ready()}}else{if(U.attachEvent){aD=function(){if(U.readyState==="complete"){U.detachEvent("onreadystatechange",aD);ak.ready()}}}}(function(){ak.support={};var L=U.documentElement,K=U.createElement("script"),J=U.createElement("div"),F="script"+aH();J.style.display="none";J.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var G=J.getElementsByTagName("*"),w=J.getElementsByTagName("a")[0];if(!(!G||!G.length||!w)){ak.support={leadingWhitespace:J.firstChild.nodeType===3,tbody:!J.getElementsByTagName("tbody").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(w.getAttribute("style")),hrefNormalized:w.getAttribute("href")==="/a",opacity:/^0.55$/.test(w.style.opacity),cssFloat:!!w.style.cssFloat,checkOn:J.getElementsByTagName("input")[0].value==="on",optSelected:U.createElement("select").appendChild(U.createElement("option")).selected,parentNode:J.removeChild(J.appendChild(U.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};K.type="text/javascript";try{K.appendChild(U.createTextNode("window."+F+"=1;"))}catch(A){}L.insertBefore(K,L.firstChild);if(aQ[F]){ak.support.scriptEval=true;delete aQ[F]}try{delete K.test}catch(c){ak.support.deleteExpando=false}L.removeChild(K);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function s(){ak.support.noCloneEvent=false;J.detachEvent("onclick",s)});J.cloneNode(true).fireEvent("onclick")}J=U.createElement("div");J.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";L=U.createDocumentFragment();L.appendChild(J.firstChild);ak.support.checkClone=L.cloneNode(true).cloneNode(true).lastChild.checked;ak(function(){var N=U.createElement("div");N.style.width=N.style.paddingLeft="1px";U.body.appendChild(N);ak.boxModel=ak.support.boxModel=N.offsetWidth===2;U.body.removeChild(N).style.display="none"});L=function(N){var P=U.createElement("div");N="on"+N;var O=N in P;if(!O){P.setAttribute(N,"return;");O=typeof P[N]==="function"}return O};ak.support.submitBubbles=L("submit");ak.support.changeBubbles=L("change");L=K=J=G=w=null}})();ak.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var aJ="jQuery"+aH(),e=0,aU={};ak.extend({cache:{},expando:aJ,noData:{embed:true,object:true,applet:true},data:function(s,c,F){if(!(s.nodeName&&ak.noData[s.nodeName.toLowerCase()])){s=s==aQ?aU:s;var w=s[aJ],A=ak.cache;if(!w&&typeof c==="string"&&F===S){return null}w||(w=++e);if(typeof c==="object"){s[aJ]=w;A[w]=ak.extend(true,{},c)}else{if(!A[w]){s[aJ]=w;A[w]={}}}s=A[w];if(F!==S){s[c]=F}return typeof c==="string"?s[c]:s}},removeData:function(s,c){if(!(s.nodeName&&ak.noData[s.nodeName.toLowerCase()])){s=s==aQ?aU:s;var F=s[aJ],w=ak.cache,A=w[F];if(c){if(A){delete A[c];ak.isEmptyObject(A)&&ak.removeData(s)}}else{if(ak.support.deleteExpando){delete s[ak.expando]}else{s.removeAttribute&&s.removeAttribute(ak.expando)}delete w[F]}}}});ak.fn.extend({data:function(s,c){if(typeof s==="undefined"&&this.length){return ak.data(this[0])}else{if(typeof s==="object"){return this.each(function(){ak.data(this,s)})}}var A=s.split(".");A[1]=A[1]?"."+A[1]:"";if(c===S){var w=this.triggerHandler("getData"+A[1]+"!",[A[0]]);if(w===S&&this.length){w=ak.data(this[0],s)}return w===S&&A[1]?this.data(A[0]):w}else{return this.trigger("setData"+A[1]+"!",[A[0],c]).each(function(){ak.data(this,s,c)})}},removeData:function(c){return this.each(function(){ak.removeData(this,c)})}});ak.extend({queue:function(s,c,A){if(s){c=(c||"fx")+"queue";var w=ak.data(s,c);if(!A){return w||[]}if(!w||ak.isArray(A)){w=ak.data(s,c,ak.makeArray(A))}else{w.push(A)}return w}},dequeue:function(s,c){c=c||"fx";var A=ak.queue(s,c),w=A.shift();if(w==="inprogress"){w=A.shift()}if(w){c==="fx"&&A.unshift("inprogress");w.call(s,function(){ak.dequeue(s,c)})}}});ak.fn.extend({queue:function(s,c){if(typeof s!=="string"){c=s;s="fx"}if(c===S){return ak.queue(this[0],s)}return this.each(function(){var w=ak.queue(this,s,c);s==="fx"&&w[0]!=="inprogress"&&ak.dequeue(this,s)})},dequeue:function(c){return this.each(function(){ak.dequeue(this,c)})},delay:function(s,c){s=ak.fx?ak.fx.speeds[s]||s:s;c=c||"fx";return this.queue(c,function(){var w=this;setTimeout(function(){ak.dequeue(w,c)},s)})},clearQueue:function(c){return this.queue(c||"fx",[])}});var bg=/[\n\t]/g,ad=/\s+/,bc=/\r/g,aO=/href|src|style/,aW=/(button|input)/i,az=/(button|input|object|select|textarea)/i,ac=/^(a|area)$/i,a0=/radio|checkbox/;ak.fn.extend({attr:function(s,c){return ar(this,s,c,true,ak.attr)},removeAttr:function(c){return this.each(function(){ak.attr(this,c,"");this.nodeType===1&&this.removeAttribute(c)})},addClass:function(L){if(ak.isFunction(L)){return this.each(function(O){var N=ak(this);N.addClass(L.call(this,O,N.attr("class")))})}if(L&&typeof L==="string"){for(var K=(L||"").split(ad),J=0,F=this.length;J<F;J++){var G=this[J];if(G.nodeType===1){if(G.className){for(var w=" "+G.className+" ",A=G.className,c=0,s=K.length;c<s;c++){if(w.indexOf(" "+K[c]+" ")<0){A+=" "+K[c]}}G.className=ak.trim(A)}else{G.className=L}}}}return this},removeClass:function(s){if(ak.isFunction(s)){return this.each(function(L){var N=ak(this);N.removeClass(s.call(this,L,N.attr("class")))})}if(s&&typeof s==="string"||s===S){for(var c=(s||"").split(ad),K=0,F=this.length;K<F;K++){var G=this[K];if(G.nodeType===1&&G.className){if(s){for(var w=(" "+G.className+" ").replace(bg," "),A=0,J=c.length;A<J;A++){w=w.replace(" "+c[A]+" "," ")}G.className=ak.trim(w)}else{G.className=""}}}}return this},toggleClass:function(s,c){var A=typeof s,w=typeof c==="boolean";if(ak.isFunction(s)){return this.each(function(G){var F=ak(this);F.toggleClass(s.call(this,G,F.attr("class"),c),c)})}return this.each(function(){if(A==="string"){for(var K,G=0,J=ak(this),L=c,F=s.split(ad);K=F[G++];){L=w?L:!J.hasClass(K);J[L?"addClass":"removeClass"](K)}}else{if(A==="undefined"||A==="boolean"){this.className&&ak.data(this,"__className__",this.className);this.className=this.className||s===false?"":ak.data(this,"__className__")||""}}})},hasClass:function(s){s=" "+s+" ";for(var c=0,w=this.length;c<w;c++){if((" "+this[c].className+" ").replace(bg," ").indexOf(s)>-1){return true}}return false},val:function(s){if(s===S){var c=this[0];if(c){if(ak.nodeName(c,"option")){return(c.attributes.value||{}).specified?c.value:c.text}if(ak.nodeName(c,"select")){var K=c.selectedIndex,F=[],G=c.options;c=c.type==="select-one";if(K<0){return null}var w=c?K:0;for(K=c?K+1:G.length;w<K;w++){var A=G[w];if(A.selected){s=ak(A).val();if(c){return s}F.push(s)}}return F}if(a0.test(c.type)&&!ak.support.checkOn){return c.getAttribute("value")===null?"on":c.value}return(c.value||"").replace(bc,"")}return S}var J=ak.isFunction(s);return this.each(function(L){var P=ak(this),O=s;if(this.nodeType===1){if(J){O=s.call(this,L,P.val())}if(typeof O==="number"){O+=""}if(ak.isArray(O)&&a0.test(this.type)){this.checked=ak.inArray(P.val(),O)>=0}else{if(ak.nodeName(this,"select")){var N=ak.makeArray(O);ak("option",this).each(function(){this.selected=ak.inArray(ak(this).val(),N)>=0});if(!N.length){this.selectedIndex=-1}}else{this.value=O}}}})}});ak.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(s,c,G,A){if(!s||s.nodeType===3||s.nodeType===8){return S}if(A&&c in ak.attrFn){return ak(s)[c](G)}A=s.nodeType!==1||!ak.isXMLDoc(s);var F=G!==S;c=A&&ak.props[c]||c;if(s.nodeType===1){var w=aO.test(c);if(c in s&&A&&!w){if(F){c==="type"&&aW.test(s.nodeName)&&s.parentNode&&ak.error("type property can't be changed");s[c]=G}if(ak.nodeName(s,"form")&&s.getAttributeNode(c)){return s.getAttributeNode(c).nodeValue}if(c==="tabIndex"){return(c=s.getAttributeNode("tabIndex"))&&c.specified?c.value:az.test(s.nodeName)||ac.test(s.nodeName)&&s.href?0:S}return s[c]}if(!ak.support.style&&A&&c==="style"){if(F){s.style.cssText=""+G}return s.style.cssText}F&&s.setAttribute(c,""+G);s=!ak.support.hrefNormalized&&A&&w?s.getAttribute(c,2):s.getAttribute(c);return s===null?S:s}return ak.style(s,c,G)}});var aA=/\.(.*)$/,u=function(c){return c.replace(/[^\w\s\.\|`]/g,function(s){return"\\"+s})};ak.event={add:function(P,O,L,J){if(!(P.nodeType===3||P.nodeType===8)){if(P.setInterval&&P!==aQ&&!P.frameElement){P=aQ}var K,F;if(L.handler){K=L;L=K.handler}if(!L.guid){L.guid=ak.guid++}if(F=ak.data(P)){var G=F.events=F.events||{},s=F.handle;if(!s){F.handle=s=function(){return typeof ak!=="undefined"&&!ak.event.triggered?ak.event.handle.apply(s.elem,arguments):S}}s.elem=P;O=O.split(" ");for(var A,w=0,c;A=O[w++];){F=K?ak.extend({},K):{handler:L,data:J};if(A.indexOf(".")>-1){c=A.split(".");A=c.shift();F.namespace=c.slice(0).sort().join(".")}else{c=[];F.namespace=""}F.type=A;F.guid=L.guid;var Q=G[A],N=ak.event.special[A]||{};if(!Q){Q=G[A]=[];if(!N.setup||N.setup.call(P,J,c,s)===false){if(P.addEventListener){P.addEventListener(A,s,false)}else{P.attachEvent&&P.attachEvent("on"+A,s)}}}if(N.add){N.add.call(P,F);if(!F.handler.guid){F.handler.guid=L.guid}}Q.push(F);ak.event.global[A]=true}P=null}}},global:{},remove:function(R,Q,O,L){if(!(R.nodeType===3||R.nodeType===8)){var N,J=0,K,A,G,F,c,T,P=ak.data(R),s=P&&P.events;if(P&&s){if(Q&&Q.type){O=Q.handler;Q=Q.type}if(!Q||typeof Q==="string"&&Q.charAt(0)==="."){Q=Q||"";for(N in s){ak.event.remove(R,N+Q)}}else{for(Q=Q.split(" ");N=Q[J++];){F=N;K=N.indexOf(".")<0;A=[];if(!K){A=N.split(".");N=A.shift();G=new RegExp("(^|\\.)"+ak.map(A.slice(0).sort(),u).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(c=s[N]){if(O){F=ak.event.special[N]||{};for(w=L||0;w<c.length;w++){T=c[w];if(O.guid===T.guid){if(K||G.test(T.namespace)){L==null&&c.splice(w--,1);F.remove&&F.remove.call(R,T)}if(L!=null){break}}}if(c.length===0||L!=null&&c.length===1){if(!F.teardown||F.teardown.call(R,A)===false){aI(R,N,P.handle)}delete s[N]}}else{for(var w=0;w<c.length;w++){T=c[w];if(K||G.test(T.namespace)){ak.event.remove(R,F,T.handler,w);c.splice(w--,1)}}}}}if(ak.isEmptyObject(s)){if(Q=P.handle){Q.elem=null}delete P.events;delete P.handle;ak.isEmptyObject(P)&&ak.removeData(R)}}}}},trigger:function(N,L,K,G){var J=N.type||N;if(!G){N=typeof N==="object"?N[aJ]?N:ak.extend(ak.Event(J),N):ak.Event(J);if(J.indexOf("!")>=0){N.type=J=J.slice(0,-1);N.exclusive=true}if(!K){N.stopPropagation();ak.event.global[J]&&ak.each(ak.cache,function(){this.events&&this.events[J]&&ak.event.trigger(N,L,this.handle.elem)})}if(!K||K.nodeType===3||K.nodeType===8){return S}N.result=S;N.target=K;L=ak.makeArray(L);L.unshift(N)}N.currentTarget=K;(G=ak.data(K,"handle"))&&G.apply(K,L);G=K.parentNode||K.ownerDocument;try{if(!(K&&K.nodeName&&ak.noData[K.nodeName.toLowerCase()])){if(K["on"+J]&&K["on"+J].apply(K,L)===false){N.result=false}}}catch(A){}if(!N.isPropagationStopped()&&G){ak.event.trigger(N,L,G,true)}else{if(!N.isDefaultPrevented()){G=N.target;var F,c=ak.nodeName(G,"a")&&J==="click",w=ak.event.special[J]||{};if((!w._default||w._default.call(K,N)===false)&&!c&&!(G&&G.nodeName&&ak.noData[G.nodeName.toLowerCase()])){try{if(G[J]){if(F=G["on"+J]){G["on"+J]=null}ak.event.triggered=true;G[J]()}}catch(s){}if(F){G["on"+J]=F}ak.event.triggered=false}}}},handle:function(s){var c,J,F,G;s=arguments[0]=ak.event.fix(s||aQ.event);s.currentTarget=this;c=s.type.indexOf(".")<0&&!s.exclusive;if(!c){J=s.type.split(".");s.type=J.shift();F=new RegExp("(^|\\.)"+J.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}G=ak.data(this,"events");J=G[s.type];if(G&&J){J=J.slice(0);G=0;for(var w=J.length;G<w;G++){var A=J[G];if(c||F.test(A.namespace)){s.handler=A.handler;s.data=A.data;s.handleObj=A;A=A.handler.apply(this,arguments);if(A!==S){s.result=A;if(A===false){s.preventDefault();s.stopPropagation()}}if(s.isImmediatePropagationStopped()){break}}}}return s.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 originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(s){if(s[aJ]){return s}var c=s;s=ak.Event(c);for(var A=this.props.length,w;A;){w=this.props[--A];s[w]=c[w]}if(!s.target){s.target=s.srcElement||U}if(s.target.nodeType===3){s.target=s.target.parentNode}if(!s.relatedTarget&&s.fromElement){s.relatedTarget=s.fromElement===s.target?s.toElement:s.fromElement}if(s.pageX==null&&s.clientX!=null){c=U.documentElement;A=U.body;s.pageX=s.clientX+(c&&c.scrollLeft||A&&A.scrollLeft||0)-(c&&c.clientLeft||A&&A.clientLeft||0);s.pageY=s.clientY+(c&&c.scrollTop||A&&A.scrollTop||0)-(c&&c.clientTop||A&&A.clientTop||0)}if(!s.which&&(s.charCode||s.charCode===0?s.charCode:s.keyCode)){s.which=s.charCode||s.keyCode}if(!s.metaKey&&s.ctrlKey){s.metaKey=s.ctrlKey}if(!s.which&&s.button!==S){s.which=s.button&1?1:s.button&2?3:s.button&4?2:0}return s},guid:100000000,proxy:ak.proxy,special:{ready:{setup:ak.bindReady,teardown:ak.noop},live:{add:function(c){ak.event.add(this,c.origType,ak.extend({},c,{handler:ai}))},remove:function(s){var c=true,w=s.origType.replace(aA,"");ak.each(ak.data(this,"events").live||[],function(){if(w===this.origType.replace(aA,"")){return c=false}});c&&ak.event.remove(this,s.origType,ai)}},beforeunload:{setup:function(s,c,w){if(this.setInterval){this.onbeforeunload=w}return false},teardown:function(s,c){if(this.onbeforeunload===c){this.onbeforeunload=null}}}}};var aI=U.removeEventListener?function(s,c,w){s.removeEventListener(c,w,false)}:function(s,c,w){s.detachEvent("on"+c,w)};ak.Event=function(c){if(!this.preventDefault){return new ak.Event(c)}if(c&&c.type){this.originalEvent=c;this.type=c.type}else{this.type=c}this.timeStamp=aH();this[aJ]=true};ak.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ao;var c=this.originalEvent;if(c){c.preventDefault&&c.preventDefault();c.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=ao;var c=this.originalEvent;if(c){c.stopPropagation&&c.stopPropagation();c.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ao;this.stopPropagation()},isDefaultPrevented:ap,isPropagationStopped:ap,isImmediatePropagationStopped:ap};var ag=function(s){var c=s.relatedTarget;try{for(;c&&c!==this;){c=c.parentNode}if(c!==this){s.type=s.data;ak.event.handle.apply(this,arguments)}}catch(w){}},z=function(c){c.type=c.data;ak.event.handle.apply(this,arguments)};ak.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(s,c){ak.event.special[s]={setup:function(w){ak.event.add(this,c,w&&w.selector?z:ag,s)},teardown:function(w){ak.event.remove(this,c,w&&w.selector?z:ag)}}});if(!ak.support.submitBubbles){ak.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!=="form"){ak.event.add(this,"click.specialSubmit",function(s){var c=s.target,w=c.type;if((w==="submit"||w==="image")&&ak(c).closest("form").length){return aM("submit",this,arguments)}});ak.event.add(this,"keypress.specialSubmit",function(s){var c=s.target,w=c.type;if((w==="text"||w==="password")&&ak(c).closest("form").length&&s.keyCode===13){return aM("submit",this,arguments)}})}else{return false}},teardown:function(){ak.event.remove(this,".specialSubmit")}}}if(!ak.support.changeBubbles){var v=/textarea|input|select/i,h,k=function(s){var c=s.type,w=s.value;if(c==="radio"||c==="checkbox"){w=s.checked}else{if(c==="select-multiple"){w=s.selectedIndex>-1?ak.map(s.options,function(A){return A.selected}).join("-"):""}else{if(s.nodeName.toLowerCase()==="select"){w=s.selectedIndex}}}return w},bf=function(s,c){var F=s.target,w,A;if(!(!v.test(F.nodeName)||F.readOnly)){w=ak.data(F,"_change_data");A=k(F);if(s.type!=="focusout"||F.type!=="radio"){ak.data(F,"_change_data",A)}if(!(w===S||A===w)){if(w!=null||A){s.type="change";return ak.event.trigger(s,c,F)}}}};ak.event.special.change={filters:{focusout:bf,click:function(s){var c=s.target,w=c.type;if(w==="radio"||w==="checkbox"||c.nodeName.toLowerCase()==="select"){return bf.call(this,s)}},keydown:function(s){var c=s.target,w=c.type;if(s.keyCode===13&&c.nodeName.toLowerCase()!=="textarea"||s.keyCode===32&&(w==="checkbox"||w==="radio")||w==="select-multiple"){return bf.call(this,s)}},beforeactivate:function(c){c=c.target;ak.data(c,"_change_data",k(c))}},setup:function(){if(this.type==="file"){return false}for(var c in h){ak.event.add(this,c+".specialChange",h[c])}return v.test(this.nodeName)},teardown:function(){ak.event.remove(this,".specialChange");return v.test(this.nodeName)}};h=ak.event.special.change.filters}U.addEventListener&&ak.each({focus:"focusin",blur:"focusout"},function(s,c){function w(A){A=ak.event.fix(A);A.type=c;return ak.event.handle.call(this,A)}ak.event.special[c]={setup:function(){this.addEventListener(s,w,true)},teardown:function(){this.removeEventListener(s,w,true)}}});ak.each(["bind","one"],function(s,c){ak.fn[c]=function(K,F,G){if(typeof K==="object"){for(var w in K){this[c](w,F,K[w],G)}return this}if(ak.isFunction(F)){G=F;F=S}var A=c==="one"?ak.proxy(G,function(L){ak(this).unbind(L,A);return G.apply(this,arguments)}):G;if(K==="unload"&&c!=="one"){this.one(K,F,G)}else{w=0;for(var J=this.length;w<J;w++){ak.event.add(this[w],K,A,F)}}return this}});ak.fn.extend({unbind:function(s,c){if(typeof s==="object"&&!s.preventDefault){for(var A in s){this.unbind(A,s[A])}}else{A=0;for(var w=this.length;A<w;A++){ak.event.remove(this[A],s,c)}}return this},delegate:function(s,c,A,w){return this.live(c,A,w,s)},undelegate:function(s,c,w){return arguments.length===0?this.unbind("live"):this.die(c,null,w,s)},trigger:function(s,c){return this.each(function(){ak.event.trigger(s,c,this)})},triggerHandler:function(s,c){if(this[0]){s=ak.Event(s);s.preventDefault();s.stopPropagation();ak.event.trigger(s,c,this[0]);return s.result}},toggle:function(s){for(var c=arguments,w=1;w<c.length;){ak.proxy(s,c[w++])}return this.click(ak.proxy(s,function(A){var F=(ak.data(this,"lastToggle"+s.guid)||0)%w;ak.data(this,"lastToggle"+s.guid,F+1);A.preventDefault();return c[F].apply(this,arguments)||false}))},hover:function(s,c){return this.mouseenter(s).mouseleave(c||s)}});var bj={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};ak.each(["live","die"],function(s,c){ak.fn[c]=function(O,L,N,J){var K,A=0,G,F,w=J||this.selector,P=J?this:ak(this.context);if(ak.isFunction(L)){N=L;L=S}for(O=(O||"").split(" ");(K=O[A++])!=null;){J=aA.exec(K);G="";if(J){G=J[0];K=K.replace(aA,"")}if(K==="hover"){O.push("mouseenter"+G,"mouseleave"+G)}else{F=K;if(K==="focus"||K==="blur"){O.push(bj[K]+G);K+=G}else{K=(bj[K]||K)+G}c==="live"?P.each(function(){ak.event.add(this,C(K,w),{data:L,selector:w,handler:N,origType:K,origHandler:N,preType:F})}):P.unbind(C(K,w),N)}}return this}});ak.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(s,c){ak.fn[c]=function(w){return w?this.bind(c,w):this.trigger(c)};if(ak.attrFn){ak.attrFn[c]=true}});aQ.attachEvent&&!aQ.addEventListener&&aQ.attachEvent("onunload",function(){for(var s in ak.cache){if(ak.cache[s].handle){try{ak.event.remove(ak.cache[s].handle.elem)}catch(c){}}}});(function(){function W(ab){for(var aa="",Z,Y=0;ab[Y];Y++){Z=ab[Y];if(Z.nodeType===3||Z.nodeType===4){aa+=Z.nodeValue}else{if(Z.nodeType!==8){aa+=W(Z.childNodes)}}}return aa}function V(bb,ba,ab,aa,Y,Z){Y=0;for(var bo=aa.length;Y<bo;Y++){var bp=aa[Y];if(bp){bp=bp[bb];for(var bn=false;bp;){if(bp.sizcache===ab){bn=aa[bp.sizset];break}if(bp.nodeType===1&&!Z){bp.sizcache=ab;bp.sizset=Y}if(bp.nodeName.toLowerCase()===ba){bn=bp;break}bp=bp[bb]}aa[Y]=bn}}}function T(bb,ba,ab,aa,Y,Z){Y=0;for(var bo=aa.length;Y<bo;Y++){var bp=aa[Y];if(bp){bp=bp[bb];for(var bn=false;bp;){if(bp.sizcache===ab){bn=aa[bp.sizset];break}if(bp.nodeType===1){if(!Z){bp.sizcache=ab;bp.sizset=Y}if(typeof ba!=="string"){if(bp===ba){bn=true;break}}else{if(N.filter(ba,[bp]).length>0){bn=bp;break}}}bp=bp[bb]}aa[Y]=bn}}}var Q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,R=0,O=Object.prototype.toString,P=false,K=true;[0,0].sort(function(){K=false;return 0});var N=function(bo,bn,ba,ab){ba=ba||[];var Z=bn=bn||U;if(bn.nodeType!==1&&bn.nodeType!==9){return[]}if(!bo||typeof bo!=="string"){return ba}for(var aa=[],bt,bu,bq,bb,bs=true,bp=s(bn),br=bo;(Q.exec(""),bt=Q.exec(br))!==null;){br=bt[3];aa.push(bt[1]);if(bt[2]){bb=bt[3];break}}if(aa.length>1&&F.exec(bo)){if(aa.length===2&&L.relative[aa[0]]){bu=X(aa[0]+aa[1],bn)}else{for(bu=L.relative[aa[0]]?[bn]:N(aa.shift(),bn);aa.length;){bo=aa.shift();if(L.relative[bo]){bo+=aa.shift()}bu=X(bo,bu)}}}else{if(!ab&&aa.length>1&&bn.nodeType===9&&!bp&&L.match.ID.test(aa[0])&&!L.match.ID.test(aa[aa.length-1])){bt=N.find(aa.shift(),bn,bp);bn=bt.expr?N.filter(bt.expr,bt.set)[0]:bt.set[0]}if(bn){bt=ab?{expr:aa.pop(),set:c(ab)}:N.find(aa.pop(),aa.length===1&&(aa[0]==="~"||aa[0]==="+")&&bn.parentNode?bn.parentNode:bn,bp);bu=bt.expr?N.filter(bt.expr,bt.set):bt.set;if(aa.length>0){bq=c(bu)}else{bs=false}for(;aa.length;){var Y=aa.pop();bt=Y;if(L.relative[Y]){bt=aa.pop()}else{Y=""}if(bt==null){bt=bn}L.relative[Y](bq,bt,bp)}}else{bq=[]}}bq||(bq=bu);bq||N.error(Y||bo);if(O.call(bq)==="[object Array]"){if(bs){if(bn&&bn.nodeType===1){for(bo=0;bq[bo]!=null;bo++){if(bq[bo]&&(bq[bo]===true||bq[bo].nodeType===1&&A(bn,bq[bo]))){ba.push(bu[bo])}}}else{for(bo=0;bq[bo]!=null;bo++){bq[bo]&&bq[bo].nodeType===1&&ba.push(bu[bo])}}}else{ba.push.apply(ba,bq)}}else{c(bq,ba)}if(bb){N(bb,Z,ba,ab);N.uniqueSort(ba)}return ba};N.uniqueSort=function(Z){if(J){P=K;Z.sort(J);if(P){for(var Y=1;Y<Z.length;Y++){Z[Y]===Z[Y-1]&&Z.splice(Y--,1)}}}return Z};N.matches=function(Z,Y){return N(Z,null,null,Y)};N.find=function(bb,ba,ab){var aa,Y;if(!bb){return[]}for(var Z=0,bo=L.order.length;Z<bo;Z++){var bp=L.order[Z];if(Y=L.leftMatch[bp].exec(bb)){var bn=Y[1];Y.splice(1,1);if(bn.substr(bn.length-1)!=="\\"){Y[1]=(Y[1]||"").replace(/\\/g,"");aa=L.find[bp](Y,ba,ab);if(aa!=null){bb=bb.replace(L.match[bp],"");break}}}}aa||(aa=ba.getElementsByTagName("*"));return{set:aa,expr:bb}};N.filter=function(bp,bo,bb,ab){for(var Z=bp,aa=[],bv=bo,bw,bs,bn=bo&&bo[0]&&s(bo[0]);bp&&bo.length;){for(var bu in L.filter){if((bw=L.leftMatch[bu].exec(bp))!=null&&bw[2]){var bq=L.filter[bu],bt,Y;Y=bw[1];bs=false;bw.splice(1,1);if(Y.substr(Y.length-1)!=="\\"){if(bv===aa){aa=[]}if(L.preFilter[bu]){if(bw=L.preFilter[bu](bw,bv,bb,aa,ab,bn)){if(bw===true){continue}}else{bs=bt=true}}if(bw){for(var ba=0;(Y=bv[ba])!=null;ba++){if(Y){bt=bq(Y,bw,ba,bv);var br=ab^!!bt;if(bb&&bt!=null){if(br){bs=true}else{bv[ba]=false}}else{if(br){aa.push(Y);bs=true}}}}}if(bt!==S){bb||(bv=aa);bp=bp.replace(L.match[bu],"");if(!bs){return[]}break}}}}if(bp===Z){if(bs==null){N.error(bp)}else{break}}Z=bp}return bv};N.error=function(Y){throw"Syntax error, unrecognized expression: "+Y};var L=N.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(Y){return Y.getAttribute("href")}},relative:{"+":function(ab,aa){var Z=typeof aa==="string",Y=Z&&!/\W/.test(aa);Z=Z&&!Y;if(Y){aa=aa.toLowerCase()}Y=0;for(var ba=ab.length,bb;Y<ba;Y++){if(bb=ab[Y]){for(;(bb=bb.previousSibling)&&bb.nodeType!==1;){}ab[Y]=Z||bb&&bb.nodeName.toLowerCase()===aa?bb||false:bb===aa}}Z&&N.filter(aa,ab,true)},">":function(ab,aa){var Z=typeof aa==="string";if(Z&&!/\W/.test(aa)){aa=aa.toLowerCase();for(var Y=0,ba=ab.length;Y<ba;Y++){var bb=ab[Y];if(bb){Z=bb.parentNode;ab[Y]=Z.nodeName.toLowerCase()===aa?Z:false}}}else{Y=0;for(ba=ab.length;Y<ba;Y++){if(bb=ab[Y]){ab[Y]=Z?bb.parentNode:bb.parentNode===aa}}Z&&N.filter(aa,ab,true)}},"":function(ab,aa,Z){var Y=R++,ba=T;if(typeof aa==="string"&&!/\W/.test(aa)){var bb=aa=aa.toLowerCase();ba=V}ba("parentNode",aa,Y,ab,bb,Z)},"~":function(ab,aa,Z){var Y=R++,ba=T;if(typeof aa==="string"&&!/\W/.test(aa)){var bb=aa=aa.toLowerCase();ba=V}ba("previousSibling",aa,Y,ab,bb,Z)}},find:{ID:function(aa,Z,Y){if(typeof Z.getElementById!=="undefined"&&!Y){return(aa=Z.getElementById(aa[1]))?[aa]:[]}},NAME:function(ab,aa){if(typeof aa.getElementsByName!=="undefined"){var Z=[];aa=aa.getElementsByName(ab[1]);for(var Y=0,ba=aa.length;Y<ba;Y++){aa[Y].getAttribute("name")===ab[1]&&Z.push(aa[Y])}return Z.length===0?null:Z}},TAG:function(Z,Y){return Y.getElementsByTagName(Z[1])}},preFilter:{CLASS:function(ba,ab,Z,Y,bb,bn){ba=" "+ba[1].replace(/\\/g,"")+" ";if(bn){return ba}bn=0;for(var aa;(aa=ab[bn])!=null;bn++){if(aa){if(bb^(aa.className&&(" "+aa.className+" ").replace(/[\t\n]/g," ").indexOf(ba)>=0)){Z||Y.push(aa)}else{if(Z){ab[bn]=false}}}}return false},ID:function(Y){return Y[1].replace(/\\/g,"")},TAG:function(Y){return Y[1].toLowerCase()},CHILD:function(Z){if(Z[1]==="nth"){var Y=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(Z[2]==="even"&&"2n"||Z[2]==="odd"&&"2n+1"||!/\D/.test(Z[2])&&"0n+"+Z[2]||Z[2]);Z[2]=Y[1]+(Y[2]||1)-0;Z[3]=Y[3]-0}Z[0]=R++;return Z},ATTR:function(ab,aa,Z,Y,ba,bb){aa=ab[1].replace(/\\/g,"");if(!bb&&L.attrMap[aa]){ab[1]=L.attrMap[aa]}if(ab[2]==="~="){ab[4]=" "+ab[4]+" "}return ab},PSEUDO:function(ab,aa,Z,Y,ba){if(ab[1]==="not"){if((Q.exec(ab[3])||"").length>1||/^\w/.test(ab[3])){ab[3]=N(ab[3],null,null,aa)}else{ab=N.filter(ab[3],aa,Z,true^ba);Z||Y.push.apply(Y,ab);return false}}else{if(L.match.POS.test(ab[0])||L.match.CHILD.test(ab[0])){return true}}return ab},POS:function(Y){Y.unshift(true);return Y}},filters:{enabled:function(Y){return Y.disabled===false&&Y.type!=="hidden"},disabled:function(Y){return Y.disabled===true},checked:function(Y){return Y.checked===true},selected:function(Y){return Y.selected===true},parent:function(Y){return !!Y.firstChild},empty:function(Y){return !Y.firstChild},has:function(aa,Z,Y){return !!N(Y[3],aa).length},header:function(Y){return/h\d/i.test(Y.nodeName)},text:function(Y){return"text"===Y.type},radio:function(Y){return"radio"===Y.type},checkbox:function(Y){return"checkbox"===Y.type},file:function(Y){return"file"===Y.type},password:function(Y){return"password"===Y.type},submit:function(Y){return"submit"===Y.type},image:function(Y){return"image"===Y.type},reset:function(Y){return"reset"===Y.type},button:function(Y){return"button"===Y.type||Y.nodeName.toLowerCase()==="button"},input:function(Y){return/input|select|textarea|button/i.test(Y.nodeName)}},setFilters:{first:function(Z,Y){return Y===0},last:function(ab,aa,Z,Y){return aa===Y.length-1},even:function(Z,Y){return Y%2===0},odd:function(Z,Y){return Y%2===1},lt:function(aa,Z,Y){return Z<Y[3]-0},gt:function(aa,Z,Y){return Z>Y[3]-0},nth:function(aa,Z,Y){return Y[3]-0===Z},eq:function(aa,Z,Y){return Y[3]-0===Z}},filter:{PSEUDO:function(ab,aa,Z,Y){var ba=aa[1],bb=L.filters[ba];if(bb){return bb(ab,Z,aa,Y)}else{if(ba==="contains"){return(ab.textContent||ab.innerText||W([ab])||"").indexOf(aa[3])>=0}else{if(ba==="not"){aa=aa[3];Z=0;for(Y=aa.length;Z<Y;Z++){if(aa[Z]===ab){return false}}return true}else{N.error("Syntax error, unrecognized expression: "+ba)}}}},CHILD:function(ba,ab){var Z=ab[1],Y=ba;switch(Z){case"only":case"first":for(;Y=Y.previousSibling;){if(Y.nodeType===1){return false}}if(Z==="first"){return true}Y=ba;case"last":for(;Y=Y.nextSibling;){if(Y.nodeType===1){return false}}return true;case"nth":Z=ab[2];var bb=ab[3];if(Z===1&&bb===0){return true}ab=ab[0];var bn=ba.parentNode;if(bn&&(bn.sizcache!==ab||!ba.nodeIndex)){var aa=0;for(Y=bn.firstChild;Y;Y=Y.nextSibling){if(Y.nodeType===1){Y.nodeIndex=++aa}}bn.sizcache=ab}ba=ba.nodeIndex-bb;return Z===0?ba===0:ba%Z===0&&ba/Z>=0}},ID:function(Z,Y){return Z.nodeType===1&&Z.getAttribute("id")===Y},TAG:function(Z,Y){return Y==="*"&&Z.nodeType===1||Z.nodeName.toLowerCase()===Y},CLASS:function(Z,Y){return(" "+(Z.className||Z.getAttribute("class"))+" ").indexOf(Y)>-1},ATTR:function(ab,aa){var Z=aa[1];ab=L.attrHandle[Z]?L.attrHandle[Z](ab):ab[Z]!=null?ab[Z]:ab.getAttribute(Z);Z=ab+"";var Y=aa[2];aa=aa[4];return ab==null?Y==="!=":Y==="="?Z===aa:Y==="*="?Z.indexOf(aa)>=0:Y==="~="?(" "+Z+" ").indexOf(aa)>=0:!aa?Z&&ab!==false:Y==="!="?Z!==aa:Y==="^="?Z.indexOf(aa)===0:Y==="$="?Z.substr(Z.length-aa.length)===aa:Y==="|="?Z===aa||Z.substr(0,aa.length+1)===aa+"-":false},POS:function(ab,aa,Z,Y){var ba=L.setFilters[aa[2]];if(ba){return ba(ab,Z,aa,Y)}}}},F=L.match.POS;for(var w in L.match){L.match[w]=new RegExp(L.match[w].source+/(?![^\[]*\])(?![^\(]*\))/.source);L.leftMatch[w]=new RegExp(/(^(?:.|\r|\n)*?)/.source+L.match[w].source.replace(/\\(\d+)/g,function(Z,Y){return"\\"+(Y-0+1)}))}var c=function(Z,Y){Z=Array.prototype.slice.call(Z,0);if(Y){Y.push.apply(Y,Z);return Y}return Z};try{Array.prototype.slice.call(U.documentElement.childNodes,0)}catch(G){c=function(ab,aa){aa=aa||[];if(O.call(ab)==="[object Array]"){Array.prototype.push.apply(aa,ab)}else{if(typeof ab.length==="number"){for(var Z=0,Y=ab.length;Z<Y;Z++){aa.push(ab[Z])}}else{for(Z=0;ab[Z];Z++){aa.push(ab[Z])}}}return aa}}var J;if(U.documentElement.compareDocumentPosition){J=function(Z,Y){if(!Z.compareDocumentPosition||!Y.compareDocumentPosition){if(Z==Y){P=true}return Z.compareDocumentPosition?-1:1}Z=Z.compareDocumentPosition(Y)&4?-1:Z===Y?0:1;if(Z===0){P=true}return Z}}else{if("sourceIndex" in U.documentElement){J=function(Z,Y){if(!Z.sourceIndex||!Y.sourceIndex){if(Z==Y){P=true}return Z.sourceIndex?-1:1}Z=Z.sourceIndex-Y.sourceIndex;if(Z===0){P=true}return Z}}else{if(U.createRange){J=function(ab,aa){if(!ab.ownerDocument||!aa.ownerDocument){if(ab==aa){P=true}return ab.ownerDocument?-1:1}var Z=ab.ownerDocument.createRange(),Y=aa.ownerDocument.createRange();Z.setStart(ab,0);Z.setEnd(ab,0);Y.setStart(aa,0);Y.setEnd(aa,0);ab=Z.compareBoundaryPoints(Range.START_TO_END,Y);if(ab===0){P=true}return ab}}}}(function(){var aa=U.createElement("div"),Z="script"+(new Date).getTime();aa.innerHTML="<a name='"+Z+"'/>";var Y=U.documentElement;Y.insertBefore(aa,Y.firstChild);if(U.getElementById(Z)){L.find.ID=function(ab,ba,bb){if(typeof ba.getElementById!=="undefined"&&!bb){return(ba=ba.getElementById(ab[1]))?ba.id===ab[1]||typeof ba.getAttributeNode!=="undefined"&&ba.getAttributeNode("id").nodeValue===ab[1]?[ba]:S:[]}};L.filter.ID=function(ab,ba){var bb=typeof ab.getAttributeNode!=="undefined"&&ab.getAttributeNode("id");return ab.nodeType===1&&bb&&bb.nodeValue===ba}}Y.removeChild(aa);Y=aa=null})();(function(){var Y=U.createElement("div");Y.appendChild(U.createComment(""));if(Y.getElementsByTagName("*").length>0){L.find.TAG=function(ab,aa){aa=aa.getElementsByTagName(ab[1]);if(ab[1]==="*"){ab=[];for(var Z=0;aa[Z];Z++){aa[Z].nodeType===1&&ab.push(aa[Z])}aa=ab}return aa}}Y.innerHTML="<a href='#'></a>";if(Y.firstChild&&typeof Y.firstChild.getAttribute!=="undefined"&&Y.firstChild.getAttribute("href")!=="#"){L.attrHandle.href=function(Z){return Z.getAttribute("href",2)}}Y=null})();U.querySelectorAll&&function(){var aa=N,Z=U.createElement("div");Z.innerHTML="<p class='TEST'></p>";if(!(Z.querySelectorAll&&Z.querySelectorAll(".TEST").length===0)){N=function(ab,bn,bo,ba){bn=bn||U;if(!ba&&bn.nodeType===9&&!s(bn)){try{return c(bn.querySelectorAll(ab),bo)}catch(bb){}}return aa(ab,bn,bo,ba)};for(var Y in aa){N[Y]=aa[Y]}Z=null}}();(function(){var Y=U.createElement("div");Y.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!Y.getElementsByClassName||Y.getElementsByClassName("e").length===0)){Y.lastChild.className="e";if(Y.getElementsByClassName("e").length!==1){L.order.splice(1,0,"CLASS");L.find.CLASS=function(ab,aa,Z){if(typeof aa.getElementsByClassName!=="undefined"&&!Z){return aa.getElementsByClassName(ab[1])}};Y=null}}})();var A=U.compareDocumentPosition?function(Z,Y){return !!(Z.compareDocumentPosition(Y)&16)}:function(Z,Y){return Z!==Y&&(Z.contains?Z.contains(Y):true)},s=function(Y){return(Y=(Y?Y.ownerDocument||Y:0).documentElement)?Y.nodeName!=="HTML":false},X=function(ab,aa){var Z=[],Y="",ba;for(aa=aa.nodeType?[aa]:aa;ba=L.match.PSEUDO.exec(ab);){Y+=ba[0];ab=ab.replace(L.match.PSEUDO,"")}ab=L.relative[ab]?ab+"*":ab;ba=0;for(var bb=aa.length;ba<bb;ba++){N(ab,aa[ba],Z)}return N.filter(Y,Z)};ak.find=N;ak.expr=N.selectors;ak.expr[":"]=ak.expr.filters;ak.unique=N.uniqueSort;ak.text=W;ak.isXMLDoc=s;ak.contains=A})();var g=/Until$/,bd=/^(?:parents|prevUntil|prevAll)/,aY=/,/;aw=Array.prototype.slice;var aN=function(s,c,A){if(ak.isFunction(c)){return ak.grep(s,function(G,F){return !!c.call(G,F,G)===A})}else{if(c.nodeType){return ak.grep(s,function(F){return F===c===A})}else{if(typeof c==="string"){var w=ak.grep(s,function(F){return F.nodeType===1});if(aV.test(c)){return ak.filter(c,w,!A)}else{c=ak.filter(c,w)}}}}return ak.grep(s,function(F){return ak.inArray(F,c)>=0===A})};ak.fn.extend({find:function(s){for(var c=this.pushStack("","find",s),J=0,F=0,G=this.length;F<G;F++){J=c.length;ak.find(s,this[F],c);if(F>0){for(var w=J;w<c.length;w++){for(var A=0;A<J;A++){if(c[A]===c[w]){c.splice(w--,1);break}}}}}return c},has:function(s){var c=ak(s);return this.filter(function(){for(var A=0,w=c.length;A<w;A++){if(ak.contains(this,c[A])){return true}}})},not:function(c){return this.pushStack(aN(this,c,false),"not",c)},filter:function(c){return this.pushStack(aN(this,c,true),"filter",c)},is:function(c){return !!c&&ak.filter(c,this).length>0},closest:function(L,K){if(ak.isArray(L)){var J=[],F=this[0],G,w={},A;if(F&&L.length){G=0;for(var c=L.length;G<c;G++){A=L[G];w[A]||(w[A]=ak.expr.match.POS.test(A)?ak(A,K||this.context):A)}for(;F&&F.ownerDocument&&F!==K;){for(A in w){G=w[A];if(G.jquery?G.index(F)>-1:ak(F).is(G)){J.push({selector:A,elem:F});delete w[A]}}F=F.parentNode}}return J}var s=ak.expr.match.POS.test(L)?ak(L,K||this.context):null;return this.map(function(O,N){for(;N&&N.ownerDocument&&N!==K;){if(s?s.index(N)>-1:ak(N).is(L)){return N}N=N.parentNode}return null})},index:function(c){if(!c||typeof c==="string"){return ak.inArray(this[0],c?ak(c):this.parent().children())}return ak.inArray(c.jquery?c[0]:c,this)},add:function(s,c){s=typeof s==="string"?ak(s,c||this.context):ak.makeArray(s);c=ak.merge(this.get(),s);return this.pushStack(m(s[0])||m(c[0])?c:ak.unique(c))},andSelf:function(){return this.add(this.prevObject)}});ak.each({parent:function(c){return(c=c.parentNode)&&c.nodeType!==11?c:null},parents:function(c){return ak.dir(c,"parentNode")},parentsUntil:function(s,c,w){return ak.dir(s,"parentNode",w)},next:function(c){return ak.nth(c,2,"nextSibling")},prev:function(c){return ak.nth(c,2,"previousSibling")},nextAll:function(c){return ak.dir(c,"nextSibling")},prevAll:function(c){return ak.dir(c,"previousSibling")},nextUntil:function(s,c,w){return ak.dir(s,"nextSibling",w)},prevUntil:function(s,c,w){return ak.dir(s,"previousSibling",w)},siblings:function(c){return ak.sibling(c.parentNode.firstChild,c)},children:function(c){return ak.sibling(c.firstChild)},contents:function(c){return ak.nodeName(c,"iframe")?c.contentDocument||c.contentWindow.document:ak.makeArray(c.childNodes)}},function(s,c){ak.fn[s]=function(F,w){var A=ak.map(this,c,F);g.test(s)||(w=F);if(w&&typeof w==="string"){A=ak.filter(w,A)}A=this.length>1?ak.unique(A):A;if((this.length>1||aY.test(w))&&bd.test(s)){A=A.reverse()}return this.pushStack(A,s,aw.call(arguments).join(","))}});ak.extend({filter:function(s,c,w){if(w){s=":not("+s+")"}return ak.find.matches(s,c)},dir:function(s,c,A){var w=[];for(s=s[c];s&&s.nodeType!==9&&(A===S||s.nodeType!==1||!ak(s).is(A));){s.nodeType===1&&w.push(s);s=s[c]}return w},nth:function(s,c,A){c=c||1;for(var w=0;s;s=s[A]){if(s.nodeType===1&&++w===c){break}}return s},sibling:function(s,c){for(var w=[];s;s=s.nextSibling){s.nodeType===1&&s!==c&&w.push(s)}return w}});var aj=/ jQuery\d+="(?:\d+|null)"/g,au=/^\s+/,D=/(<([\w:]+)[^>]*?)\/>/g,aE=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,o=/<([\w:]+)/,ae=/<tbody/i,x=/<|&#?\w+;/,aR=/<script|<object|<embed|<option|<style/i,am=/checked\s*(?:[^=]|=\s*.checked.)/i,bm=function(s,c,w){return aE.test(w)?s:c+"></"+w+">"},aL={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,"",""]};aL.optgroup=aL.option;aL.tbody=aL.tfoot=aL.colgroup=aL.caption=aL.thead;aL.th=aL.td;if(!ak.support.htmlSerialize){aL._default=[1,"div<div>","</div>"]}ak.fn.extend({text:function(c){if(ak.isFunction(c)){return this.each(function(s){var w=ak(this);w.text(c.call(this,s,w.text()))})}if(typeof c!=="object"&&c!==S){return this.empty().append((this[0]&&this[0].ownerDocument||U).createTextNode(c))}return ak.text(this)},wrapAll:function(s){if(ak.isFunction(s)){return this.each(function(w){ak(this).wrapAll(s.call(this,w))})}if(this[0]){var c=ak(s,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){for(var w=this;w.firstChild&&w.firstChild.nodeType===1;){w=w.firstChild}return w}).append(this)}return this},wrapInner:function(c){if(ak.isFunction(c)){return this.each(function(s){ak(this).wrapInner(c.call(this,s))})}return this.each(function(){var s=ak(this),w=s.contents();w.length?w.wrapAll(c):s.append(c)})},wrap:function(c){return this.each(function(){ak(this).wrapAll(c)})},unwrap:function(){return this.parent().each(function(){ak.nodeName(this,"body")||ak(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.appendChild(c)})},prepend:function(){return this.domManip(arguments,true,function(c){this.nodeType===1&&this.insertBefore(c,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(s){this.parentNode.insertBefore(s,this)})}else{if(arguments.length){var c=ak(arguments[0]);c.push.apply(c,this.toArray());return this.pushStack(c,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(s){this.parentNode.insertBefore(s,this.nextSibling)})}else{if(arguments.length){var c=this.pushStack(this,"after",arguments);c.push.apply(c,ak(arguments[0]).toArray());return c}}},remove:function(s,c){for(var A=0,w;(w=this[A])!=null;A++){if(!s||ak.filter(s,[w]).length){if(!c&&w.nodeType===1){ak.cleanData(w.getElementsByTagName("*"));ak.cleanData([w])}w.parentNode&&w.parentNode.removeChild(w)}}return this},empty:function(){for(var s=0,c;(c=this[s])!=null;s++){for(c.nodeType===1&&ak.cleanData(c.getElementsByTagName("*"));c.firstChild;){c.removeChild(c.firstChild)}}return this},clone:function(s){var c=this.map(function(){if(!ak.support.noCloneEvent&&!ak.isXMLDoc(this)){var A=this.outerHTML,w=this.ownerDocument;if(!A){A=w.createElement("div");A.appendChild(this.cloneNode(true));A=A.innerHTML}return ak.clean([A.replace(aj,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(au,"")],w)[0]}else{return this.cloneNode(true)}});if(s===true){bl(this,c);bl(this.find("*"),c.find("*"))}return c},html:function(s){if(s===S){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(aj,""):null}else{if(typeof s==="string"&&!aR.test(s)&&(ak.support.leadingWhitespace||!au.test(s))&&!aL[(o.exec(s)||["",""])[1].toLowerCase()]){s=s.replace(D,bm);try{for(var c=0,A=this.length;c<A;c++){if(this[c].nodeType===1){ak.cleanData(this[c].getElementsByTagName("*"));this[c].innerHTML=s}}}catch(w){this.empty().append(s)}}else{ak.isFunction(s)?this.each(function(J){var F=ak(this),G=F.html();F.empty().append(function(){return s.call(this,J,G)})}):this.empty().append(s)}}return this},replaceWith:function(c){if(this[0]&&this[0].parentNode){if(ak.isFunction(c)){return this.each(function(s){var A=ak(this),w=A.html();A.replaceWith(c.call(this,s,w))})}if(typeof c!=="string"){c=ak(c).detach()}return this.each(function(){var s=this.nextSibling,w=this.parentNode;ak(this).remove();s?ak(s).before(c):ak(w).append(c)})}else{return this.pushStack(ak(ak.isFunction(c)?c():c),"replaceWith",c)}},detach:function(c){return this.remove(c,true)},domManip:function(O,N,L){function J(P){return ak.nodeName(P,"table")?P.getElementsByTagName("tbody")[0]||P.appendChild(P.ownerDocument.createElement("tbody")):P}var K,F,G=O[0],s=[],A;if(!ak.support.checkClone&&arguments.length===3&&typeof G==="string"&&am.test(G)){return this.each(function(){ak(this).domManip(O,N,L,true)})}if(ak.isFunction(G)){return this.each(function(P){var Q=ak(this);O[0]=G.call(this,P,N?Q.html():S);Q.domManip(O,N,L)})}if(this[0]){K=G&&G.parentNode;K=ak.support.parentNode&&K&&K.nodeType===11&&K.childNodes.length===this.length?{fragment:K}:a5(O,this,s);A=K.fragment;if(F=A.childNodes.length===1?(A=A.firstChild):A.firstChild){N=N&&ak.nodeName(F,"tr");for(var w=0,c=this.length;w<c;w++){L.call(N?J(this[w],F):this[w],w>0||K.cacheable||this.length>1?A.cloneNode(true):A)}}s.length&&ak.each(s,I)}return this}});ak.fragments={};ak.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(s,c){ak.fn[s]=function(J){var F=[];J=ak(J);var G=this.length===1&&this[0].parentNode;if(G&&G.nodeType===11&&G.childNodes.length===1&&J.length===1){J[c](this[0]);return this}else{G=0;for(var w=J.length;G<w;G++){var A=(G>0?this.clone(true):this).get();ak.fn[c].apply(ak(J[G]),A);F=F.concat(A)}return this.pushStack(F,s,J.selector)}}});ak.extend({clean:function(O,N,L,J){N=N||U;if(typeof N.createElement==="undefined"){N=N.ownerDocument||N[0]&&N[0].ownerDocument||U}for(var K=[],F=0,G;(G=O[F])!=null;F++){if(typeof G==="number"){G+=""}if(G){if(typeof G==="string"&&!x.test(G)){G=N.createTextNode(G)}else{if(typeof G==="string"){G=G.replace(D,bm);var s=(o.exec(G)||["",""])[1].toLowerCase(),A=aL[s]||aL._default,w=A[0],c=N.createElement("div");for(c.innerHTML=A[1]+G+A[2];w--;){c=c.lastChild}if(!ak.support.tbody){w=ae.test(G);s=s==="table"&&!w?c.firstChild&&c.firstChild.childNodes:A[1]==="<table>"&&!w?c.childNodes:[];for(A=s.length-1;A>=0;--A){ak.nodeName(s[A],"tbody")&&!s[A].childNodes.length&&s[A].parentNode.removeChild(s[A])}}!ak.support.leadingWhitespace&&au.test(G)&&c.insertBefore(N.createTextNode(au.exec(G)[0]),c.firstChild);G=c.childNodes}}if(G.nodeType){K.push(G)}else{K=ak.merge(K,G)}}}if(L){for(F=0;K[F];F++){if(J&&ak.nodeName(K[F],"script")&&(!K[F].type||K[F].type.toLowerCase()==="text/javascript")){J.push(K[F].parentNode?K[F].parentNode.removeChild(K[F]):K[F])}else{K[F].nodeType===1&&K.splice.apply(K,[F+1,0].concat(ak.makeArray(K[F].getElementsByTagName("script"))));L.appendChild(K[F])}}}return K},cleanData:function(L){for(var K,J,F=ak.cache,G=ak.event.special,w=ak.support.deleteExpando,A=0,c;(c=L[A])!=null;A++){if(J=c[ak.expando]){K=F[J];if(K.events){for(var s in K.events){G[s]?ak.event.remove(c,s):aI(c,s,K.handle)}}if(w){delete c[ak.expando]}else{c.removeAttribute&&c.removeAttribute(ak.expando)}delete F[J]}}}});var i=/z-?index|font-?weight|opacity|zoom|line-?height/i,a6=/alpha\([^)]*\)/,aS=/opacity=([^)]*)/,aG=/float/i,af=/-([a-z])/ig,bh=/([A-Z])/g,a1=/^-?\d+(?:px)?$/i,aK=/^-?\d/,ah={position:"absolute",visibility:"hidden",display:"block"},B=["Left","Right"],l=["Top","Bottom"],bk=U.defaultView&&U.defaultView.getComputedStyle,an=ak.support.cssFloat?"cssFloat":"styleFloat",y=function(s,c){return c.toUpperCase()};ak.fn.css=function(s,c){return ar(this,s,c,true,function(F,w,A){if(A===S){return ak.curCSS(F,w)}if(typeof A==="number"&&!i.test(w)){A+="px"}ak.style(F,w,A)})};ak.extend({style:function(s,c,F){if(!s||s.nodeType===3||s.nodeType===8){return S}if((c==="width"||c==="height")&&parseFloat(F)<0){F=S}var w=s.style||s,A=F!==S;if(!ak.support.opacity&&c==="opacity"){if(A){w.zoom=1;c=parseInt(F,10)+""==="NaN"?"":"alpha(opacity="+F*100+")";s=w.filter||ak.curCSS(s,"filter")||"";w.filter=a6.test(s)?s.replace(a6,c):c}return w.filter&&w.filter.indexOf("opacity=")>=0?parseFloat(aS.exec(w.filter)[1])/100+"":""}if(aG.test(c)){c=an}c=c.replace(af,y);if(A){w[c]=F}return w[c]},css:function(s,c,J,F){if(c==="width"||c==="height"){var G,w=c==="width"?B:l;function A(){G=c==="width"?s.offsetWidth:s.offsetHeight;F!=="border"&&ak.each(w,function(){F||(G-=parseFloat(ak.curCSS(s,"padding"+this,true))||0);if(F==="margin"){G+=parseFloat(ak.curCSS(s,"margin"+this,true))||0}else{G-=parseFloat(ak.curCSS(s,"border"+this+"Width",true))||0}})}s.offsetWidth!==0?A():ak.swap(s,ah,A);return Math.max(0,Math.round(G))}return ak.curCSS(s,c,J)},curCSS:function(s,c,G){var A,F=s.style;if(!ak.support.opacity&&c==="opacity"&&s.currentStyle){A=aS.test(s.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return A===""?"1":A}if(aG.test(c)){c=an}if(!G&&F&&F[c]){A=F[c]}else{if(bk){if(aG.test(c)){c="float"}c=c.replace(bh,"-$1").toLowerCase();F=s.ownerDocument.defaultView;if(!F){return null}if(s=F.getComputedStyle(s,null)){A=s.getPropertyValue(c)}if(c==="opacity"&&A===""){A="1"}}else{if(s.currentStyle){G=c.replace(af,y);A=s.currentStyle[c]||s.currentStyle[G];if(!a1.test(A)&&aK.test(A)){c=F.left;var w=s.runtimeStyle.left;s.runtimeStyle.left=s.currentStyle.left;F.left=G==="fontSize"?"1em":A||0;A=F.pixelLeft+"px";F.left=c;s.runtimeStyle.left=w}}}}return A},swap:function(s,c,F){var w={};for(var A in c){w[A]=s.style[A];s.style[A]=c[A]}F.call(s);for(A in c){s.style[A]=w[A]}}});if(ak.expr&&ak.expr.filters){ak.expr.filters.hidden=function(s){var c=s.offsetWidth,A=s.offsetHeight,w=s.nodeName.toLowerCase()==="tr";return c===0&&A===0&&!w?true:c>0&&A>0&&!w?false:ak.curCSS(s,"display")==="none"};ak.expr.filters.visible=function(c){return !ak.expr.filters.hidden(c)}}var a4=aH(),aP=/<script(.|\s)*?\/script>/gi,al=/select|textarea/i,E=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,aC=/=\?(&|$)/,j=/\?/,p=/(\?|&)_=.*?(&|$)/,a=/^(\w+:)?\/\/([^\/?#]+)/,a7=/%20/g,aT=ak.fn.load;ak.fn.extend({load:function(s,c,G){if(typeof s!=="string"){return aT.call(this,s)}else{if(!this.length){return this}}var A=s.indexOf(" ");if(A>=0){var F=s.slice(A,s.length);s=s.slice(0,A)}A="GET";if(c){if(ak.isFunction(c)){G=c;c=null}else{if(typeof c==="object"){c=ak.param(c,ak.ajaxSettings.traditional);A="POST"}}}var w=this;ak.ajax({url:s,type:A,dataType:"html",data:c,complete:function(J,K){if(K==="success"||K==="notmodified"){w.html(F?ak("<div />").append(J.responseText.replace(aP,"")).find(F):J.responseText)}G&&w.each(G,[J.responseText,K,J])}});return this},serialize:function(){return ak.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?ak.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||al.test(this.nodeName)||E.test(this.type))}).map(function(s,c){s=ak(this).val();return s==null?null:ak.isArray(s)?ak.map(s,function(w){return{name:c.name,value:w}}):{name:c.name,value:s}}).get()}});ak.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(s,c){ak.fn[c]=function(w){return this.bind(c,w)}});ak.extend({get:function(s,c,A,w){if(ak.isFunction(c)){w=w||A;A=c;c=null}return ak.ajax({type:"GET",url:s,data:c,success:A,dataType:w})},getScript:function(s,c){return ak.get(s,null,c,"script")},getJSON:function(s,c,w){return ak.get(s,c,w,"json")},post:function(s,c,A,w){if(ak.isFunction(c)){w=w||A;A=c;c={}}return ak.ajax({type:"POST",url:s,data:c,success:A,dataType:w})},ajaxSetup:function(c){ak.extend(ak.ajaxSettings,c)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:aQ.XMLHttpRequest&&(aQ.location.protocol!=="file:"||!aQ.ActiveXObject)?function(){return new aQ.XMLHttpRequest}:function(){try{return new aQ.ActiveXObject("Microsoft.XMLHTTP")}catch(c){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(aa){function Z(){X.success&&X.success.call(P,K,R,s);X.global&&W("ajaxSuccess",[s,X])}function Y(){X.complete&&X.complete.call(P,s,R);X.global&&W("ajaxComplete",[s,X]);X.global&&!--ak.active&&ak.event.trigger("ajaxStop")}function W(ba,bb){(X.context?ak(X.context):ak.event).trigger(ba,bb)}var X=ak.extend(true,{},ak.ajaxSettings,aa),Q,R,K,P=aa&&aa.context||X,L=X.type.toUpperCase();if(X.data&&X.processData&&typeof X.data!=="string"){X.data=ak.param(X.data,X.traditional)}if(X.dataType==="jsonp"){if(L==="GET"){aC.test(X.url)||(X.url+=(j.test(X.url)?"&":"?")+(X.jsonp||"callback")+"=?")}else{if(!X.data||!aC.test(X.data)){X.data=(X.data?X.data+"&":"")+(X.jsonp||"callback")+"=?"}}X.dataType="json"}if(X.dataType==="json"&&(X.data&&aC.test(X.data)||aC.test(X.url))){Q=X.jsonpCallback||"jsonp"+a4++;if(X.data){X.data=(X.data+"").replace(aC,"="+Q+"$1")}X.url=X.url.replace(aC,"="+Q+"$1");X.dataType="script";aQ[Q]=aQ[Q]||function(ba){K=ba;Z();Y();aQ[Q]=S;try{delete aQ[Q]}catch(bb){}c&&c.removeChild(G)}}if(X.dataType==="script"&&X.cache===null){X.cache=false}if(X.cache===false&&L==="GET"){var F=aH(),w=X.url.replace(p,"$1_="+F+"$2");X.url=w+(w===X.url?(j.test(X.url)?"&":"?")+"_="+F:"")}if(X.data&&L==="GET"){X.url+=(j.test(X.url)?"&":"?")+X.data}X.global&&!ak.active++&&ak.event.trigger("ajaxStart");F=(F=a.exec(X.url))&&(F[1]&&F[1]!==location.protocol||F[2]!==location.host);if(X.dataType==="script"&&L==="GET"&&F){var c=U.getElementsByTagName("head")[0]||U.documentElement,G=U.createElement("script");G.src=X.url;if(X.scriptCharset){G.charset=X.scriptCharset}if(!Q){var J=false;G.onload=G.onreadystatechange=function(){if(!J&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){J=true;Z();Y();G.onload=G.onreadystatechange=null;c&&G.parentNode&&c.removeChild(G)}}}c.insertBefore(G,c.firstChild);return S}var A=false,s=X.xhr();if(s){X.username?s.open(L,X.url,X.async,X.username,X.password):s.open(L,X.url,X.async);try{if(X.data||aa&&aa.contentType){s.setRequestHeader("Content-Type",X.contentType)}if(X.ifModified){ak.lastModified[X.url]&&s.setRequestHeader("If-Modified-Since",ak.lastModified[X.url]);ak.etag[X.url]&&s.setRequestHeader("If-None-Match",ak.etag[X.url])}F||s.setRequestHeader("X-Requested-With","XMLHttpRequest");s.setRequestHeader("Accept",X.dataType&&X.accepts[X.dataType]?X.accepts[X.dataType]+", */*":X.accepts._default)}catch(ab){}if(X.beforeSend&&X.beforeSend.call(P,s,X)===false){X.global&&!--ak.active&&ak.event.trigger("ajaxStop");s.abort();return false}X.global&&W("ajaxSend",[s,X]);var V=s.onreadystatechange=function(bb){if(!s||s.readyState===0||bb==="abort"){A||Y();A=true;if(s){s.onreadystatechange=ak.noop}}else{if(!A&&s&&(s.readyState===4||bb==="timeout")){A=true;s.onreadystatechange=ak.noop;R=bb==="timeout"?"timeout":!ak.httpSuccess(s)?"error":X.ifModified&&ak.httpNotModified(s,X.url)?"notmodified":"success";var bn;if(R==="success"){try{K=ak.httpData(s,X.dataType,X)}catch(ba){R="parsererror";bn=ba}}if(R==="success"||R==="notmodified"){Q||Z()}else{ak.handleError(X,s,R,bn)}Y();bb==="timeout"&&s.abort();if(X.async){s=null}}}};try{var T=s.abort;s.abort=function(){s&&T.call(s);V("abort")}}catch(O){}X.async&&X.timeout>0&&setTimeout(function(){s&&!A&&V("timeout")},X.timeout);try{s.send(L==="POST"||L==="PUT"||L==="DELETE"?X.data:null)}catch(N){ak.handleError(X,s,null,N);Y()}X.async||V();return s}},handleError:function(s,c,A,w){if(s.error){s.error.call(s.context||s,c,A,w)}if(s.global){(s.context?ak(s.context):ak.event).trigger("ajaxError",[c,s,w])}},active:0,httpSuccess:function(s){try{return !s.status&&location.protocol==="file:"||s.status>=200&&s.status<300||s.status===304||s.status===1223||s.status===0}catch(c){}return false},httpNotModified:function(s,c){var A=s.getResponseHeader("Last-Modified"),w=s.getResponseHeader("Etag");if(A){ak.lastModified[c]=A}if(w){ak.etag[c]=w}return s.status===304||s.status===0},httpData:function(s,c,F){var w=s.getResponseHeader("content-type")||"",A=c==="xml"||!c&&w.indexOf("xml")>=0;s=A?s.responseXML:s.responseText;A&&s.documentElement.nodeName==="parsererror"&&ak.error("parsererror");if(F&&F.dataFilter){s=F.dataFilter(s,c)}if(typeof s==="string"){if(c==="json"||!c&&w.indexOf("json")>=0){s=ak.parseJSON(s)}else{if(c==="script"||!c&&w.indexOf("javascript")>=0){ak.globalEval(s)}}}return s},param:function(s,c){function G(J,K){if(ak.isArray(K)){ak.each(K,function(L,N){c||/\[\]$/.test(J)?A(J,N):G(J+"["+(typeof N==="object"||ak.isArray(N)?L:"")+"]",N)})}else{!c&&K!=null&&typeof K==="object"?ak.each(K,function(L,N){G(J+"["+L+"]",N)}):A(J,K)}}function A(J,K){K=ak.isFunction(K)?K():K;F[F.length]=encodeURIComponent(J)+"="+encodeURIComponent(K)}var F=[];if(c===S){c=ak.ajaxSettings.traditional}if(ak.isArray(s)||s.jquery){ak.each(s,function(){A(this.name,this.value)})}else{for(var w in s){G(w,s[w])}}return F.join("&").replace(a7,"+")}});var bi={},be=/toggle|show|hide/,aZ=/^([+-]=)?([\d+-.]+)(.*)$/,at,H=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];ak.fn.extend({show:function(s,c){if(s||s===0){return this.animate(aF("show",3),s,c)}else{s=0;for(c=this.length;s<c;s++){var F=ak.data(this[s],"olddisplay");this[s].style.display=F||"";if(ak.css(this[s],"display")==="none"){F=this[s].nodeName;var w;if(bi[F]){w=bi[F]}else{var A=ak("<"+F+" />").appendTo("body");w=A.css("display");if(w==="none"){w="block"}A.remove();bi[F]=w}ak.data(this[s],"olddisplay",w)}}s=0;for(c=this.length;s<c;s++){this[s].style.display=ak.data(this[s],"olddisplay")||""}return this}},hide:function(s,c){if(s||s===0){return this.animate(aF("hide",3),s,c)}else{s=0;for(c=this.length;s<c;s++){var w=ak.data(this[s],"olddisplay");!w&&w!=="none"&&ak.data(this[s],"olddisplay",ak.css(this[s],"display"))}s=0;for(c=this.length;s<c;s++){this[s].style.display="none"}return this}},_toggle:ak.fn.toggle,toggle:function(s,c){var w=typeof s==="boolean";if(ak.isFunction(s)&&ak.isFunction(c)){this._toggle.apply(this,arguments)}else{s==null||w?this.each(function(){var A=w?s:ak(this).is(":hidden");ak(this)[A?"show":"hide"]()}):this.animate(aF("toggle",3),s,c)}return this},fadeTo:function(s,c,w){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:c},s,w)},animate:function(s,c,F,w){var A=ak.speed(c,F,w);if(ak.isEmptyObject(s)){return this.each(A.complete)}return this[A.queue===false?"each":"queue"](function(){var J=ak.extend({},A),K,L=this.nodeType===1&&ak(this).is(":hidden"),G=this;for(K in s){var N=K.replace(af,y);if(K!==N){s[N]=s[K];delete s[K];K=N}if(s[K]==="hide"&&L||s[K]==="show"&&!L){return J.complete.call(this)}if((K==="height"||K==="width")&&this.style){J.display=ak.css(this,"display");J.overflow=this.style.overflow}if(ak.isArray(s[K])){(J.specialEasing=J.specialEasing||{})[K]=s[K][1];s[K]=s[K][0]}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=ak.extend({},s);ak.each(s,function(P,O){var T=new ak.fx(G,J,P);if(be.test(O)){T[O==="toggle"?L?"show":"hide":O](s)}else{var R=aZ.exec(O),V=T.cur(true)||0;if(R){O=parseFloat(R[2]);var Q=R[3]||"px";if(Q!=="px"){G.style[P]=(O||1)+Q;V=(O||1)/T.cur(true)*V;G.style[P]=V+Q}if(R[1]){O=(R[1]==="-="?-1:1)*O+V}T.custom(V,O,Q)}else{T.custom(V,O,"")}}});return true})},stop:function(s,c){var w=ak.timers;s&&this.queue([]);this.each(function(){for(var A=w.length-1;A>=0;A--){if(w[A].elem===this){c&&w[A](true);w.splice(A,1)}}});c||this.dequeue();return this}});ak.each({slideDown:aF("show",1),slideUp:aF("hide",1),slideToggle:aF("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(s,c){ak.fn[s]=function(A,w){return this.animate(c,A,w)}});ak.extend({speed:function(s,c,A){var w=s&&typeof s==="object"?s:{complete:A||!A&&c||ak.isFunction(s)&&s,duration:s,easing:A&&c||c&&!ak.isFunction(c)&&c};w.duration=ak.fx.off?0:typeof w.duration==="number"?w.duration:ak.fx.speeds[w.duration]||ak.fx.speeds._default;w.old=w.complete;w.complete=function(){w.queue!==false&&ak(this).dequeue();ak.isFunction(w.old)&&w.old.call(this)};return w},easing:{linear:function(s,c,A,w){return A+w*s},swing:function(s,c,A,w){return(-Math.cos(s*Math.PI)/2+0.5)*w+A}},timers:[],fx:function(s,c,w){this.options=c;this.elem=s;this.prop=w;if(!c.orig){c.orig={}}}});ak.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(ak.fx.step[this.prop]||ak.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(c){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}return(c=parseFloat(ak.css(this.elem,this.prop,c)))&&c>-10000?c:parseFloat(ak.curCSS(this.elem,this.prop))||0},custom:function(s,c,F){function w(G){return A.step(G)}this.startTime=aH();this.start=s;this.end=c;this.unit=F||this.unit||"px";this.now=this.start;this.pos=this.state=0;var A=this;w.elem=this.elem;if(w()&&ak.timers.push(w)&&!at){at=setInterval(ak.fx.tick,13)}},show:function(){this.options.orig[this.prop]=ak.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());ak(this.elem).show()},hide:function(){this.options.orig[this.prop]=ak.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(s){var c=aH(),F=true;if(s||c>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var w in this.options.curAnim){if(this.options.curAnim[w]!==true){F=false}}if(F){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;s=ak.data(this.elem,"olddisplay");this.elem.style.display=s?s:this.options.display;if(ak.css(this.elem,"display")==="none"){this.elem.style.display="block"}}this.options.hide&&ak(this.elem).hide();if(this.options.hide||this.options.show){for(var A in this.options.curAnim){ak.style(this.elem,A,this.options.orig[A])}}this.options.complete.call(this.elem)}return false}else{A=c-this.startTime;this.state=A/this.options.duration;s=this.options.easing||(ak.easing.swing?"swing":"linear");this.pos=ak.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||s](this.state,A,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};ak.extend(ak.fx,{tick:function(){for(var s=ak.timers,c=0;c<s.length;c++){s[c]()||s.splice(c--,1)}s.length||ak.fx.stop()},stop:function(){clearInterval(at);at=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){ak.style(c.elem,"opacity",c.now)},_default:function(c){if(c.elem.style&&c.elem.style[c.prop]!=null){c.elem.style[c.prop]=(c.prop==="width"||c.prop==="height"?Math.max(0,c.now):c.now)+c.unit}else{c.elem[c.prop]=c.now}}}});if(ak.expr&&ak.expr.filters){ak.expr.filters.animated=function(c){return ak.grep(ak.timers,function(s){return c===s.elem}).length}}ak.fn.offset="getBoundingClientRect" in U.documentElement?function(s){var c=this[0];if(s){return this.each(function(F){ak.offset.setOffset(this,s,F)})}if(!c||!c.ownerDocument){return null}if(c===c.ownerDocument.body){return ak.offset.bodyOffset(c)}var A=c.getBoundingClientRect(),w=c.ownerDocument;c=w.body;w=w.documentElement;return{top:A.top+(self.pageYOffset||ak.support.boxModel&&w.scrollTop||c.scrollTop)-(w.clientTop||c.clientTop||0),left:A.left+(self.pageXOffset||ak.support.boxModel&&w.scrollLeft||c.scrollLeft)-(w.clientLeft||c.clientLeft||0)}}:function(N){var L=this[0];if(N){return this.each(function(O){ak.offset.setOffset(this,N,O)})}if(!L||!L.ownerDocument){return null}if(L===L.ownerDocument.body){return ak.offset.bodyOffset(L)}ak.offset.initialize();var K=L.offsetParent,G=L,J=L.ownerDocument,A,F=J.documentElement,c=J.body;G=(J=J.defaultView)?J.getComputedStyle(L,null):L.currentStyle;for(var w=L.offsetTop,s=L.offsetLeft;(L=L.parentNode)&&L!==c&&L!==F;){if(ak.offset.supportsFixedPosition&&G.position==="fixed"){break}A=J?J.getComputedStyle(L,null):L.currentStyle;w-=L.scrollTop;s-=L.scrollLeft;if(L===K){w+=L.offsetTop;s+=L.offsetLeft;if(ak.offset.doesNotAddBorder&&!(ak.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(L.nodeName))){w+=parseFloat(A.borderTopWidth)||0;s+=parseFloat(A.borderLeftWidth)||0}G=K;K=L.offsetParent}if(ak.offset.subtractsBorderForOverflowNotVisible&&A.overflow!=="visible"){w+=parseFloat(A.borderTopWidth)||0;s+=parseFloat(A.borderLeftWidth)||0}G=A}if(G.position==="relative"||G.position==="static"){w+=c.offsetTop;s+=c.offsetLeft}if(ak.offset.supportsFixedPosition&&G.position==="fixed"){w+=Math.max(F.scrollTop,c.scrollTop);s+=Math.max(F.scrollLeft,c.scrollLeft)}return{top:w,left:s}};ak.offset={initialize:function(){var s=U.body,c=U.createElement("div"),G,A,F,w=parseFloat(ak.curCSS(s,"marginTop",true))||0;ak.extend(c.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});c.innerHTML="<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>";s.insertBefore(c,s.firstChild);G=c.firstChild;A=G.firstChild;F=G.nextSibling.firstChild.firstChild;this.doesNotAddBorder=A.offsetTop!==5;this.doesAddBorderForTableAndCells=F.offsetTop===5;A.style.position="fixed";A.style.top="20px";this.supportsFixedPosition=A.offsetTop===20||A.offsetTop===15;A.style.position=A.style.top="";G.style.overflow="hidden";G.style.position="relative";this.subtractsBorderForOverflowNotVisible=A.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=s.offsetTop!==w;s.removeChild(c);ak.offset.initialize=ak.noop},bodyOffset:function(s){var c=s.offsetTop,w=s.offsetLeft;ak.offset.initialize();if(ak.offset.doesNotIncludeMarginInBodyOffset){c+=parseFloat(ak.curCSS(s,"marginTop",true))||0;w+=parseFloat(ak.curCSS(s,"marginLeft",true))||0}return{top:c,left:w}},setOffset:function(s,c,J){if(/static/.test(ak.curCSS(s,"position"))){s.style.position="relative"}var F=ak(s),G=F.offset(),w=parseInt(ak.curCSS(s,"top",true),10)||0,A=parseInt(ak.curCSS(s,"left",true),10)||0;if(ak.isFunction(c)){c=c.call(s,J,G)}J={top:c.top-G.top+w,left:c.left-G.left+A};"using" in c?c.using.call(s,J):F.css(J)}};ak.fn.extend({position:function(){if(!this[0]){return null}var s=this[0],c=this.offsetParent(),A=this.offset(),w=/^body|html$/i.test(c[0].nodeName)?{top:0,left:0}:c.offset();A.top-=parseFloat(ak.curCSS(s,"marginTop",true))||0;A.left-=parseFloat(ak.curCSS(s,"marginLeft",true))||0;w.top+=parseFloat(ak.curCSS(c[0],"borderTopWidth",true))||0;w.left+=parseFloat(ak.curCSS(c[0],"borderLeftWidth",true))||0;return{top:A.top-w.top,left:A.left-w.left}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||U.body;c&&!/^body|html$/i.test(c.nodeName)&&ak.css(c,"position")==="static";){c=c.offsetParent}return c})}});ak.each(["Left","Top"],function(s,c){var w="scroll"+c;ak.fn[w]=function(F){var G=this[0],A;if(!G){return null}if(F!==S){return this.each(function(){if(A=q(this)){A.scrollTo(!s?F:ak(A).scrollLeft(),s?F:ak(A).scrollTop())}else{this[w]=F}})}else{return(A=q(G))?"pageXOffset" in A?A[s?"pageYOffset":"pageXOffset"]:ak.support.boxModel&&A.document.documentElement[w]||A.document.body[w]:G[w]}}});ak.each(["Height","Width"],function(s,c){var w=c.toLowerCase();ak.fn["inner"+c]=function(){return this[0]?ak.css(this[0],w,false,"padding"):null};ak.fn["outer"+c]=function(A){return this[0]?ak.css(this[0],w,false,A?"margin":"border"):null};ak.fn[w]=function(A){var F=this[0];if(!F){return A==null?null:this}if(ak.isFunction(A)){return this.each(function(G){var J=ak(this);J[w](A.call(this,G,J[w]()))})}return"scrollTo" in F&&F.document?F.document.compatMode==="CSS1Compat"&&F.document.documentElement["client"+c]||F.document.body["client"+c]:F.nodeType===9?Math.max(F.documentElement["client"+c],F.body["scroll"+c],F.documentElement["scroll"+c],F.body["offset"+c],F.documentElement["offset"+c]):A===S?ak.css(F,w):this.css(w,typeof A==="string"?A:A+"px")}});aQ.jQuery=aQ.$=ak})(window);function createCookie(c,e,g,a){if(g){var b=new Date();b.setTime(b.getTime()+(g*24*60*60*1000));var d="; expires="+b.toGMTString()}else{var d=""}document.cookie=c+"="+e+d+"; path=/"+((typeof(a)=="undefined")?"":"; domain="+a)}function readCookie(b){var g=b+"=";var a=document.cookie.split(";");for(var d=0;d<a.length;d++){var e=a[d];while(e.charAt(0)==" "){e=e.substring(1,e.length)}if(e.indexOf(g)==0){return e.substring(g.length,e.length)}}return null}if(!this.JSON){this.JSON={}}(function(){function f(n){return n<10?"0"+n:n}if(typeof Date.prototype.toJSON!=="function"){Date.prototype.toJSON=function(key){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null};String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(key){return this.valueOf()}}var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;function quote(string){escapable.lastIndex=0;return escapable.test(string)?'"'+string.replace(escapable,function(a){var c=meta[a];return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+string+'"'}function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];if(value&&typeof value==="object"&&typeof value.toJSON==="function"){value=value.toJSON(key)}if(typeof rep==="function"){value=rep.call(holder,key,value)}switch(typeof value){case"string":return quote(value);case"number":return isFinite(value)?String(value):"null";case"boolean":case"null":return String(value);case"object":if(!value){return"null"}gap+=indent;partial=[];if(Object.prototype.toString.apply(value)==="[object Array]"){length=value.length;for(i=0;i<length;i+=1){partial[i]=str(i,value)||"null"}v=partial.length===0?"[]":gap?"[\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"]":"["+partial.join(",")+"]";gap=mind;return v}if(rep&&typeof rep==="object"){length=rep.length;for(i=0;i<length;i+=1){k=rep[i];if(typeof k==="string"){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v)}}}}else{for(k in value){if(Object.hasOwnProperty.call(value,k)){v=str(k,value);if(v){partial.push(quote(k)+(gap?": ":":")+v)}}}}v=partial.length===0?"{}":gap?"{\n"+gap+partial.join(",\n"+gap)+"\n"+mind+"}":"{"+partial.join(",")+"}";gap=mind;return v}}if(typeof JSON.stringify!=="function"){JSON.stringify=function(value,replacer,space){var i;gap="";indent="";if(typeof space==="number"){for(i=0;i<space;i+=1){indent+=" "}}else{if(typeof space==="string"){indent=space}}rep=replacer;if(replacer&&typeof replacer!=="function"&&(typeof replacer!=="object"||typeof replacer.length!=="number")){throw new Error("JSON.stringify")}return str("",{"":value})}}if(typeof JSON.parse!=="function"){JSON.parse=function(text,reviver){var j;function walk(holder,key){var k,v,value=holder[key];if(value&&typeof value==="object"){for(k in value){if(Object.hasOwnProperty.call(value,k)){v=walk(value,k);if(v!==undefined){value[k]=v}else{delete value[k]}}}}return reviver.call(holder,key,value)}cx.lastIndex=0;if(cx.test(text)){text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)})}if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){j=eval("("+text+")");return typeof reviver==="function"?walk({"":j},""):j}throw new SyntaxError("JSON.parse")}}}());(function(a){a.extend(a.fn,{validate:function(c){if(!this.length){c&&c.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing");return}var b=a.data(this[0],"validator");if(b){return b}b=new a.validator(c,this[0]);a.data(this[0],"validator",b);if(b.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){b.cancelSubmit=true});if(b.settings.submitHandler){this.find("input, button").filter(":submit").click(function(){b.submitButton=this})}this.submit(function(e){if(b.settings.debug){e.preventDefault()}function d(){if(b.settings.submitHandler){if(b.submitButton){var g=a("<input type='hidden'/>").attr("name",b.submitButton.name).val(b.submitButton.value).appendTo(b.currentForm)}b.settings.submitHandler.call(b,b.currentForm);if(b.submitButton){g.remove()}return false}return true}if(b.cancelSubmit){b.cancelSubmit=false;return d()}if(b.form()){if(b.pendingRequest){b.formSubmitted=true;return false}return d()}else{b.focusInvalid();return false}})}return b},valid:function(){if(a(this[0]).is("form")){return this.validate().form()}else{var c=true;var b=a(this[0].form).validate();this.each(function(){c&=b.element(this)});return c}},removeAttrs:function(c){var d={},b=this;a.each(c.split(/\s/),function(e,g){d[g]=b.attr(g);b.removeAttr(g)});return d},rules:function(g,i){var d=this[0];if(g){var e=a.data(d.form,"validator").settings;var k=e.rules;var j=a.validator.staticRules(d);switch(g){case"add":a.extend(j,a.validator.normalizeRule(i));k[d.name]=j;if(i.messages){e.messages[d.name]=a.extend(e.messages[d.name],i.messages)}break;case"remove":if(!i){delete k[d.name];return j}var b={};a.each(i.split(/\s/),function(l,m){b[m]=j[m];delete j[m]});return b}}var h=a.validator.normalizeRules(a.extend({},a.validator.metadataRules(d),a.validator.classRules(d),a.validator.attributeRules(d),a.validator.staticRules(d)),d);if(h.required){var c=h.required;delete h.required;h=a.extend({required:c},h)}return h}});a.extend(a.expr[":"],{blank:function(b){return !a.trim(b.value)},filled:function(b){return !!a.trim(b.value)},unchecked:function(b){return !b.checked}});a.validator=function(b,c){this.settings=a.extend({},a.validator.defaults,b);this.currentForm=c;this.init()};a.validator.format=function(b,c){if(arguments.length==1){return function(){var d=a.makeArray(arguments);d.unshift(b);return a.validator.format.apply(this,d)}}if(arguments.length>2&&c.constructor!=Array){c=a.makeArray(arguments).slice(1)}if(c.constructor!=Array){c=[c]}a.each(c,function(d,e){b=b.replace(new RegExp("\\{"+d+"\\}","g"),e)});return b};a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(b){this.lastActive=b;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,b,this.settings.errorClass,this.settings.validClass);this.errorsFor(b).hide()}},onfocusout:function(b){if(!this.checkable(b)&&(b.name in this.submitted||!this.optional(b))){this.element(b)}},onkeyup:function(b){if(b.name in this.submitted||b==this.lastElement){this.element(b)}},onclick:function(b){if(b.name in this.submitted){this.element(b)}},highlight:function(c,b,d){a(c).addClass(b).removeClass(d)},unhighlight:function(c,b,d){a(c).removeClass(b).addClass(d)}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein gültiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=a(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm);this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var c=(this.groups={});a.each(this.settings.groups,function(e,g){a.each(g.split(/\s/),function(i,h){c[h]=e})});var d=this.settings.rules;a.each(d,function(e,g){d[e]=a.validator.normalizeRule(g)});function b(g){var e=a.data(this[0].form,"validator");e.settings["on"+g.type]&&e.settings["on"+g.type].call(e,this[0])}a(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",b).delegate("click",":radio, :checkbox",b);if(this.settings.invalidHandler){a(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)}},form:function(){this.checkForm();a.extend(this.submitted,this.errorMap);this.invalid=a.extend({},this.errorMap);if(!this.valid()){a(this.currentForm).triggerHandler("invalid-form",[this])}this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var c=0,b=(this.currentElements=this.elements());b[c];c++){this.check(b[c])}return this.valid()},element:function(b){b=this.clean(b);this.lastElement=b;this.prepareElement(b);this.currentElements=a(b);var c=this.check(b);if(c){delete this.invalid[b.name]}else{this.invalid[b.name]=true}if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers)}this.showErrors();return c},showErrors:function(c){if(c){a.extend(this.errorMap,c);this.errorList=[];for(var b in c){this.errorList.push({message:c[b],element:this.findByName(b)[0]})}this.successList=a.grep(this.successList,function(d){return !(d.name in c)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){if(a.fn.resetForm){a(this.currentForm).resetForm()}this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(d){var c=0;for(var b in d){c++}return c},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid){try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(b){}}},findLastActive:function(){var b=this.lastActive;return b&&a.grep(this.errorList,function(c){return c.element.name==b.name}).length==1&&b},elements:function(){var c=this,b={};return a([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&c.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!c.objectLength(a(this).rules())){return false}b[this.name]=true;return true})},clean:function(b){return a(b)[0]},errors:function(){return a(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=a([]);this.toHide=a([]);this.formSubmitted=false;this.currentElements=a([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(b){this.reset();this.toHide=this.errorsFor(b)},check:function(b){b=this.clean(b);if(this.checkable(b)){b=this.findByName(b.name)[0]}var i=a(b).rules();var c=false;for(method in i){var h={method:method,parameters:i[method]};try{var d=a.validator.methods[method].call(this,b.value.replace(/\r/g,""),b,h.parameters);if(d=="dependency-mismatch"){c=true;continue}c=false;if(d=="pending"){this.toHide=this.toHide.not(this.errorsFor(b));return}if(!d){this.formatAndAdd(b,h);return false}}catch(g){this.settings.debug&&window.console&&console.log("exception occured when checking element "+b.id+", check the '"+h.method+"' method");throw g}}if(c){return}if(this.objectLength(i)){this.successList.push(b)}return true},customMetaMessage:function(b,d){if(!a.metadata){return}var c=this.settings.meta?a(b).metadata()[this.settings.meta]:a(b).metadata();return c&&c.messages&&c.messages[d]},customMessage:function(c,d){var b=this.settings.messages[c];return b&&(b.constructor==String?b:b[d])},findDefined:function(){for(var b=0;b<arguments.length;b++){if(arguments[b]!==undefined){return arguments[b]}}return undefined},defaultMessage:function(b,c){return this.findDefined(this.customMessage(b.name,c),this.customMetaMessage(b,c),!this.settings.ignoreTitle&&b.title||undefined,a.validator.messages[c],"<strong>Warning: No message defined for "+b.name+"</strong>")},formatAndAdd:function(b,d){var c=this.defaultMessage(b,d.method);if(typeof c=="function"){c=c.call(this,d.parameters,b)}this.errorList.push({message:c,element:b});this.errorMap[b.name]=c;this.submitted[b.name]=c},addWrapper:function(b){if(this.settings.wrapper){b=b.add(b.parent(this.settings.wrapper))}return b},defaultShowErrors:function(){for(var d=0;this.errorList[d];d++){var c=this.errorList[d];this.settings.highlight&&this.settings.highlight.call(this,c.element,this.settings.errorClass,this.settings.validClass);this.showLabel(c.element,c.message)}if(this.errorList.length){this.toShow=this.toShow.add(this.containers)}if(this.settings.success){for(var d=0;this.successList[d];d++){this.showLabel(this.successList[d])}}if(this.settings.unhighlight){for(var d=0,b=this.validElements();b[d];d++){this.settings.unhighlight.call(this,b[d],this.settings.errorClass,this.settings.validClass)}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(c,d){var b=this.errorsFor(c);if(b.length){b.removeClass().addClass(this.settings.errorClass);b.attr("generated")&&b.html(d)}else{b=a("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(c),generated:true}).addClass(this.settings.errorClass).html(d||"");if(this.settings.wrapper){b=b.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()}if(!this.labelContainer.append(b).length){this.settings.errorPlacement?this.settings.errorPlacement(b,a(c)):b.insertAfter(c)}}if(!d&&this.settings.success){b.text("");typeof this.settings.success=="string"?b.addClass(this.settings.success):this.settings.success(b)}this.toShow=this.toShow.add(b)},errorsFor:function(b){return this.errors().filter("[for='"+this.idOrName(b)+"']")},idOrName:function(b){return this.groups[b.name]||(this.checkable(b)?b.name:b.id||b.name)},checkable:function(b){return/radio|checkbox/i.test(b.type)},findByName:function(b){var c=this.currentForm;return a(document.getElementsByName(b)).map(function(e,d){return d.form==c&&d.name==b&&d||null})},getLength:function(c,b){switch(b.nodeName.toLowerCase()){case"select":return a("option:selected",b).length;case"input":if(this.checkable(b)){return this.findByName(b.name).filter(":checked").length}}return c.length},depend:function(c,b){return this.dependTypes[typeof c]?this.dependTypes[typeof c](c,b):true},dependTypes:{"boolean":function(c,b){return c},string:function(c,b){return !!a(c,b.form).length},"function":function(c,b){return c(b)}},optional:function(b){return !a.validator.methods.required.call(this,a.trim(b.value),b)&&"dependency-mismatch"},startRequest:function(b){if(!this.pending[b.name]){this.pendingRequest++;this.pending[b.name]=true}},stopRequest:function(b,c){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0}delete this.pending[b.name];if(c&&this.pendingRequest==0&&this.formSubmitted&&this.form()){a(this.currentForm).submit()}else{if(!c&&this.pendingRequest==0&&this.formSubmitted){a(this.currentForm).triggerHandler("invalid-form",[this])}}},previousValue:function(b){return a.data(b,"previousValue")||a.data(b,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(b,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(b,c){b.constructor==String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b)},classRules:function(b){var d={};var c=a(b).attr("class");c&&a.each(c.split(" "),function(){if(this in a.validator.classRuleSettings){a.extend(d,a.validator.classRuleSettings[this])}});return d},attributeRules:function(c){var e={};var b=a(c);for(method in a.validator.methods){var d=b.attr(method);if(d){e[method]=d}}if(e.maxlength&&/-1|2147483647|524288/.test(e.maxlength)){delete e.maxlength}return e},metadataRules:function(b){if(!a.metadata){return{}}var c=a.data(b.form,"validator").settings.meta;return c?a(b).metadata()[c]:a(b).metadata()},staticRules:function(c){var d={};var b=a.data(c.form,"validator");if(b.settings.rules){d=a.validator.normalizeRule(b.settings.rules[c.name])||{}}return d},normalizeRules:function(c,b){a.each(c,function(g,d){if(d===false){delete c[g];return}if(d.param||d.depends){var e=true;switch(typeof d.depends){case"string":e=!!a(d.depends,b.form).length;break;case"function":e=d.depends.call(b,b);break}if(e){c[g]=d.param!==undefined?d.param:true}else{delete c[g]}}});a.each(c,function(d,e){c[d]=a.isFunction(e)?e(b):e});a.each(["minlength","maxlength","min","max"],function(){if(c[this]){c[this]=Number(c[this])}});a.each(["rangelength","range"],function(){if(c[this]){c[this]=[Number(c[this][0]),Number(c[this][1])]}});if(a.validator.autoCreateRanges){if(c.min&&c.max){c.range=[c.min,c.max];delete c.min;delete c.max}if(c.minlength&&c.maxlength){c.rangelength=[c.minlength,c.maxlength];delete c.minlength;delete c.maxlength}}if(c.messages){delete c.messages}return c},normalizeRule:function(c){if(typeof c=="string"){var b={};a.each(c.split(/\s/),function(){b[this]=true});c=b}return c},addMethod:function(b,d,c){a.validator.methods[b]=d;a.validator.messages[b]=c||a.validator.messages[b];if(d.length<3){a.validator.addClassRules(b,a.validator.normalizeRule(b))}},methods:{required:function(d,b,e){if(!this.depend(e,b)){return"dependency-mismatch"}switch(b.nodeName.toLowerCase()){case"select":var c=a("option:selected",b);return c.length>0&&(b.type=="select-multiple"||(a.browser.msie&&!(c[0].attributes.value.specified)?c[0].text:c[0].value).length>0);case"input":if(this.checkable(b)){return this.getLength(d,b)>0}default:return a.trim(d).length>0}},remote:function(g,d,h){if(this.optional(d)){return"dependency-mismatch"}var b=this.previousValue(d);if(!this.settings.messages[d.name]){this.settings.messages[d.name]={}}this.settings.messages[d.name].remote=typeof b.message=="function"?b.message(g):b.message;h=typeof h=="string"&&{url:h}||h;if(b.old!==g){b.old=g;var c=this;this.startRequest(d);var e={};e[d.name]=g;a.ajax(a.extend(true,{url:h,mode:"abort",port:"validate"+d.name,dataType:"json",data:e,success:function(j){var k=j===true;if(k){var i=c.formSubmitted;c.prepareElement(d);c.formSubmitted=i;c.successList.push(d);c.showErrors()}else{var l={};l[d.name]=b.message=j||c.defaultMessage(d,"remote");c.showErrors(l)}b.valid=k;c.stopRequest(d,k)}},h));return"pending"}else{if(this.pending[d.name]){return"pending"}}return b.valid},minlength:function(c,b,d){return this.optional(b)||this.getLength(a.trim(c),b)>=d},maxlength:function(c,b,d){return this.optional(b)||this.getLength(a.trim(c),b)<=d},rangelength:function(d,c,e){var b=this.getLength(a.trim(d),c);return this.optional(c)||(b>=e[0]&&b<=e[1])},min:function(c,b,d){return this.optional(b)||c>=d},max:function(c,b,d){return this.optional(b)||c<=d},range:function(c,b,d){return this.optional(b)||(c>=d[0]&&c<=d[1])},email:function(c,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(c)},url:function(c,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(c)},date:function(c,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(c))},dateISO:function(c,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(c)},dateDE:function(c,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(c)},number:function(c,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(c)},numberDE:function(c,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(c)},digits:function(c,b){return this.optional(b)||/^\d+$/.test(c)},creditcard:function(g,e){if(this.optional(e)){return"dependency-mismatch"}if(/[^0-9-]+/.test(g)){return false}var h=0,d=0,c=false;g=g.replace(/\D/g,"");for(n=g.length-1;n>=0;n--){var b=g.charAt(n);var d=parseInt(b,10);if(c){if((d*=2)>9){d-=9}}h+=d;c=!c}return(h%10)==0},accept:function(c,b,d){d=typeof d=="string"?d.replace(/,/g,"|"):"png|jpe?g|gif";return this.optional(b)||c.match(new RegExp(".("+d+")$","i"))},equalTo:function(c,b,d){return c==a(d).val()}}});a.format=a.validator.format})(jQuery);(function(c){var b=c.ajax;var a={};c.ajax=function(e){e=c.extend(e,c.extend({},c.ajaxSettings,e));var d=e.port;if(e.mode=="abort"){if(a[d]){a[d].abort()}return(a[d]=b.apply(this,arguments))}return b.apply(this,arguments)}})(jQuery);(function(a){a.each({focus:"focusin",blur:"focusout"},function(c,b){a.event.special[b]={setup:function(){if(a.browser.msie){return false}this.addEventListener(c,a.event.special[b].handler,true)},teardown:function(){if(a.browser.msie){return false}this.removeEventListener(c,a.event.special[b].handler,true)},handler:function(d){arguments[0]=a.event.fix(d);arguments[0].type=b;return a.event.handle.apply(this,arguments)}}});a.extend(a.fn,{delegate:function(d,c,b){return this.bind(d,function(e){var g=a(e.target);if(g.is(c)){return b.apply(g,arguments)}})},triggerEvent:function(b,c){return this.triggerHandler(b,[a.event.fix({type:b,target:c})])}})})(jQuery);(function(A){var B="colorbox",q="hover",w=true,R=false,X,m=!A.support.opacity,U=m&&!window.XMLHttpRequest,t="cbox_open",i="cbox_load",s="cbox_complete",K="cbox_cleanup",p="cbox_closed",M="resize.cbox_resize",G,V,W,Q,y,j,T,o,S,N,E,e,d,x,k,I,L,l,H,r,Y,J,c,a,D,h,z,P,v,g,C={transition:"elastic",speed:350,width:R,height:R,innerWidth:R,innerHeight:R,initialWidth:"400",initialHeight:"400",maxWidth:R,maxHeight:R,scalePhotos:w,scrolling:w,inline:R,html:R,iframe:R,photo:R,href:R,title:R,rel:R,opacity:0.9,preloading:w,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:R,overlayClose:w,slideshow:R,slideshowAuto:w,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:R,onLoad:R,onComplete:R,onCleanup:R,onClosed:R};function F(Z,aa){aa=aa==="x"?N.width():N.height();return(typeof Z==="string")?Math.round((Z.match(/%/)?(aa/100)*parseInt(Z,10):parseInt(Z,10))):Z}function u(Z){Z=A.isFunction(Z)?Z.call(D):Z;return P.photo||Z.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function b(){for(var Z in P){if(A.isFunction(P[Z])&&Z.substring(0,2)!=="on"){P[Z]=P[Z].call(D)}}}function O(aa){D=aa;P=A(D).data(B);b();var Z=P.rel||D.rel;if(Z&&Z!=="nofollow"){S=A(".cboxElement").filter(function(){var ab=A(this).data(B).rel||this.rel;return(ab===Z)});z=S.index(D);if(z<0){S=S.add(D);z=S.length-1}}else{S=A(D);z=0}if(!v){v=w;g=w;h=D;h.blur();A().bind("keydown.cbox_close",function(ab){if(ab.keyCode===27){ab.preventDefault();X.close()}}).bind("keydown.cbox_arrows",function(ab){if(S.length>1){if(ab.keyCode===37){ab.preventDefault();H.click()}else{if(ab.keyCode===39){ab.preventDefault();l.click()}}}});if(P.overlayClose){G.css({cursor:"pointer"}).one("click",X.close)}A.event.trigger(t);if(P.onOpen){P.onOpen.call(D)}G.css({opacity:P.opacity}).show();P.w=F(P.initialWidth,"x");P.h=F(P.initialHeight,"y");X.position(0);if(U){N.bind("resize.cboxie6 scroll.cboxie6",function(){G.css({width:N.width(),height:N.height(),top:N.scrollTop(),left:N.scrollLeft()})}).trigger("scroll.cboxie6")}}I.add(H).add(l).add(L).add(k).hide();r.html(P.close).show();X.slideshow();X.load()}X=A.fn.colorbox=function(Z,ab){var aa=this;if(!aa.length){if(aa.selector===""){aa=A(aa);Z.open=w}else{return this}}aa.each(function(){var ac=A.extend({},A(this).data(B)?A(this).data(B):C,Z);A(this).data(B,ac).addClass("cboxElement");if(ab){A(this).data(B).onComplete=ab}});if(Z&&Z.open){O(aa)}return this};X.init=function(){function Z(aa){return A('<div id="cbox'+aa+'"/>')}N=A(window);V=A('<div id="colorbox"/>');G=Z("Overlay").hide();W=Z("Wrapper");Q=Z("Content").append(E=Z("LoadedContent").css({width:0,height:0}),d=Z("LoadingOverlay"),x=Z("LoadingGraphic"),k=Z("Title"),I=Z("Current"),L=Z("Slideshow"),l=Z("Next"),H=Z("Previous"),r=Z("Close"));W.append(A("<div/>").append(Z("TopLeft"),y=Z("TopCenter"),Z("TopRight")),A("<div/>").append(j=Z("MiddleLeft"),Q,T=Z("MiddleRight")),A("<div/>").append(Z("BottomLeft"),o=Z("BottomCenter"),Z("BottomRight"))).children().children().css({"float":"left"});e=A("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");A("body").prepend(G,V.append(W,e));if(m){V.addClass("cboxIE");if(U){G.css("position","absolute")}}Q.children().addClass(q).mouseover(function(){A(this).addClass(q)}).mouseout(function(){A(this).removeClass(q)});Y=y.height()+o.height()+Q.outerHeight(w)-Q.height();J=j.width()+T.width()+Q.outerWidth(w)-Q.width();c=E.outerHeight(w);a=E.outerWidth(w);V.css({"padding-bottom":Y,"padding-right":J}).hide();l.click(X.next);H.click(X.prev);r.click(X.close);A("#last_step_register input#form_email_1784_submit").click(X.close);Q.children().removeClass(q);A(".cboxElement").live("click",function(aa){if(aa.button!==0&&typeof aa.button!=="undefined"){return w}else{O(this);return R}})};X.position=function(ae,ab){var aa,ac=N.height(),Z=Math.max(ac-P.h-c-Y,0)/2+N.scrollTop(),ad=Math.max(document.documentElement.clientWidth-P.w-a-J,0)/2+N.scrollLeft();aa=(V.width()===P.w+a&&V.height()===P.h+c)?0:ae;W[0].style.width=W[0].style.height="9999px";function af(ag){y[0].style.width=o[0].style.width=Q[0].style.width=ag.style.width;x[0].style.height=d[0].style.height=Q[0].style.height=j[0].style.height=T[0].style.height=ag.style.height}V.dequeue().animate({width:P.w+a,height:P.h+c,top:Z,left:ad},{duration:aa,complete:function(){af(this);g=R;W[0].style.width=(P.w+a+J)+"px";W[0].style.height=(P.h+c+Y)+"px";if(ab){ab()}},step:function(){af(this)}})};X.resize=function(ad){if(!v){return}var ab,ac,ag,af,aj,Z,ak,aa=P.transition==="none"?0:P.speed;N.unbind(M);if(!ad){ak=setTimeout(function(){var al=E.wrapInner("<div style='overflow:auto'></div>").children();P.h=al.height();E.css({height:P.h});al.replaceWith(al.children());X.position(aa)},1);return}E.remove();E=A('<div id="cboxLoadedContent"/>').html(ad);function ah(){P.w=P.w||E.width();P.w=P.mw&&P.mw<P.w?P.mw:P.w;return P.w}function ae(){P.h=P.h||E.height();P.h=P.mh&&P.mh<P.h?P.mh:P.h;return P.h}E.hide().appendTo(e).css({width:ah(),overflow:P.scrolling?"auto":"hidden"}).css({height:ae()}).prependTo(Q);A("#cboxPhoto").css({cssFloat:"none"});if(U){A("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(K,function(){this.style.visibility="inherit"})}function ai(al){X.position(al,function(){if(!v){return}if(m){if(Z){E.fadeIn(100)}V[0].style.removeAttribute("filter")}if(P.iframe){E.append("<iframe id='cboxIframe'"+(P.scrolling?" ":"scrolling='no'")+" name='iframe_"+new Date().getTime()+"' frameborder=0 src='"+(P.href||D.href)+"' "+(m?"allowtransparency='true'":"")+" />")}E.show();k.html(P.title||D.title);k.show();if(S.length>1){I.html(P.current.replace(/\{current\}/,z+1).replace(/\{total\}/,S.length)).show();l.html(P.next).show();H.html(P.previous).show();if(P.slideshow){L.show()}}d.hide();x.hide();A.event.trigger(s);if(P.onComplete){P.onComplete.call(D)}if(P.transition==="fade"){V.fadeTo(aa,1,function(){if(m){V[0].style.removeAttribute("filter")}})}N.bind(M,function(){X.position(0)})})}if((P.transition==="fade"&&V.fadeTo(aa,0,function(){ai(0)}))||ai(aa)){}if(P.preloading&&S.length>1){ac=z>0?S[z-1]:S[S.length-1];af=z<S.length-1?S[z+1]:S[0];aj=A(af).data(B).href||af.href;ag=A(ac).data(B).href||ac.href;if(u(aj)){A("<img />").attr("src",aj)}if(u(ag)){A("<img />").attr("src",ag)}}};X.load=function(){var aa,Z,ac,ab=X.resize;g=w;D=S[z];P=A(D).data(B);b();A.event.trigger(i);if(P.onLoad){P.onLoad.call(D)}P.h=P.height?F(P.height,"y")-c-Y:P.innerHeight?F(P.innerHeight,"y"):R;P.w=P.width?F(P.width,"x")-a-J:P.innerWidth?F(P.innerWidth,"x"):R;P.mw=P.w;P.mh=P.h;if(P.maxWidth){P.mw=F(P.maxWidth,"x")-a-J;P.mw=P.w&&P.w<P.mw?P.w:P.mw}if(P.maxHeight){P.mh=F(P.maxHeight,"y")-c-Y;P.mh=P.h&&P.h<P.mh?P.h:P.mh}aa=P.href||A(D).attr("href");d.show();x.show();if(P.inline){A('<div id="cboxInlineTemp" />').hide().insertBefore(A(aa)[0]).bind(i+" "+K,function(){A(this).replaceWith(E.children())});ab(A(aa))}else{if(P.iframe){ab(" ")}else{if(P.html){ab(P.html)}else{if(u(aa)){Z=new Image();Z.onload=function(){var ad;Z.onload=null;Z.id="cboxPhoto";A(Z).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(P.scalePhotos){ac=function(){Z.height-=Z.height*ad;Z.width-=Z.width*ad};if(P.mw&&Z.width>P.mw){ad=(Z.width-P.mw)/Z.width;ac()}if(P.mh&&Z.height>P.mh){ad=(Z.height-P.mh)/Z.height;ac()}}if(P.h){Z.style.marginTop=Math.max(P.h-Z.height,0)/2+"px"}ab(Z);if(S.length>1){A(Z).css({cursor:"pointer"}).click(X.next)}if(m){Z.style.msInterpolationMode="bicubic"}};Z.src=aa}else{A("<div />").appendTo(e).load(aa,function(ad,ae){if(ae==="success"){ab(this)}else{ab(A("<p>Request unsuccessful.</p>"))}})}}}}};X.next=function(){if(!g){z=z<S.length-1?z+1:0;X.load()}};X.prev=function(){if(!g){z=z>0?z-1:S.length-1;X.load()}};X.slideshow=function(){var ab,aa,Z="cboxSlideshow_";L.bind(p,function(){L.unbind();clearTimeout(aa);V.removeClass(Z+"off "+Z+"on")});function ac(){L.text(P.slideshowStop).bind(s,function(){aa=setTimeout(X.next,P.slideshowSpeed)}).bind(i,function(){clearTimeout(aa)}).one("click",function(){ab();A(this).removeClass(q)});V.removeClass(Z+"off").addClass(Z+"on")}ab=function(){clearTimeout(aa);L.text(P.slideshowStart).unbind(s+" "+i).one("click",function(){ac();aa=setTimeout(X.next,P.slideshowSpeed);A(this).removeClass(q)});V.removeClass(Z+"on").addClass(Z+"off")};if(P.slideshow&&S.length>1){if(P.slideshowAuto){ac()}else{ab()}}};X.close=function(){A.event.trigger(K);if(P.onCleanup){P.onCleanup.call(D)}v=R;A().unbind("keydown.cbox_close keydown.cbox_arrows");N.unbind(M+" resize.cboxie6 scroll.cboxie6");G.css({cursor:"auto"}).fadeOut("fast");V.stop(w,R).fadeOut("fast",function(){E.remove();V.css({opacity:1});try{h.focus()}catch(Z){}A.event.trigger(p);if(P.onClosed){P.onClosed.call(D)}})};X.element=function(){return A(D)};X.settings=C;A(X.init)}(jQuery));(function(d){var a={createCookie:function(h,j,k,e){if(k){var g=new Date();g.setTime(g.getTime()+(k*24*60*60*1000));var i="; expires="+g.toGMTString()}else{var i=""}if(typeof(e)!="undefined"){cdomain="; domnain="+e}else{cdomain=""}document.cookie=h+"="+j+i+"; path=/"+cdomain},readCookie:function(g){var k=g+"=";var e=document.cookie.split(";");for(var h=0;h<e.length;h++){var j=e[h];while(j.charAt(0)==" "){j=j.substring(1,j.length)}if(j.indexOf(k)==0){return j.substring(k.length,j.length)}}return false}};var c={initialize:function(){d("a.favourite-game").click(function(){var e=d(this).attr("rel");if(e){a.createCookie("uwin-favourite-game",e,365);console.log(a.readCookie("uwin-favourite-game"))}})}};var b={initialize:function(){d(".form-errors").hide();var e={validClass:"valid",rules:{"q1342:q1":"required","q1342:q5":{required:true,email:true},"q1342:q2":"required","q1342:q6":{required:true,email:true},"q1342:q3":"required"}};d("#form_email_1342").validate(e)}};d(document).ready(function(){d(".colorbox").colorbox({iframe:true,width:"660px",height:"685px"});d(".help_colorbox").colorbox({iframe:true,width:"886px",height:"685px"});d(".register_colorbox").colorbox({iframe:true,width:"578px",height:"685px"});d(".forgotten_details_colorbox").colorbox({iframe:true,width:"578px",height:"550px"});d(".payment_colorbox").colorbox({iframe:true,width:"870px",height:"640px"});d(".variation").colorbox({iframe:false,width:"420px",height:"230px",scrolling:false});d("input[value=fractions]").click(function(){d("span.dec").hide();d("span.frac").show();a.createCookie("format","fraction",365)});d("input[value=decimals]").click(function(){d("span.frac").hide();d("span.dec").show();a.createCookie("format","decimal",365)});d().bind("cbox_complete",function(){d("a#go").click(function(h){h.preventDefault();var g=d("input[name='variation']:checked").val();d.fn.colorbox.close();if(g){window.location.replace(g)}})});b.initialize();c.initialize()});d(".sub-flags").hide();d("#flags .active").mouseover(function(){d(this).children("ul").show()}).mouseout(function(){d(this).children("ul").hide()})})(jQuery);sprintfWrapper={init:function(){if(typeof arguments=="undefined"){return null}if(arguments.length<1){return null}if(typeof arguments[0]!="string"){return null}if(typeof RegExp=="undefined"){return null}var c=arguments[0];var g=new RegExp(/(%([%]|(\-)?(\+|\x20)?(0)?(\d+)?(\.(\d)?)?([bcdfosxX])))/g);var k=new Array();var o=new Array();var l=0;var d=0;var m=0;var e=0;var a="";var j=null;while(j=g.exec(c)){if(j[9]){l+=1}d=e;m=g.lastIndex-j[0].length;o[o.length]=c.substring(d,m);e=g.lastIndex;k[k.length]={match:j[0],left:j[3]?true:false,sign:j[4]||"",pad:j[5]||" ",min:j[6]||0,precision:j[8],code:j[9]||"%",negative:parseInt(arguments[l])<0?true:false,argument:String(arguments[l])}}o[o.length]=c.substring(e);if(k.length==0){return c}if((arguments.length-1)<l){return null}var b=null;var j=null;var h=null;for(h=0;h<k.length;h++){if(k[h].code=="%"){substitution="%"}else{if(k[h].code=="b"){k[h].argument=String(Math.abs(parseInt(k[h].argument)).toString(2));substitution=sprintfWrapper.convert(k[h],true)}else{if(k[h].code=="c"){k[h].argument=String(String.fromCharCode(parseInt(Math.abs(parseInt(k[h].argument)))));substitution=sprintfWrapper.convert(k[h],true)}else{if(k[h].code=="d"){k[h].argument=String(Math.abs(parseInt(k[h].argument)));substitution=sprintfWrapper.convert(k[h])}else{if(k[h].code=="f"){k[h].argument=String(Math.abs(parseFloat(k[h].argument)).toFixed(k[h].precision?k[h].precision:6));substitution=sprintfWrapper.convert(k[h])}else{if(k[h].code=="o"){k[h].argument=String(Math.abs(parseInt(k[h].argument)).toString(8));substitution=sprintfWrapper.convert(k[h])}else{if(k[h].code=="s"){k[h].argument=k[h].argument.substring(0,k[h].precision?k[h].precision:k[h].argument.length);substitution=sprintfWrapper.convert(k[h],true)}else{if(k[h].code=="x"){k[h].argument=String(Math.abs(parseInt(k[h].argument)).toString(16));substitution=sprintfWrapper.convert(k[h])}else{if(k[h].code=="X"){k[h].argument=String(Math.abs(parseInt(k[h].argument)).toString(16));substitution=sprintfWrapper.convert(k[h]).toUpperCase()}else{substitution=k[h].match}}}}}}}}}a+=o[h];a+=substitution}a+=o[h];return a},convert:function(b,d){if(d){b.sign=""}else{b.sign=b.negative?"-":b.sign}var a=b.min-b.argument.length+1-b.sign.length;var c=new Array(a<0?0:a).join(b.pad);if(!b.left){if(b.pad=="0"||d){return b.sign+c+b.argument}else{return c+b.sign+b.argument}}else{if(b.pad=="0"||d){return b.sign+b.argument+c.replace(/0/g," ")}else{return b.sign+b.argument+c}}}};sprintf=sprintfWrapper.init;var _=function(g){var c={"Acceptable, awaiting confirmation.":{FR:"Acceptable, en attente de confirmation. ",ES:"Aceptable, en espera de confirmación. ",DE:"Acceptable Erwartung einer entsprechenden Bestätigung. ",PL:"Dopuszczalne jest potwierdzenie czeka. ",GR:"",CZ:"",HU:"Elfogadható, megerősítést várva. ",TU:""},"Your transfer has been successfully completed.":{FR:"",ES:"Su transferencia ha sido completada satisfactoriamente",DE:"Sie haben erfolgreich Geld transferiert.",PL:"",GR:"",CZ:"",HU:"",TU:""},"You currently do not have enough funds to submit this betslip.":{FR:"",ES:"Actualmente usted no posee de suficientes fondos para someter esta apuesta",DE:"Momentan verfügen Sie nicht über ausreichend Guthaben um Ihre Wette abzuschließen.",PL:"",GR:"",CZ:"",HU:"",TU:""},"It seems that you don't have a Poker account set up already. Press OK to create a poker account, or press Cancel to continue.":{FR:"",ES:"Al parecer no posee una cuenta establecida de Póker. Presione OK para crear una cuenta en Póker, o presione Cancerlar para continuar",DE:'Sie haben noch kein Pokerkonto angelegt. Bitte klicken Sie "Bestätigen" um ein neues Pokerkonto anzulegen oder "Abbrechen" um fortzufahren.',PL:"",GR:"",CZ:"",HU:"",TU:""},"You still have EUR %s in bonus funds and cannot transfer your chips to your main account until you have met the wagering requirements. Please contact support if you have any questions.":{FR:"",ES:"Aún dispone de %s EUR en fondos de bonos y no puede transferir sus fichas a su cuenta principal hasta que haya cumplido con los requisitos de apuesta. Por favor, póngase en contacto con soporte si tiene alguna pregunta.",DE:"Sie haben noch %s EUR Bonusguthaben. Sie haben die Bonusbestimmungen leider noch nicht erfüllt und können das Guthaben deshalb nicht auf Ihr Hauptkonto übertragen. Bitte kontaktieren Sie Ihr YouWin Beratungs- Team wenn Sie weitere Fragen haben.",PL:"",GR:"",CZ:"",HU:"",TU:""},"You currently have EUR %s in casino bonus funds. By proceeding with this transfer, you will forfeit all of your bonus funds.":{FR:"",ES:"Actualmente tiene %s EUR en fondos de bonos de casino. Al proceder a esta transferencia, usted perderá todos los fondos del bono.",DE:"Ihr Casino- Bonusguthaben beträgt: %s EUR. Wenn Sie die Auszahlung dennoch vornehmen möchten, verfällt Ihr Bonusguthaben.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Accumulators / Multiples":{FR:"Accumulateurs / Multiples ",ES:"Acumuladores / Múltipless ",DE:"Akkumulatoren / Multiples ",PL:"Akumulatory / kombinacyjne ",GR:"",CZ:"",HU:"Akkumulátorok / üzletláncok ",TU:""},"Amount to transfer is higher than your balance.":{FR:"Le montant à transférer est supérieur à votre solde. ",ES:"Importe de la transferencia es mayor que su saldo. ",DE:"Zu überweisende Betrag höher ist als Ihr Kontostand. ",PL:"Kwota transferu jest wyższy niż równowagi. ",GR:"",CZ:"",HU:"Összeg át magasabb, mint az egyenlegét. ",TU:""},"Answer is required":{FR:"La réponse est requise ",ES:"Respuesta que se requiere ",DE:"Antwort erforderlich ist ",PL:"Odpowiedź jest wymagane ",GR:"",CZ:"",HU:"Adja meg a ",TU:""},"Bad Password":{FR:"Mauvais mot de passe ",ES:"Mala Contraseña ",DE:"Ungültiges Passwort ",PL:"Bad Hasło ",GR:"",CZ:"",HU:"Hibás jelszó ",TU:""},"Band value changed.":{FR:"Band valeur changée. ",ES:"Valor banda cambió. ",DE:"Band-Wert geändert. ",PL:"Wartość grupa zmieniła. ",GR:"",CZ:"",HU:"Band érték megváltozott. ",TU:""},"Bet Again":{FR:"Mise à nouveau ",ES:"Apuesta de nuevo ",DE:"erneut wetten ",PL:"Nowe zakłady ",GR:"",CZ:"",HU:"Bet Again ",TU:""},"Bet ID":{FR:"Pariez ID ",ES:"Apuesta ID ",DE:"Bet-ID ",PL:"Zakład ID ",GR:"",CZ:"",HU:"Bet ID ",TU:""},"Bet Receipt":{FR:"Reçu de vos paris ",ES:"Recibo de la apuesta ",DE:"Wetten Quittung ",PL:"Kupon ",GR:"",CZ:"",HU:"Fogadj Receipt ",TU:""},Bets:{FR:"Paris ",ES:"Apuestas ",DE:"Wetten ",PL:"Zakłady ",GR:"",CZ:"",HU:"Fogadást ",TU:""},"Bet Slip":{FR:"Pari ",ES:"Boleto de apuestas ",DE:"Wettschein ",PL:"Kupon Zakładów ",GR:"",CZ:"",HU:"Slip fogadás ",TU:""},"Bet Type":{FR:"Type de pari ",ES:"Tipo de apuesta ",DE:"Wetttyp ",PL:"Typ zakladów ",GR:"",CZ:"",HU:"Bet típus ",TU:""},"Card number":{FR:"Numéro de carte ",ES:"Número de tarjeta ",DE:"Kartennummer ",PL:"Numer karty kredytowej ",GR:"",CZ:"",HU:"Kártyaszámot ",TU:""},"Card registration successful.":{FR:"Carte d'inscription réussie. ",ES:"Tarjeta de Registro satisfactoriamente. ",DE:"Card Registrierung erfolgreich. ",PL:"Karta rejestracji sukces. ",GR:"",CZ:"",HU:"Card regisztráció sikeres volt. ",TU:""},"Card Security code":{FR:"Carte à code de sécurité ",ES:"Código de seguridad de Tarjeta ",DE:"Card Security Code ",PL:"Kod bezpieczeństwa karty ",GR:"",CZ:"",HU:"Kártya Biztonsági kód ",TU:""},"characters long":{FR:"caractères ",ES:"longitud de los caracteres ",DE:"Zeichen lang sein ",PL:"znaków ",GR:"",CZ:"",HU:"karakter hosszú ",TU:""},"Click here":{FR:"Cliquez ici ",ES:"Haga clic aquí ",DE:"Klicken Sie hier ",PL:"Kliknij tutaj ",GR:"",CZ:"",HU:"Kattintson ide, ",TU:""},"Deposit method":{FR:"",ES:"",DE:"Einzahlung metode",PL:"Metoda platnosci",GR:"",CZ:"",HU:"",TU:""},"Clicking the button below will take you to the Moneybookers site where you can finish the deposit process.":{FR:"En cliquant sur le bouton ci-dessous vous mènera vers le site de Moneybookers où vous pouvez terminer le processus de dépôt. ",ES:"Al hacer clic en el botón de abajo te llevará al sitio de Moneybookers donde podrá finalizar el proceso de depósito. ",DE:"Um die Moneybookers Einzahlung zu bestätigen, klicken Sie bitte die Schaltfläche “Einzahlen“. Diese linkt Sie auf die Moneybookers Einzahlungs- Seite. ",PL:"Kliknięcie poniższego przycisku przeniesie Cię do witryny Moneybookers, gdzie można zakończyć proces depozytu. ",GR:"",CZ:"",HU:"Az alábbi gombra kattintva elviszi a Moneybookers oldalon, ahol befejezte a betét folyamat. ",TU:""},Close:{FR:"Fermer ",ES:"Cerrar ",DE:"Schließen ",PL:"Blisko ",GR:"",CZ:"",HU:"Bezár ",TU:""},Confirm:{FR:"Confirmer ",ES:"Confirmar ",DE:"Bestätigen ",PL:"Potwierdź ",GR:"",CZ:"",HU:"Megerősíteni ",TU:""},"Contains invalid characters":{FR:"Contient des caractères incorrects ",ES:"Contiene caracteres inválidos ",DE:"Eingabe enthält ungültige Zeichen ",PL:"Zawiera niedozwolone znaki ",GR:"",CZ:"",HU:"Érvénytelen karaktereket tartalmaz ",TU:""},"Country has been updated.":{FR:"Pays a été mis à jour. ",ES:"El país ha sido actualizado. ",DE:"Land wurde aktualisiert. ",PL:"Wieś została zaktualizowana. ",GR:"",CZ:"",HU:"Ország frissítésre került. ",TU:""},"Current balance":{FR:"Balance courante ",ES:"Balance actual ",DE:"Aktueller Kontostand ",PL:"Aktualne saldo ",GR:"",CZ:"",HU:"Aktuális egyenleg ",TU:""},"Current offered EachWay changed.":{FR:"Courants offerts EachWay changé. ",ES:"Actuales que se ofrecen EachWay cambiado. ",DE:"Aktuelle angeboten EachWay verändert. ",PL:"Obecny oferowane EachWay zmianie. ",GR:"",CZ:"",HU:"Jelenlegi kínált EachWay megváltozott. ",TU:""},"Current offered Handicap value changed.":{FR:"Courants offerts Handicap valeur changée. ",ES:"los valores del Handicap ofrecidos actualmente han sido cambiados. ",DE:"Aktuelle angeboten Handicap-Wert geändert. ",PL:"Aktualna wartość oferowanych Handicap zmianie. ",GR:"",CZ:"",HU:"Jelenlegi kínált hendikep értéke megváltozott. ",TU:""},"Current offered price changed.":{FR:"En prix courants offerts changé. ",ES:"Precio ofrecido actual ha sido cambiado. ",DE:"Aktuelle angebotene Preis verändert. ",PL:"Obecny oferowana cena zmianie. ",GR:"",CZ:"",HU:"Aktuális árajánlatot megváltozott. ",TU:""},"Day is required":{FR:"Jour est nécessaire ",ES:"Día es necesario ",DE:"Tag wird benötigt ",PL:"Dzień jest wymagane ",GR:"",CZ:"",HU:"Napra van szükség ",TU:""},Deposit:{FR:"Caution ",ES:"Depósite ",DE:"Einzahlung ",PL:"Depozyt ",GR:"",CZ:"",HU:"Letétet ",TU:""},"Deposit amount":{FR:"Montant du dépôt ",ES:"Cantidad del depósito ",DE:"Einzahlungsbetrag ",PL:"Kwota depozytu ",GR:"",CZ:"",HU:"Befizetési összeget ",TU:""},"Deposit & Bet":{FR:"Dépôt et Bet ",ES:"Depósite y apueste ",DE:"Einzahlen & Wetten ",PL:"Depozytowe i Zakładu ",GR:"",CZ:"",HU:"Deposit & Bet ",TU:""},"Deposit complete.":{FR:"Caution complète. ",ES:"Depósito completo. ",DE:"Einzahlung beendet. ",PL:"Depozyt zakończony. ",GR:"",CZ:"",HU:"Deposit kész. ",TU:""},"Each Way":{FR:"Chaque Way ",ES:"Each Way ",DE:"Each Way ",PL:"Each Way ",GR:"",CZ:"",HU:"Erre ",TU:""},Error:{FR:"Erreur ",ES:"Error ",DE:"Fehler ",PL:"Błąd ",GR:"",CZ:"",HU:"Hibát ",TU:""},"Estimated Returns":{FR:"Estimation de retour ",ES:"Posible ganancia ",DE:"Gewinn Chance ",PL:"Szacowana wygrana ",GR:"",CZ:"",HU:"Becsült Returns ",TU:""},Expand:{FR:"Expand ",ES:"Expandir ",DE:"Expand ",PL:"Expand ",GR:"",CZ:"",HU:"Kiterjesztéshez ",TU:""},"Expand All":{FR:"Développer tout ",ES:"Expandir todo ",DE:"Expand All ",PL:"Rozwiń wszystkie ",GR:"",CZ:"",HU:"Az összes kibontása ",TU:""},"Failed to register":{FR:"Échec de l'enregistrement ",ES:"No se ha podido registrar ",DE:"Failed to register ",PL:"Nie udało się zarejestrować ",GR:"",CZ:"",HU:"Nem sikerült regisztrálni ",TU:""},"Free bets voucher":{FR:"Paris voucher gratuit ",ES:"Bono de apuestas gratis ",DE:"Gratiswette(n) ",PL:"Darmowe zakłady voucher ",GR:"",CZ:"",HU:"Ingyenes fogadások utalvány ",TU:""},"Go to moneybookers":{FR:"Aller à Moneybookers ",ES:"Ir a Moneybookers ",DE:"Einzahlen ",PL:"Przejdź do Moneybookers ",GR:"",CZ:"",HU:"Go to Moneybookers ",TU:""},"Incorrect data":{FR:"Données incorrectes ",ES:"Datos incorrectos ",DE:"Falsche Daten ",PL:"Niepoprawne dane ",GR:"",CZ:"",HU:"Helytelen adatok ",TU:""},"Incorrect old password":{FR:"Ancien mot de passe incorrect ",ES:"Contraseña actual es incorrecta ",DE:"Falsche alte Passwort ",PL:"Nieprawidłowe stare hasło ",GR:"",CZ:"",HU:"Hibás régi jelszó ",TU:""},"Internal database error.":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Language has been updated":{FR:"Le langage a été mis à jour ",ES:"El idioma ha sido actualizada ",DE:"Sprache wurde aktualisiert ",PL:"Język został zaktualizowany ",GR:"",CZ:"",HU:"Nyelv frissült ",TU:""},"Last used on":{FR:"Dernière utilisé sur ",ES:"Ultima vez utilizado ",DE:"Zuletzt verwendet am ",PL:"Ostatnio używane na ",GR:"",CZ:"",HU:"Utoljára használt ",TU:""},"line(s) at":{FR:"ligne (s) à ",ES:"línea (s) en ",DE:"Linie (n) an ",PL:"wiersz (e) w ",GR:"",CZ:"",HU:"sor (s) ",TU:""},"Logged in":{FR:"Connecté ",ES:"Conectado ",DE:"Eingeloggt ",PL:"Zalogowani ",GR:"",CZ:"",HU:"Logged in ",TU:""},"Logging in":{FR:"Connexion ",ES:"Inicio de sesión ",DE:"Einloggen ",PL:"Logowanie ",GR:"",CZ:"",HU:"Bejelentkezéshez ",TU:""},"Login is already taken":{FR:"Connectez-vous est déjà pris ",ES:"Ingreso ya ha sido tomado ",DE:"Benutzername bereits vergeben ",PL:"Login jest już zajęta ",GR:"",CZ:"",HU:"Login már foglalt ",TU:""},"Maximum takeout exceeded.":{FR:"Maximum emporter dépassé. ",ES:"El máximo de apuestas ha sido excedido. ",DE:"Maximale Mitnehmen überschritten. ",PL:"Wywoławcza Maksymalna przekroczone. ",GR:"",CZ:"",HU:"Maximum étel hazavitelre túllépni. ",TU:""},"Minimum deposit":{FR:"Minimal dépôt ",ES:"Depósito mínimo ",DE:"Mindest- Einzahlung ",PL:"Minimalny depozyt ",GR:"",CZ:"",HU:"Minimálisan letéti ",TU:""},"Minimum withdraw":{FR:"Minimal retirer ",ES:"Retiro mínimo ",DE:"Mindest- Betrag ",PL:"Minimalna wycofać ",GR:"",CZ:"",HU:"Minimális vissza ",TU:""},"Minimum withdrawal":{FR:"Minimal retrait ",ES:"Retiro mínimo ",DE:"Minimal Rücknahme ",PL:"Wycofanie Minimal ",GR:"",CZ:"",HU:"Minimális visszavonása ",TU:""},"Month is required":{FR:"Mois est nécessaire ",ES:"El mes se requiere ",DE:"Monat wird benötigt ",PL:"Miesiąc jest wymagane ",GR:"",CZ:"",HU:"Hónap van szükség ",TU:""},"Must be at least":{FR:"Doit être au moins ",ES:"Debe tener al menos ",DE:"Muss mindestens ",PL:"Musi być co najmniej ",GR:"",CZ:"",HU:"Kell lennie legalább ",TU:""},"Must be at least 3 characters long":{FR:"Doit être d'au moins 3 caractères ",ES:"Debe tener al menos 3 caracteres ",DE:"Muss mindestens 3 Zeichen lang sein ",PL:"Musi być co najmniej 3 znaki ",GR:"",CZ:"",HU:"Legyen legalább 3 karakter hosszú ",TU:""},"Must be at least 6 characters long":{FR:"Doit être d'au moins 6 caractères ",ES:"Debe tener al menos 6 caracteres ",DE:"Muss mindestens 6 Zeichen lang sein ",PL:"Musi wynosić co najmniej 6 znaków ",GR:"",CZ:"",HU:"Legyen legalább 6 karakter hosszú ",TU:""},"Must be less than 12 characters long":{FR:"Doit être inférieure à 12 caractères de long ",ES:"Debe ser inferior a 12 caracteres de longitud ",DE:"Muss weniger als 12 Zeichen lang sein ",PL:"Musi być mniejsza niż 12 znaków ",GR:"",CZ:"",HU:"Kisebbnek kell lennie, mint 12 karakter hosszú ",TU:""},"No bets are selected.":{FR:"Aucun pari sont sélectionnés. ",ES:"No hay apuestas son seleccionados. ",DE:"Keine Wetten ausgewählt. ",PL:"Nie wszystkie zakłady zostaną wybrane. ",GR:"",CZ:"",HU:"Nincs fogadás kiválasztva. ",TU:""},"Open Bets":{FR:"Open paris ",ES:"Abrir las apuestas ",DE:"Open Wetten ",PL:"Otwarte zakłady ",GR:"",CZ:"",HU:"Open fogadás ",TU:""},"Passwords does not match":{FR:"Les mots de passe ne correspond pas ",ES:"Las contraseñas no coinciden ",DE:"Passwörter nicht überein ",PL:"Hasła nie pasuje ",GR:"",CZ:"",HU:"A jelszavak nem egyeznek ",TU:""},"Password successfully changed.":{FR:"Mot de passe changé avec succès. ",ES:"Contraseña cambiado correctamente. ",DE:"Kennwort erfolgreich geändert. ",PL:"Hasło zostało zmienione. ",GR:"",CZ:"",HU:"Jelszó sikeresen megváltoztatva. ",TU:""},"Password was not changed":{FR:"Mot de passe n'a pas été modifié ",ES:"La contraseña no se ha cambiado ",DE:"Passwort wurde nicht geändert ",PL:"Hasło nie zostało zmienione ",GR:"",CZ:"",HU:"Jelszó nem változott ",TU:""},"per line":{FR:"par ligne ",ES:"por línea ",DE:"pro Zeile ",PL:"na linię ",GR:"",CZ:"",HU:"sorba ",TU:""},"Place as free bets":{FR:"Place que les paris gratuits ",ES:"Marcar como apuesta gratis ",DE:"Als Gratiswette platzieren ",PL:"Obstaw jako darmowy zakład ",GR:"",CZ:"",HU:"Helyen szabad fogadások ",TU:""},"Place Bet":{FR:"Placer le pari ",ES:"Hacer apuesta ",DE:"Wette platzieren ",PL:"Złóż zakład ",GR:"",CZ:"",HU:"Fogadás ",TU:""},"Place Bets":{FR:"Placer des paris ",ES:"Las apuestas hechas ",DE:"Wettschein ",PL:"Zakłady ",GR:"",CZ:"",HU:"Fogadásaikat ",TU:""},"Please enter amount to transfer":{FR:"S'il vous plaît entrez le montant à transférer ",ES:"Por favor, introduzca importe de la transferencia ",DE:"Bitte geben Sie zu überweisende Betrag ",PL:"Proszę podać kwotę do przeniesienia ",GR:"",CZ:"",HU:"Kérjük, adja meg az összeget át ",TU:""},"Please try again later.":{FR:"S'il vous plaît essayer à nouveau plus tard. ",ES:"Por favor, inténtelo de nuevo más tarde. ",DE:"Bitte versuchen Sie es später erneut. ",PL:"Prosimy spróbować ponownie później. ",GR:"",CZ:"",HU:"Please try again later. ",TU:""},"Please wait...":{FR:"S'il vous plaît patienter ... ",ES:"Por favor, espere ... ",DE:"Bitte warten ... ",PL:"Proszę czekać ... ",GR:"",CZ:"",HU:"Kérem, várjon ... ",TU:""},"Please wait, processing transaction...":{FR:"S'il vous plaît patienter, le traitement des transactions ... ",ES:"Por favor, espere, procesamiento de transacciones ... ",DE:"Bitte warten, Verarbeitung Transaktion ... ",PL:"Proszę czekać, przetwarzania transakcji ... ",GR:"",CZ:"",HU:"Kérjük, várjon, a feldolgozás ügyletet ... ",TU:""},"Potential returns":{FR:"Un potentiel de rendement ",ES:"Devoluciones potenciales ",DE:"Gewinnchance ",PL:"Potencjalny zysk ",GR:"",CZ:"",HU:"Potenciális megtérülés ",TU:""},register:{FR:"registre",ES:"regístrese",DE:"registrieren",PL:"zarejestruj się",GR:"",CZ:"",HU:"nyilvántartásba ",TU:""},Requirements:{FR:"Exigences ",ES:"Requisitos ",DE:"Bedarf ",PL:"Wymagania ",GR:"",CZ:"",HU:"Követelményeinek ",TU:""},Selections:{FR:"Sélections ",ES:"Selecciones ",DE:"Selections ",PL:"Selections ",GR:"",CZ:"",HU:"Kijelölések ",TU:""},"Sorry, you have insufficient funds available. Please deposit to place your bet.":{FR:"Désolé, vous n'avez pas suffisamment de fonds disponibles. S'il vous plaît dépôt pour placer votre pari. ",ES:"Lo sentimos, usted tiene disponibles fondos suficientes. Por favor, depósito para realizar su apuesta. ",DE:"Unzureichendes Guthaben. Bitte wählen Sie einen niedrigeren Einsatz oder laden Sie Ihr Konto auf. ",PL:"Przepraszamy, nie ma wystarczających dostępnych środków. Prosimy o wpłaty na miejscu zakładu. ",GR:"",CZ:"",HU:"Sajnáljuk, nincs elegendő rendelkezésre álló források. Kérem dobjon helyezni a tétet. ",TU:""},"Stakes were reoffered.":{FR:"Enjeux étaient replacées. ",ES:"Las estacas se volverá a ofrecer. ",DE:"Quotenänderung. Bitte bestätigen. ",PL:"Stawki zostały ponownie zaoferowana. ",GR:"",CZ:"",HU:"Tétek ismét felajánlja. ",TU:""},"Success!":{FR:"Succès! ",ES:"¡Éxito! ",DE:"Erfolg! ",PL:"Sukces! ",GR:"",CZ:"",HU:"Siker! ",TU:""},"Success! ":{FR:"Succès! ",ES:" ",DE:"Erfolg! ",PL:"Sukces! ",GR:"",CZ:"",HU:"Siker! ",TU:""},"Successfully logged in. Please wait.":{FR:"",ES:"Conectado. Por favor espere. ",DE:"Willkommen. Bitte warten Sie einen Moment. ",PL:"Pomyślnie zalogowany Proszę czekać. ",GR:"",CZ:"",HU:"Sikeresen bejelentkezve Kérem, várjon. ",TU:""},Suggestions:{FR:"Suggestions ",ES:"Sugerencias ",DE:"Vorschläge ",PL:"Sugestie ",GR:"",CZ:"",HU:"Javaslatokkal ",TU:""},"The deposit transaction was cancelled.":{FR:"L'opération de dépôt a été annulé. ",ES:"La operación de depósito fue cancelado. ",DE:"Die Einzahlung wurde abgebrochen. ",PL:"Transakcji depozyt został odwołany. ",GR:"",CZ:"",HU:"A betéti ügyletet törölték. ",TU:""},"The deposit transaction was successful!":{FR:"L'opération de dépôt a réussi! ",ES:"La operación de depósito fue un éxito! ",DE:"Die Einzahlung war erfolgreich! ",PL:"Transakcji depozytowych było udane! ",GR:"",CZ:"",HU:"A betéti tranzakció sikeres volt! ",TU:""},"The old password you entered does not match our records. Please try again.":{FR:"L'ancien mot de passe que vous avez entré ne correspond pas à nos dossiers. S'il vous plaît essayez de nouveau. ",ES:"La antigua contraseña que ha introducido no coincide con nuestros registros. Por favor, inténtelo de nuevo. ",DE:"Falsche Passwort. Bitte versuchen Sie es erneut. ",PL:"Stare hasło podane nie pasuje do naszych danych. Please try again. ",GR:"",CZ:"",HU:"A régi megadott jelszó nem egyezik meg rekordokat. Kérjük, próbálja újra. ",TU:""},"There are no bets made.":{FR:"Il n'ya pas de mises effectuées. ",ES:"No hay apuestas realizadas. ",DE:"Bitte setzen Sie ihren Einsatz.. ",PL:"Nie ma zakładów wykonane. ",GR:"",CZ:"",HU:"Nincsenek tett fogadásokat. ",TU:""},"There are no current bets available":{FR:"Il n'ya pas de paris actuellement disponibles ",ES:"No hay apuestas disponibles actualmente ",DE:"Es stehen aktuell keine Wetten zur Verfügung. ",PL:"Nie ma bieżącej zakładów ",GR:"",CZ:"",HU:"Nincsenek jelenleg rendelkezésre álló fogadás ",TU:""},"There was an error processing the transaction.":{FR:"Il ya eu une erreur de traitement de la transaction. ",ES:"Hubo un error al procesar la transacción. ",DE:"Fehler beim bearbeiten der Transaktion. ",PL:"Wystąpił błąd podczas przetwarzania transakcji. ",GR:"",CZ:"",HU:"Hiba a tranzakció feldolgozása. ",TU:""},"There was an error processing the transaction. Deposit failed.":{FR:"Il ya eu une erreur de traitement de la transaction. Dépôt échoué. ",ES:"Hubo un error al procesar la transacción. Depósito fracasado. ",DE:"Fehler beim bearbeiten der Transaktion. Überweisung fehlgeschlagen. ",PL:"Wystąpił błąd podczas przetwarzania transakcji. Depozyt nie. ",GR:"",CZ:"",HU:"Hiba a tranzakció feldolgozása. Deposit nem sikerült. ",TU:""},"There was an error while transfering funds":{FR:"Il ya eu une erreur lors du transfert de fonds ",ES:"Se produjo un error durante la transferencia de fondos de ",DE:"Es gab einen Fehler beim Transfer, bitte versuchen Sie es erneut. ",PL:"Wystąpił błąd podczas przesyłania funduszy ",GR:"",CZ:"",HU:"Hiba történt, miközben a pénzeszközök átcsoportosítását ",TU:""},"The withdraw transaction was cancelled":{FR:"Le retrait de transaction a été annulée ",ES:"El reintegro fue cancelado ",DE:"Die Transaktion wurde abgebrochen ",PL:"Wycofanie transakcji została anulowana ",GR:"",CZ:"",HU:"Visszavonja az ügyletet törölték ",TU:""},"The withdraw transaction was successful!":{FR:"Le retrait de transaction a été réussie! ",ES:"El reintegro fue un éxito! ",DE:"Erfolgreiche Transaktion! ",PL:"Wycofanie transakcji było udane! ",GR:"",CZ:"",HU:"Visszavonja a tranzakció sikeres volt! ",TU:""},"This field is required":{FR:"Ce champ est obligatoire ",ES:"Este campo es obligatorio ",DE:"Pflichtfeld ",PL:"To pole jest wymagane ",GR:"",CZ:"",HU:"A mező kitöltése kötelező ",TU:""},"to change your details":{FR:"pour modifier votre ",ES:"para cambiar su criterio ",DE:"Ihre Daten ändern ",PL:"zmienić swoje dane ",GR:"",CZ:"",HU:"megváltoztatni a részleteket ",TU:""},"To select a bet click on a price.":{FR:"Pour sélectionner un pari, cliquez sur un prix. ",ES:"Para seleccionar una apuesta haz clic sobre el precio. ",DE:"Bitte klicken Sie auf eine Quoten um zu wetten. ",PL:"Aby wybrać zakład kliknij na cenę. ",GR:"",CZ:"",HU:"A fogadás megtételéhez kattintson az árát. ",TU:""},"Total cost":{FR:"Coût total ",ES:"Coste total ",DE:"Gesamtkosten ",PL:"Koszt całkowity ",GR:"",CZ:"",HU:"Összköltség ",TU:""},"Total stake":{FR:"Total jeu. ",ES:"Coste total: ",DE:"Gesamteinsatz ",PL:"Łączna stawka ",GR:"",CZ:"",HU:"Összes tét ",TU:""},"Total Stake":{FR:"Total Stake ",ES:"Coste total ",DE:"Gesamteinsatz ",PL:"Łączna stawka ",GR:"",CZ:"",HU:"Tét Összesen ",TU:""},"Total stake for this bet":{FR:"Total enjeu pour ce pari ",ES:"Coste total de la apuesta ",DE:"Wetteinsatz ",PL:"Razem stawka dla tego zakładu ",GR:"",CZ:"",HU:"Összes tét a fogadást ",TU:""},"Unit Stake":{FR:"Unité Stake ",ES:"Apuesta unitaria ",DE:"Einsatz pro Wette ",PL:"Stawka ",GR:"",CZ:"",HU:"Egységnyi Tét ",TU:""},"Username taken.":{FR:"Nom d'utilisateur prises. ",ES:"Nombre de usuario adoptadas. ",DE:"Benutzername übernommen. ",PL:"Nazwa użytkownika podjęte. ",GR:"",CZ:"",HU:"Username venni. ",TU:""},Win:{FR:"Win ",ES:"Win ",DE:"Win ",PL:"Win ",GR:"",CZ:"",HU:"Megnyerni ",TU:""},"Your withdrawal has been sent for authorisation.":{FR:"",ES:"Su reintegro ha sido enviado para su autorización.",DE:"Ihre Auszahlung wird geprüft.",PL:"Wypłata zakończona została przekazana do akceptacji.",GR:"",CZ:"",HU:"Visszavonja kész. ",TU:""},"Year is required":{FR:"Ans est nécessaire ",ES:"Se requiere el año ",DE:"Jahr wird benötigt ",PL:"Rok jest wymagany ",GR:"",CZ:"",HU:"Évre van szükség ",TU:""},"You are not logged in, please login or":{FR:"Vous n'êtes pas connecté, s'il vous plaît connecter ou vous ",ES:"No ha entrado en su cuenta. Por favor ingrese o ",DE:"Sie sind nicht angemeldet, bitte melde dich an oder ",PL:"Nie jesteś zalogowany, zaloguj lub ",GR:"",CZ:"",HU:"Ön nincs bejelentkezve, jelentkezzen be, vagy ",TU:""},"You have successfully changed your password.":{FR:"Vous avez réussi à changer votre mot de passe. ",ES:"Por favor, confirme el cambio de su contraseña en youwin.com",DE:"Sie haben Ihr YouWin Passwort erfolgreich geändert. ",PL:"Ci którym udało się zmienić swoje hasło. ",GR:"",CZ:"",HU:"Sikeresen megváltozott a jelszót. ",TU:""},"You must login before placing bet.":{FR:"Vous devez vous connecter avant de placer pari. ",ES:"Debe ingresar antes de realizar una apuesta. ",DE:"Bitte anmelden bevor Sie wetten. ",PL:"Musisz zalogować się przed wprowadzeniem zakładu. ",GR:"",CZ:"",HU:"Be kell jelentkezned leadása előtt fogadást. ",TU:""},"Your bet awaits confirmation":{FR:"Votre pari attend la confirmation ",ES:"Su apuesta está en espera de confirmación ",DE:"Ihr Einsatz erwartet Bestätigung ",PL:"Twój zakład czeka na potwierdzenie ",GR:"",CZ:"",HU:"Megerősítését várja el a bet ",TU:""},"Your bet has been placed successfully":{FR:"Votre pari a été placé avec succès ",ES:"Su apuesta ha sido realizada con éxito ",DE:"Ihr Einsatz wurde erfolgreich platziert ",PL:"Twój zakład został pomyślnie ",GR:"",CZ:"",HU:"Az Ön fogadást tett sikeres ",TU:""},"Your bets":{FR:"Vos paris ",ES:"Sus apuestas ",DE:"Ihre Wetten ",PL:"Twoje zakłady ",GR:"",CZ:"",HU:"Fogadásaid ",TU:""},"Your Bets":{FR:"Faites vos jeux ",ES:"Sus apuestas ",DE:"Ihre Wetten ",PL:"Twoje zakłady ",GR:"",CZ:"",HU:"Ön fogadás ",TU:""},"Your betslip is empty.":{FR:"Votre fiche pari est vide. ",ES:"Su boleto está vacío. ",DE:"Ihr Wettschein ist leer. ",PL:"Twój kupon zakładu jest pusty. ",GR:"",CZ:"",HU:"Fogadószelvényed üres. ",TU:""},"Your bet slip was rejected":{FR:"Votre coupon de paris a été rejetée ",ES:"Su boleto de apuestas fue rechazada ",DE:"Ihr Wettschein wird abgelehnt ",PL:"Kuponu zakładu została odrzucona ",GR:"",CZ:"",HU:"Ön Fogadószelvény elutasították ",TU:""},"Your contact details have been updated.":{FR:"Vos coordonnées ont été mis à jour. ",ES:"Sus datos de contacto han sido actualizados. ",DE:"Ihre Kontaktdaten wurden aktualisiert. ",PL:"Twoje dane kontaktowe zostały zaktualizowane. ",GR:"",CZ:"",HU:"Az Ön elérhetőségi adatai frissítve lettek. ",TU:""},"Your Deposit limit is now set and waiting for activation.":{FR:"Votre limite de dépôt est maintenant réglée et d'attente pour l'activation. ",ES:"Su límite de deposito esta en espera de ser activado. ",DE:"Sie haben Ihr Einzahlungslimit Bestätigt. Ihr persönliches Limit wird innerhalb der nächsten 24 Stunden aktiviert. ",PL:"Twój limit wpłat jest teraz ustawiać i czeka na aktywację. ",GR:"",CZ:"",HU:"Ön Betéti határ ma már megállapítani, és várja a aktiválás. ",TU:""},"Your selections":{FR:"Vos sélections ",ES:"Sus selecciones ",DE:"Ihre Auswahl ",PL:"Twój wybór ",GR:"",CZ:"",HU:"El selections ",TU:""},"You've already placed this bet.":{FR:"Vous avez déjà mis ce pari. ",ES:"Usted ya ha realizado esta apuesta. ",DE:"Sie haben bereits diese Wette platziert. ",PL:"Masz już umieściła ten zakład. ",GR:"",CZ:"",HU:"Már helyezni ezt a fogadást. ",TU:""},"You've reached a maximum of 15 selections.":{FR:"Vous avez atteint un maximum de 15 sélections. ",ES:"Ha realizado más de 15 selecciones. ",DE:"Sie haben eine Auswahl von maximal 15 erreicht. ",PL:"Znajdujesz się na maksymalnie 15 selekcji. ",GR:"",CZ:"",HU:"Már elérte a maximális 15 közül. ",TU:""},"Invalid email format":{FR:"",ES:"Formato inválido de email",DE:"Ungültiges E-mail Format ",PL:"Niepoprawny format emaila",GR:"",CZ:"",HU:"",TU:""},"Email re-type does not match":{FR:"",ES:"Email no coincide",DE:"Email stimmt nicht überein ",PL:"Niepoprawny powtórzenie emaila",GR:"",CZ:"",HU:"",TU:""},"Nickname is already taken":{FR:"Connectez-vous est déjà pris ",ES:"Ingresa ya se ha tenido ",DE:"Benutzername bereits vergeben ",PL:"Nickname jest już zajęta ",GR:"",CZ:"",HU:"Login már foglalt ",TU:""},"Password re-type does not match":{FR:"",ES:"Contraseña no coincide",DE:"Passwort stimmt nicht überein",PL:"",GR:"",CZ:"",HU:"",TU:""},"n/a":{FR:"",ES:"",DE:"k.A.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Payment Type":{FR:"",ES:"Modo de pago",DE:"Zahlungs- Methode",PL:"",GR:"",CZ:"",HU:"",TU:""},Day:{FR:"",ES:"Día",DE:"Tag",PL:"",GR:"",CZ:"",HU:"",TU:""},Month:{FR:"",ES:"Mes",DE:"Monat",PL:"",GR:"",CZ:"",HU:"",TU:""},Year:{FR:"",ES:"Año",DE:"Jahr",PL:"",GR:"",CZ:"",HU:"",TU:""},"No results were found":{FR:"",ES:"No hay resultados",DE:"Ihr Suche erzielte keine Treffer",PL:"",GR:"",CZ:"",HU:"",TU:""},"Search Results":{FR:"",ES:"Resultados",DE:"Suchergebnisse",PL:"",GR:"",CZ:"",HU:"",TU:""},"Login Failed":{FR:"",ES:"Error al iniciar sesión",DE:"Anmeldung fehlgeschlagen",PL:"",GR:"",CZ:"",HU:"",TU:""},"Your account is blocked. Reason: Too many unsuccessful login tries":{FR:"",ES:"Su cuenta ha sido bloqueada. Razón: Demasiados intentos fallidos.",DE:"Zuviele ungültige Passworteingaben. Ihr Konto wurde gesperrt.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Mother's maiden name?":{FR:"",ES:"",DE:"Der Mädchenname Ihrer Mutter?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Name of your first love?":{FR:"",ES:"",DE:"Der Name Ihrer ersten Liebe?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Name of your first school?":{FR:"",ES:"",DE:"Der Name Ihrer ersten Schule?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Name of your first pet?":{FR:"",ES:"",DE:"Der Name Ihres ersten Haustieres?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Favourite team?":{FR:"",ES:"",DE:"Ihre Lieblings- Mannschaft?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Favourite movie?":{FR:"",ES:"",DE:"Ihr Lieblings- Film?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Where were you born?":{FR:"",ES:"",DE:"Wo wurden Sie geboren?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Incorrect secret answer":{FR:"",ES:"Respuesta equivocada",DE:"Falsche geheime Antwort",PL:"",GR:"",CZ:"",HU:"",TU:""},"Processing...":{FR:"",ES:"Procesando...",DE:"In Bearbeitung...",PL:"Przetwarzanie...",GR:"",CZ:"",HU:"",TU:""},"There was an error registering your Neteller account. Please check the numbers you've entered.":{FR:"",ES:"Hubo un error al registrar su cuenta Neteller. Por favor, compruebe los números que ha introducido.",DE:"Ein Fehler bei der Registrierung ihres Neteller Accounts ist aufgetreten. Bitte überprüfen sie die eingegebenen Zahlen.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Please fill the required fields.":{FR:"",ES:"Por favor rellene los campos requeridos.",DE:"Bitte füllen sie die benötigten Felder aus.",PL:"",GR:"",CZ:"",HU:"",TU:""},"The requested amount is higher than your balance.":{FR:"",ES:"La cantidad solicitada es superior a su crédito.",DE:"Die gewünschte Summe überschreitet ihr Guthaben.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Neteller registration successful, you can now proceed to deposit page.":{FR:"",ES:"El registro Neteller ha sido un éxito, puede ahora proceder a la página de deposito",DE:"Die Neteller-Registration war erfolgreich. Sie können jetzt auf die Guthabenseite voranschreiten.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Credit card registration successful, you can now proceed to deposit page.":{FR:"",ES:"El registro de su tarjeta de crédito ha sido un  éxito, proceda a la página de deposito",DE:"Die Kredit Karten-Registration war erfolgreich. Sie können jetzt auf die Guthabenseite voranschreiten.",PL:"",GR:"",CZ:"",HU:"",TU:""},Time:{FR:"",ES:"Hora",DE:"Zeit",PL:"",GR:"",CZ:"",HU:"",TU:""},Match:{FR:"",ES:"Partido",DE:"Spiel",PL:"",GR:"",CZ:"",HU:"",TU:""},Home:{FR:"",ES:"Local",DE:"Heim",PL:"",GR:"",CZ:"",HU:"",TU:""},Draw:{FR:"",ES:"Empate",DE:"Remis",PL:"",GR:"",CZ:"",HU:"",TU:""},Away:{FR:"",ES:"Visitante",DE:"Auswärts",PL:"",GR:"",CZ:"",HU:"",TU:""},"More bets":{FR:"",ES:"+Apuestas",DE:"Wettmärkte",PL:"",GR:"",CZ:"",HU:"",TU:""},Suspended:{FR:"",ES:"Suspendido",DE:"Ausgesetzt",PL:"",GR:"",CZ:"",HU:"",TU:""},"Please Login / Sign up":{FR:"",ES:"Conéctese o Regístrese",DE:"Bitte anmelden / registrieren",PL:"",GR:"",CZ:"",HU:"",TU:""},"You need to be logged-in to place a bet. If you don't have an account you can":{FR:"",ES:"Debe estar conectado para apostar. Si no tiene una cuenta,",DE:"Bitte anmelden um Wette abzugeben. Kein Mitglied? Bitte hier",PL:"",GR:"",CZ:"",HU:"",TU:""},"Please select Stake":{FR:"",ES:"Elija la cantidad",DE:"Einsatz wählen",PL:"",GR:"",CZ:"",HU:"",TU:""},"To place a bet you must select a stake.":{FR:"",ES:"Para apostar, debe elegir la cantidad.",DE:"Bitte Einsatz wählen um eine Wette abzugeben.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Quick Bet Activated":{FR:"",ES:"Apuesta Rápida activada",DE:"Quick Bet LIVE Modus",PL:"",GR:"",CZ:"",HU:"",TU:""},"Stake approved, now you can select your bet":{FR:"",ES:"Cantidad confirmada. Ahora puede apostar",DE:"Einsatz bestätigt. Bitte wählen sie eine Wette",PL:"",GR:"",CZ:"",HU:"",TU:""},"No markets available":{FR:"",ES:"No hay apuestas",DE:"Keine Märkte",PL:"",GR:"",CZ:"",HU:"",TU:""},"There are currently no markets available.":{FR:"",ES:"En este momento no hay apuestas",DE:"Keine Märkte",PL:"",GR:"",CZ:"",HU:"",TU:""},"You can return to":{FR:"",ES:"Puede regresar a",DE:"Zurück zu",PL:"",GR:"",CZ:"",HU:"",TU:""},"Simply click on the price you want, and your bet will be processed automatically. Please note that each click will submit a new bet, viewable in the history below.":{FR:"",ES:"Simplemente haga clic en la cuota, y su apuesta será procesada automáticamente. Tenga en cuenta que cada clic creará una nueva apuesta.",DE:"Sie befinden sich im Quickbet Modus. Klicken Sie auf ein Quote um eine Wette abzugeben.",PL:"",GR:"",CZ:"",HU:"",TU:""},FOOTBALL:{FR:"",ES:"FÚTBOL",DE:"FUßBALL",PL:"",GR:"",CZ:"",HU:"",TU:""},"Live betting":{FR:"",ES:"APUESTAS LIVE",DE:"LIVE-WETTEN",PL:"",GR:"",CZ:"",HU:"",TU:""},"Start time":{FR:"",ES:"Momento de inicio",DE:"Startzeit",PL:"",GR:"",CZ:"",HU:"",TU:""},CET:{FR:"",ES:"CET",DE:"MEZ",PL:"",GR:"",CZ:"",HU:"",TU:""},Top:{FR:"",ES:"Arriba",DE:"hoch",PL:"",GR:"",CZ:"",HU:"",TU:""},"User triggered cancellation":{FR:"",ES:"Cancelado por el usuario",DE:"Wette abgebrochen",PL:"",GR:"",CZ:"",HU:"",TU:""},Status:{FR:"",ES:"Estado",DE:"Status",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet needs confirmation":{FR:"",ES:"Debe confirmar la apuesta",DE:"Bitte Wette bestätigen",PL:"",GR:"",CZ:"",HU:"",TU:""},"Stake in":{FR:"",ES:"Cantidad en",DE:"Einsatz in",PL:"",GR:"",CZ:"",HU:"",TU:""},"Your bet will be placed in":{FR:"",ES:"Su apuesta será realizada en",DE:"Wette platziert in:",PL:"",GR:"",CZ:"",HU:"",TU:""},seconds:{FR:"",ES:"segundos",DE:"Sekunden",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet was canceled":{FR:"",ES:"Apuesta cancelada",DE:"Wette storniert",PL:"",GR:"",CZ:"",HU:"",TU:""},"Price Change":{FR:"",ES:"Cambio de cuota",DE:"Preisänderung",PL:"",GR:"",CZ:"",HU:"",TU:""},"Handicap Change":{FR:"",ES:"Cambio de handicap",DE:"Handicap Änderung",PL:"",GR:"",CZ:"",HU:"",TU:""},"Band Change":{FR:"",ES:"",DE:"Band Änderung",PL:"",GR:"",CZ:"",HU:"",TU:""},"Stake Change":{FR:"",ES:"Cambio en la cantidad apostada",DE:"Einsatzlimit",PL:"",GR:"",CZ:"",HU:"",TU:""},"Max. Limit  is":{FR:"",ES:"Límite máximo",DE:"Limit:",PL:"",GR:"",CZ:"",HU:"",TU:""},"EachWay Change":{FR:"",ES:"",DE:"Änderung",PL:"",GR:"",CZ:"",HU:"",TU:""},"Do you still want to place the bet or do you want to cancel?":{FR:"",ES:"¿Quiere continuar con su apuesta o prefiere cancelarla?",DE:"Möchten sie die Wette platzieren oder abbrechen?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Do you want to place the bet on":{FR:"",ES:"¿Quiere realizar su apuesta en",DE:"Wette platzieren auf",PL:"",GR:"",CZ:"",HU:"",TU:""},"or do you want to cancel?":{FR:"",ES:"o prefiere cancelarla?",DE:"Abbrechen?",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet was successful":{FR:"",ES:"Apuesta confirmada",DE:"Wette erfolgreich",PL:"",GR:"",CZ:"",HU:"",TU:""},Reason:{FR:"",ES:"Razón",DE:"Grund",PL:"",GR:"",CZ:"",HU:"",TU:""},Activate:{FR:"",ES:"Activar",DE:"aktivieren",PL:"",GR:"",CZ:"",HU:"",TU:""},"There has been another price change. Please submit a new bet by clicking on the new price.":{FR:"",ES:"Ha habido otro cambio de cuota. Por favor, realice una nueva apuesta haciendo clic sobre la nueva cuota.",DE:"Erneute Quotenänderung. Bitte bestätigen Sie die neue Quote mit einem Mausklick.",PL:"",GR:"",CZ:"",HU:"",TU:""},"The bet was canceled due to another price change. Please submit a new bet by clicking the updated price.":{FR:"",ES:"La apuesta fue cancelada debido a un nuevo cambio de cuota. Por favor, realice una nueva apuesta haciendo clic en la cuota actualizada.",DE:"Die Wette wurde aufgrund einer weiteren Quotenänderung storniert. Bitte klicken Sie die neue Quote in der Marktansicht.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet Canceled":{FR:"",ES:"Apuesta Cancelada",DE:"Wette abgebrochen",PL:"",GR:"",CZ:"",HU:"",TU:""},"The updated price re-offer has expired. Please start again by selecting a new price.":{FR:"",ES:"La nueva actualización de re-oferta ha caducado. Por favor, comience de nuevo seleccionando una nueva cuota.",DE:"Die aktualisierte Quote hat sich erneut geändert. Bitte wählen sie die Quote erneut",PL:"",GR:"",CZ:"",HU:"",TU:""},"Re-offer expired":{FR:"",ES:"Re-oferta Vencida",DE:"Erneutes Quotenangebot verfallen",PL:"",GR:"",CZ:"",HU:"",TU:""},"You have already reached the max limit for this market.":{FR:"",ES:"Usted ya ha alcanzado el límite máximo para esta apuesta.",DE:"Sie haben das Einsatzlimit auf diesen Markt überschritten.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Max Limit Reached":{FR:"",ES:"Límite Máximo Alcanzado",DE:"Einsatzlimit",PL:"",GR:"",CZ:"",HU:"",TU:""},"Max limit exceeded. Please confirm if you would like to place bet for new stake above.":{FR:"",ES:"Límite máximo superado. Por favor, confirme si usted quiere poner una apuesta por encima de esta cantidad.",DE:"Bitte bestätigen ob Sie die Wette zum obigen Einsatz platzieren möchten.",PL:"",GR:"",CZ:"",HU:"",TU:""},Cancel:{FR:"",ES:"Cancelar",DE:"abbrechen",PL:"",GR:"",CZ:"",HU:"",TU:""},"Confirm bet":{FR:"",ES:"Confirme apuesta",DE:"Wette bestätigen",PL:"",GR:"",CZ:"",HU:"",TU:""},"Click the button below to perform a Secure 3D authorization with your bank.":{FR:"",ES:"Pinche en el botón más abajo pra realizar una autorización 3D segura con su banco",DE:"Bitte aktivieren Sie die Schaltfläche um eine 3DSecure Verifizierung Ihrer Bank einzuholen.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Perform 3D authorization":{FR:"",ES:"Realice su autorización 3D",DE:"3D Secure verifizieren",PL:"",GR:"",CZ:"",HU:"",TU:""},"Deposit complete. Thank you.":{FR:"",ES:"Depósito realizado. Gracias.",DE:"Einzahlung erfolgreich abgeschlossen.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Your casino access has been locked. Kindly contact support@youwin for further information about your restricted access.":{FR:"",ES:"",DE:"Ihr Casino Zugang wurde gesperrt. Bitte kontaktieren sie beratung@youwin.com für weitere Informationen zu ihrer Zugangsbeschränkung.",PL:"",GR:"",CZ:"",HU:"",TU:""},"Your poker access has been locked. Kindly contact support@youwin for further information about your restricted access.":{FR:"",ES:"",DE:"Ihr Poker Zugang wurde gesperrt. Bitte kontaktieren sie beratung@youwin.com für weitere Informationen zu ihrer Zugangsbeschränkung.",PL:"",GR:"",CZ:"",HU:"",TU:""},"There are no bets in your Betting Slip.":{FR:"",ES:"No hay apuestas en su boleto",DE:"Bitte wÃ¤hlen Sie eine Wette",PL:"",GR:"",CZ:"",HU:"",TU:""},"To select a bet click on any price.":{FR:"",ES:"Para apostar, haga un clic en la cuota",DE:"Klicken Sie auf eine Quote um eine Wette auszuwÃ¤hlen",PL:"",GR:"",CZ:"",HU:"",TU:""},"You need to be logged-in to place a bet.":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},Username:{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},Password:{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Log-in & Confirm":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Forgot password":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Sign up":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Incorrect login data":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},'Press "forgot password" if you are not sure.':{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Please enter stake":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"To place a bet you must enter a stake":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet rejected. The minimum stake is 0.50.":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Market Suspended":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Market suspended":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Please wait a view seconds and try to place the bet again":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},'Do you still want to place the bet? Press "x" to cancel.':{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Insufficient funds":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Bet was timed out":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Double price change":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Internal database error":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Max stake limit reached":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"Max singles takeout":{FR:"",ES:"",DE:"",PL:"",GR:"",CZ:"",HU:"",TU:""},"In Running":{FR:"",ES:"APUESTAS LIVE",DE:"LIVE-WETTEN",PL:"",GR:"",CZ:"",HU:"",TU:""}};var e="EN";var a="€";var d="€";if(document.cookie.length>0){c_start=document.cookie.indexOf("lang=");if(c_start!=-1){c_start=c_start+5;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}e=unescape(document.cookie.substring(c_start,c_end))}}if(document.cookie.length>0){c_start=document.cookie.indexOf("currency=");if(c_start!=-1){c_start=c_start+9;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}a=unescape(document.cookie.substring(c_start,c_end));var d=decodeURIComponent(escape(a))}}var b;if(typeof(c[g])=="undefined"){if(window.console&&window.console.firebug){console.log("Untranslated message: "+g)}b=g}else{b=(c[g][e.toUpperCase()]||g)}return(g=="%currency%")?d:b};var uWin={config:{api_url:"/_api-scripts/www/RPC-JSON/"},debug:function(){},objects:{},test:{}};Function.prototype.inherits=function(a){if("function"===typeof(a)){this.prototype=new a()}return this};Function.prototype.bind=function(a){var b=this;return function(){return b.apply(a,arguments)}};if("function"===typeof([].forEach)){Array.prototype.each=Array.prototype.forEach}else{Array.prototype.each=function(c){for(var b=0,a=this.length;b<a;b++){c(this[b],b,this)}}}if(!Array.prototype.filter){Array.prototype.filter=function(d){var c=[];for(var b=0,a=this.length;b<a;b++){var e=this[b];if(d.call(this,e,b,this)){c.push(e)}}return c}}uWin.objects.uWin_OBJECT=function(){this.get=function(a){return this[a]};this.set=function(a,b){this[a]=b};this.populate=function(a){if(a){for(var b in this){if("undefined"!==typeof(a[b])&&"_parent"!==b){this[b]=a[b]}}}return this}};uWin.objects.BetLeg=function(a){this.EachWayPlaceTerms=null;this.EachWayReduction=null;this.Handicap=null;this.IDFOEventScorecast=null;this.IDFOPriceType="";this.IDFOMarket=0;this.IDFOSelection=0;this.InterrelationTag=null;this.IsTrap=false;this.LowerBand=null;this.PriceDown=0;this.PriceUp=0;this.SystemTag=null;this.UpperBand=null;this.populate(a)}.inherits(uWin.objects.uWin_OBJECT);uWin.objects.Bet=function(a){this.BetTypeName=null;this.IDFOBetType=null;this.IDFOMultiRacePool=null;this.IsPool=false;this.PlaceStake=null;this.ShowStake=null;this.WinStake=null;this.BetLegs=[];this.populate(a)}.inherits(uWin.objects.uWin_OBJECT);uWin.objects.BetSlipCommon=function(a){this.IsFree=false;this.populate(a)}.inherits(uWin.objects.uWin_OBJECT);uWin.objects.BetSlipInbound=function(a){this.Bets=[];this.populate(a)}.inherits(uWin.objects.BetSlipCommon);uWin.objects.BetSlipOutbound=function(a){this.ExternalReference=null;this.IDFOBetSlip=null;this.TopupAmount=null;this.TotalStake=1;this.Status=null;this.populate(a)}.inherits(uWin.objects.BetSlipInbound);uWin.objects.Status=function(a){this.StatusCode=null;this.StatusText=null;this.State=null;this.DetailedStatus=null;this.populate(a)}.inherits(uWin.objects.uWin_OBJECT);uWin.objects.TexasContext=function(a){this.SessionToken=null;this.populate(a)}.inherits(uWin.objects.uWin_OBJECT);uWin.state=new function(d){var l=this;var i=new uWin.objects.TexasContext();var e=[];var a=[];var c=[];var g=false;var k=false;var j=function(m){e=e.filter(function(o){return m!==o.IDFOSelection});return e};var h=function(o){var m=false;e.each(function(p){if(p.IDFOSelection===o){m=true}});return m};var b=function(p){var q=[];if(!(parseFloat(d("#type-C1 div.slip-stake input[type='text']").val())||0)){for(var o=0;o<p.length;o++){if(parseFloat(d("#bs"+p[o].IDFOSelection.replace(/\./,"\\.")+" input[type='text']").val())||0){q.push({BetLegs:[p[o]],WinStake:parseFloat(d("#bs"+p[o].IDFOSelection.replace(/\./,"\\.")+" input[type='text']").val()),PlaceStake:null,ShowStake:null,IDFOBetType:"S",BetTypeName:"Single",IDFOMultiRacePool:null,IsPool:false})}}}if(c){for(var o=0;o<c.length;o++){var m=c[o]["IDFOBetType"];if(parseFloat(d("#type-"+m+" div.slip-stake input[type='text']").val())||0){q.push({BetLegs:p,WinStake:parseFloat(d("#type-"+m+" div.slip-stake input[type='text']").val()),PlaceStake:null,ShowStake:null,IDFOBetType:m,BetTypeName:c[o]["Name"],IDFOMultiRacePool:null,IsPool:false})}}}return q};this.getBetLegs=function(){return e};this.setBetLegs=function(m){e=m};this.setFreeBets=function(u){uWin.ui.startAjaxLoader();g=u;var s,t,p,m=false;for(var r=0;r<e.length;r++){s=e[r].PriceUp;t=e[r].PriceDown;p=(s/t)+1;if(u&&p<1.5){uWin.ui.uncheckSelection(e[r].IDFOSelection);m=true}if(!u&&p<1.5){uWin.ui.checkSelection(e[r].IDFOSelection);m=true}}if(m){var o=this.getAllowedBetTypes();if(o){uWin.ui.drawBetTypes(o)}else{d("#bet-option div.slip-stake input[type='text']").each(function(){d(this).unbind()});d("#bet-option").empty()}var q=this.calculateBetSlip();uWin.ui.calculateBetSlip(q)}uWin.ui.stopAjaxLoader()};this.freeBetsFlagReset=function(){g=false};this.BetSlip=new uWin.objects.BetSlipOutbound();this.addBet=function(q,o){if(h(q.IDFOSelection)){uWin.debug("Bet already exists");alert(_("You've already placed this bet."));return false}else{uWin.debug("add bet");var p=new uWin.objects.BetLeg(q);if(e.length==15){uWin.debug("You can not place more than 15 selections");alert(_("You've reached a maximum of 15 selections."));return false}e.push(p);uWin.ui.addBet(q,o,k);k=false;uWin.api.storeValue("betSlipHtml",d("#bet-window").html());uWin.api.storeValue("betLegs",e);var m=new uWin.objects.Bet({BetLegs:e});uWin.debug(m);return p}};this.removeBet=function(p){if(j(p)){uWin.ui.startAjaxLoader();uWin.ui.removeBet(p);if(e.length==0){uWin.api.deleteValue("betSlipHtml");uWin.api.deleteValue("betLegs")}else{uWin.api.storeValue("betSlipHtml",d("#bet-window").html());uWin.api.storeValue("betLegs",e)}var m=this.getAllowedBetTypes();if(m){uWin.ui.drawBetTypes(m)}else{d("#bet-option div.slip-stake input[type='text']").each(function(){d(this).unbind()});d("#bet-option").empty()}var o=this.calculateBetSlip();uWin.ui.calculateBetSlip(o);uWin.ui.stopAjaxLoader();return true}else{return false}};this.getAllowedBetTypes=function(){var o=[];for(var m=0;m<e.length;m++){if(d("#bs"+e[m].IDFOSelection.replace(/\./,"\\.")+" div.slip-selection input").attr("checked")){o.push(e[m])}}if(o.length==0){return false}allowedBets={BetLegs:o,WinStake:null,PlaceStake:null,ShowStake:null,IDFOBetType:null,BetTypeName:null,IDFOMultiRacePool:null,IsPool:false};c=uWin.api.getAllowedBetTypes(allowedBets);c=c.BetType;return c};this.getAvailableBets=function(){return c};this.placeBetSlip=function(){if(e.length>0){uWin.ui.startAjaxLoader();var m=uWin.api.isLoggedIn();if(!m){uWin.ui.stopAjaxLoader();uWin.debug("Not logged in");uWin.ui.error(_("You must login before placing bet."));return false}var q=[];for(var p=0;p<e.length;p++){if(d("#bs"+e[p].IDFOSelection.replace(/\./,"\\.")+" div.slip-selection input").attr("checked")){q.push(e[p])}}var s=b(q);if(s.length>0){betSlip={Bets:s,IsFree:g};var r=uWin.api.placeBetSlip(betSlip);this.freeBetsFlagReset();if(r){var u=true;var o=r.Status.DetailedState;var v="";switch(r.Status.State){case 1:var t=true;switch(o){case 2:v=_("Acceptable, awaiting confirmation.");break;case 8:v=_("Current offered price changed.");break;case 16:v=_("Current offered Handicap value changed.");break;case 32:v=_("Band value changed.");break;case 66:v=_("Stakes were reoffered.");break;case 512:v=_("Maximum takeout exceeded.");break;case 2048:v=_("Current offered EachWay changed.");break;case 16640:if(typeof(r.TopupAmount)!="undefined"&&parseFloat(r.TopupAmount)>0){uWin.ui.betSlipError({StatusText:_("You currently do not have enough funds to submit this betslip.")});u=false}else{uWin.ui.betSlipError(r.Status)}t=false;break}if(t){uWin.ui.confirmBetSlip(q,r,v)}break;case 2:uWin.ui.placeBetSlip(q,r);uWinAccount.api.UpdateBalanceOnTop();break;case 4:if(o==4096){if(typeof(r.TopupAmount)!="undefined"&&parseFloat(r.TopupAmount)>0){uWin.ui.betSlipError({StatusText:_("You currently do not have enough funds to submit this betslip.")});u=false}else{uWin.ui.betSlipError(r.Status)}}else{if(o==4){uWin.ui.betSlipError(r.Status)}}break}if(u){e=[];uWin.api.deleteValue("betSlipHtml");uWin.api.deleteValue("betLegs");k=true}}return true}else{uWin.ui.stopAjaxLoader();uWin.debug("No bets are selected");uWin.ui.error(_("No bets are selected."));return false}}else{uWin.debug("Betslip empty");uWin.ui.error(_("Your betslip is empty."));return false}};this.calculateBetSlip=function(){var p=[];for(var o=0;o<e.length;o++){if(d("#bs"+e[o].IDFOSelection.replace(/\./,"\\.")+" div.slip-selection input").attr("checked")){p.push(e[o])}}var q=b(p);var m={Bets:q,IsFree:g};return uWin.api.calculateBetSlip(m)};this.clearSlip=function(){for(var m=0;m<e.length;m++){uWin.ui.removeBet(e[m].IDFOSelection)}e=[]};this.login=function(m){i.populate(m)}}(jQuery);uWin.api=new function(d){var x=function(y,A,z){};var v=function(y){};var g=function(A,z,y,B){uWin.debug(".comms.onSuccess",arguments)};var e=function(B,A,z,y,C){uWin.debug(".comms.onError",arguments)};var r={Customer:1,Betting:1};var u=function(y,D,E,C,A,z){var B={method:D,params:E,jsonrpc:"2.0",id:r[y]++};uWin.debug(("undefined"===typeof(z))?true:false);x(y,D,E);d.ajax({url:uWin.config.api_url+y+"/",cache:false,dataType:"json",data:JSON.stringify(B),async:("undefined"===typeof(z))?true:false,type:"POST",complete:v,error:function(I,H,G,F,J){e(I,H,G,F,J);if("function"===typeof(A)){A(I,H,G)}},success:function(H,G){var F=H.result;g(F,G,y,D);if("function"===typeof(C)){C(F,G)}}})};var l=function(y,D,E,C,A){var B={method:D,params:E,jsonrpc:"2.0",id:r[y]++};var z;x(y,D,E);d.ajax({url:uWin.config.api_url+y+"/",cache:false,dataType:"json",data:JSON.stringify(B),async:false,type:"POST",complete:v,error:function(I,H,G,F,J){e(I,H,G,F,J);if("function"===typeof(A)){A(I,H,G)}},success:function(G,F){z=G.result;g(z,F,y,D);if("function"===typeof(C)){C(z,F)}}});return z};var h=function(z,y){uWin.debug("API Echo success",z)};var s=function(A,z,y){uWin.debug("Echo call failed",A,z,y)};this.echo=function(y,z){var A=[z];l(y,"TexasEcho",A,h,s)};var a=function(z,y){uWin.debug("getAllowedBetTypesSuccess",z)};var q=function(A,z,y){uWin.debug("getAllowedBetTypesError",A,z,y)};this.getAllowedBetTypes=function(y){var z=[y];return l("Betting","GetAllowedBetTypes",z,a,q)};var c=function(z,y){uWin.debug("betSlipChangedSuccess",z)};var b=function(A,z,y){uWin.ui.error("Failed to update BetSlip");uWin.debug("Failed to update BetSlip",A,z,y)};this.betSlipChanged=function(y,z){var A=[y,z]};var p=function(z,y){uWin.debug("Betslip sent",z)};var j=function(A,z,y){uWin.debug("Couldn't send bets",A,z,y)};this.placeBetSlip=function(y){var z=[y,true];return l("Betting","PlaceBetSlip",z,p,j)};this.confirmBetSlip=function(y,z,A){var B=[y,z,A];return l("Betting","ConfirmBetSlip",B)};var w=function(z,y){uWin.debug("Betslip calculated",z)};var i=function(A,z,y){uWin.debug("Couldn't calculate bets",A,z,y)};this.calculateBetSlip=function(y){var z=[y];return l("Betting","CalculateBetSlip",z,w,i)};this.getBetDetails=function(z,C,y){var B="en";if(document.cookie.length>0){c_start=document.cookie.indexOf("lang=");if(c_start!=-1){c_start=c_start+5;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}B=unescape(document.cookie.substring(c_start,c_end))}}var A=[B,C,y];return l("Content","getBetDetails",A)};this.isLoggedIn=function(){return l("Customer","isLoggedIn")};this.getBalances=function(){return l("Account","GetBalances")};var m=function(z,y){uWin.debug("Value stored",z)};var t=function(A,z,y){uWin.debug("Couldn't store value",A,z,y)};this.storeValue=function(y,z){var A=[y,z];return l("Content","store",A,m,t)};this.getValue=function(y){var z=[y];return l("Content","get",z)};var o=function(z,y){uWin.debug("Value deleted",z)};var k=function(A,z,y){uWin.debug("Couldn't delete value",A,z,y)};this.deleteValue=function(y){var z=[y];u("Content","delete",z,o,k)}}(jQuery);uWin.ui=new function(d){var b;this.error=function(g){alert(g)};this.login=function(){alert("you have been logged in")};this.addBet=function(k,g,j){var i=uWin.api.getBetDetails("uk",g.attr("id").split("/")[0],g.attr("id").split("/")[1]);if(j){a()}if("object"===typeof(i)){d("#no-bets").remove();d("#bet-window-header div.slip-header").remove();var h='<div class="slip-selection"><input type="checkbox" checked="checked"><label>'+i.eventname+" / "+i.externalDescription+'</label><span>[<a href="#" onclick="uWin.state.removeBet(\''+k.IDFOSelection+"');return false;\">X</a>]</span></div>";h+='<div class="slip-stake">';if(i.decimals.indexOf(")")>0){h+="<label>"+i.name+" "+i.decimals.replace(/\)/,") @")+'</label><input type="text" value=""/></div>'}else{h+="<label>"+i.name+" @ "+i.decimals+'</label><input type="text" value=""/></div>'}h+='<div class="slip-footer"><a>'+_("Estimated Returns")+"</a></div>";d("#bet-window").append('<div class="single-bet" id="bs'+k.IDFOSelection+'">'+h+"</div>");d("#bet-window div.slip-selection input:last").click(function(){uWin.ui.selectionClick(d(this))});d("#bet-window div.slip-stake input:last").bind("keyup",function(){uWin.ui.selectionStake(d(this))});if(d("#bet-window-header div.free-bets").html()==""){d("#bet-window-header div.free-bets").html('<input type="checkbox" name="free-bets" class="free-bets" /><span>'+_("Place as free bets")+"</span>");d("#bet-window-header input.free-bets").click(function(){var l=false;if(d(this).attr("checked")){l=true}uWin.state.setFreeBets(l)})}}};this.selectionClick=function(h){if(d("#bet-bottom input[type='submit']").attr("disabled")==false){d("#bet-bottom input[type='submit']").attr("disabled",true)}uWin.ui.startAjaxLoader();if(h.attr("checked")){h.parent("div").parent("div.single-bet").removeClass("unselected")}else{h.parent("div").parent("div.single-bet").addClass("unselected")}var g=uWin.state.getAllowedBetTypes();if(g){uWin.ui.drawBetTypes(g)}else{d("#bet-option div.slip-stake input[type='text']").each(function(){d(this).unbind()});d("#bet-option").empty()}var i=uWin.state.calculateBetSlip();uWin.ui.calculateBetSlip(i);uWin.ui.stopAjaxLoader()};this.selectionStake=function(g){if(d("#bet-bottom input[type='submit']").attr("disabled")==false){d("#bet-bottom input[type='submit']").attr("disabled",true)}uWin.ui.startAjaxLoader();e(g);if(parseFloat(g.val())!=parseFloat(d("#type-C1 div.slip-stake input[type='text']").val())){d("#type-C1 div.slip-stake input[type='text']").val("")}if(b){clearTimeout(b)}b=setTimeout(function(){var h=uWin.state.calculateBetSlip();uWin.ui.calculateBetSlip(h);uWin.ui.stopAjaxLoader()},1000)};this.removeBet=function(h){d("#bs"+h.replace(/\./,"\\.")).remove();var g=uWin.state.getBetLegs();if(g.length==0){d("div.total-stake").after('<p id="no-bets">'+_("There are no bets made.")+"<br/>"+_("To select a bet click on a price.")+"</p>");d("#bet-window-header div.free-bets").empty();uWin.state.freeBetsFlagReset()}};this.drawBetTypes=function(g){clearTimeout(b);d("#bet-option div.slip-stake input[type='text']").each(function(){d(this).unbind()});d("#bet-option").empty();var k=uWin.state.getBetLegs();if(k.length>1){d("#bet-option-header").html('<h2 class="with-margin">'+_("Accumulators / Multiples")+"</h2>");for(var j=0;j<g.length;j++){var h='<div class="slip-selection"><p class="name">'+g[j]["Name"]+"</p><span>"+g[j]["NumberOfBets"]+" "+_("Bets")+"</span></div>";h+='<div class="slip-stake">';if(g[j]["IsEachWayAllowed"]==true){h+='<input class="checkbox" type="checkbox"/><label>'+_("Each Way")+" @ 1/5 1-3</label>"}h+='<input type="text"/></div><div class="slip-footer"><a>'+_("Estimated Returns")+"</a></div>";d("#bet-option").append('<div id="type-'+g[j]["IDFOBetType"]+'" class="single-bet  multiples">'+h+"</div>")}}d("#bet-option div.slip-stake input[type='text']").each(function(){d(this).bind("keyup",function(){if(d("#bet-bottom input[type='submit']").attr("disabled")==false){d("#bet-bottom input[type='submit']").attr("disabled",true)}uWin.ui.startAjaxLoader();e(d(this));var i=d(this);if(d(this).parent("div").parent("div").attr("id")=="type-C1"){d("#bet-window div.slip-stake input").each(function(){if(i.val()==""){d(this).val(i.val())}else{d(this).val(sprintf("%0.2f",i.val()))}})}if(b){clearTimeout(b)}b=setTimeout(function(){var l=uWin.state.calculateBetSlip();uWin.ui.calculateBetSlip(l);uWin.ui.stopAjaxLoader()},1000)})})};this.calculateBetSlip=function(q){d("div.slip-footer a").each(function(){d(this).text(_("Estimated Returns"))});var h="en";if(document.cookie.length>0){c_start=document.cookie.indexOf("lang=");if(c_start!=-1){c_start=c_start+5;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}h=unescape(document.cookie.substring(c_start,c_end))}}var g=0;if(typeof(q.CalculatedBet)=="undefined"){if(h=="en"){d("div.total-stake p").text(_("Total Stake")+": "+_("%currency%")+sprintf("%0.2f","0"))}else{d("div.total-stake p").text(_("Total Stake")+": "+sprintf("%0.2f","0")+_("%currency%"))}if(d("#bet-bottom input[type='submit']").attr("disabled")==true){d("#bet-bottom input[type='submit']").attr("disabled",false)}return}var l=[];var m=uWin.state.getBetLegs();for(var k=0;k<m.length;k++){if(d("#bs"+m[k].IDFOSelection.replace(/\./,"\\.")+" div.slip-selection input").attr("checked")){l.push("bs"+m[k].IDFOSelection.replace(/\./,"\\."))}}var o=[];if(!(parseFloat(d("#type-C1 div.slip-stake input[type='text']").val())||0)){for(var k=0;k<l.length;k++){if(parseFloat(d("#"+l[k]+" input[type='text']").val())||0){o.push(l[k])}}}var j=uWin.state.getAvailableBets();if(j){for(var k=0;k<j.length;k++){var p=j[k]["IDFOBetType"];if(parseFloat(d("#type-"+p+" div.slip-stake input[type='text']").val())||0){o.push("type-"+p)}}}if(q.CalculatedBet.length>1){for(var k=0;k<q.CalculatedBet.length;k++){g+=parseFloat(q.CalculatedBet[k]["TotalStake"]);if(h=="en"){d("#"+o[k]+" div.slip-footer a").text(_("Estimated Returns")+" "+_("%currency%")+sprintf("%0.2f",q.CalculatedBet[k]["PotentialReturn"]))}else{d("#"+o[k]+" div.slip-footer a").text(_("Estimated Returns")+" "+sprintf("%0.2f",q.CalculatedBet[k]["PotentialReturn"])+_("%currency%"))}}}else{g+=parseFloat(q.CalculatedBet["TotalStake"]);if(h=="en"){d("#"+o[0]+" div.slip-footer a").text(_("Estimated Returns")+" "+_("%currency%")+sprintf("%0.2f",q.CalculatedBet.PotentialReturn))}else{d("#"+o[0]+" div.slip-footer a").text(_("Estimated Returns")+" "+sprintf("%0.2f",q.CalculatedBet.PotentialReturn)+_("%currency%"))}}if(h=="en"){d("div.total-stake").html("<p>"+_("Total Stake")+": "+_("%currency%")+sprintf("%0.2f",g)+"</p>")}else{d("div.total-stake").html("<p>"+_("Total Stake")+": "+sprintf("%0.2f",g)+_("%currency%")+"</p>")}if(d("#bet-bottom input[type='submit']").attr("disabled")==true){d("#bet-bottom input[type='submit']").attr("disabled",false)}};this.betSlipNoFunds=function(h){clearTimeout(b);d("div.slip-stake input[type='text']").each(function(){d(this).unbind()});if(h.Status.StatusCode=="-20413"){d("#place").empty();d("#place").html('<div class="bet-main"><h2>'+_("Bet Slip")+'</h2><div class="slip-header"><p class="funds-error">'+h.Status.StatusText+"</p></div></div>");d("#no-bets").remove();d("#bet-bottom div.total-stake").remove();d("#bet-bottom div.bets-info input[type='submit']").remove();return}var j=h.Status["StatusText"].split(" = ");var g=j[1].substr(0,j[1].indexOf(","));var i=j[2].substr(0,j[2].indexOf("."));d("#place").empty();d("#place").html('<div class="bet-main"><h2>'+_("Bet Slip")+'</h2><div class="slip-header"><p class="funds-error">'+_("Sorry, you have insufficient funds available. Please deposit to place your bet.")+"</p></div></div>");d("#place div.bet-main").append('<div class="funds"><p><span>'+_("Total Stake")+"</span>"+_("%currency%")+" "+g+"</p><p><span>"+_("Current balance")+"</span>"+_("%currency%")+" "+i+"</p></div>");d("#place div.bet-main").append('<div class="funds"><p class="deposit-amount"><span>'+_("Deposit amount")+"</span> "+_("%currency%")+sprintf("%0.2f",h.TopupAmount)+"</p><p><span>* "+_("Card Security code")+'</span><input value="" class="cv2" type="text"></p><p class="question">(what is this?)</p><p class="change-details"><a href="#">'+_("Click here")+"</a> "+_("to change your details")+"</p></div>");d("#no-bets").remove();d("#bet-bottom div.total-stake").remove();d("#bet-bottom div.bets-info input[type='submit']").remove();d("#bet-bottom div.bets-info").append('<input type="submit" class="deposit-submit-button" value="'+_("Deposit &amp; Bet")+'" />');d("#bet-bottom input.deposit-submit-button").click(function(){h.Status["StatusText"]=null;var k=uWin.api.confirmBetSlip(h.IDFOBetSlip,h.Status,d("#place input.cv2").val());if(k.DetailedState==132){uWin.ui.betSlipTimeOut(k)}})};this.betSlipError=function(g){d("#place").empty();d("#place").append('<div class="bet-main"></div>');d("#place div.bet-main").append('<div id="bet-window-header"></div>');d("#bet-window-header").append("<h2>"+_("Place Bets")+"</h2><span class=\"right-help\"><a href=\"#\" onclick=\"window.open('http://'+window.location.host+'/open-bets','newWindow','width=568,scrollbars=1,height=500');\">"+_("Open Bets")+"</a></span>");d("#bet-window-header").append('<div class="slip-header"><p class="funds-error">'+_("Your bet slip was rejected")+"</p></div>");d("#place div.bet-main").append('<div id="bet-window"></div><div id="bet-option-header"></div><div id="bet-option"></div>');if(d("#no-bets").length==0){d("#bet-bottom div.total-stake").after('<p id="no-bets">'+g.StatusText+"</p>")}else{d("#no-bets").text(g.StatusText)}d("#bet-bottom div.total-stake").html("");d("#bet-bottom div.bets-info input[type='submit']").remove();d("#bet-bottom div.bets-info").append('<input type="submit" class="submit-button" value="'+_("Bet Again")+'" />');d("#bet-bottom input.submit-button").click(a)};this.confirmBetSlip=function(j,l,q){clearTimeout(b);d("div.slip-stake input[type='text']").each(function(){d(this).unbind()});var k="";var o;for(var h=0;h<j.length;h++){o=uWin.api.getBetDetails("uk",j[h]["IDFOMarket"],j[h]["IDFOSelection"]);k+="<p>"+o.eventname+" / "+o.externalDescription+"</p>";if(o.decimals.indexOf(")")>0){k+="<p><b>"+o.name+" "+o.decimals.replace(/\)/,") @")+"</b></p>"}else{k+="<p><b>"+o.name+" @ "+o.decimals+"</b></p>"}}d("#place").empty();d("#place").html('<div id="bet-success" class="bet-main"><h2>'+_("Bet Receipt")+"</h2><span class=\"right-help\"><a onclick=\"window.open('http://www.youwin.com/en/open-bets','newWindow','width=568,scrollbars=1,height=500');\" href=\"#\">"+_("Open Bets")+'</a></span><div class="single-bet"></div></div>');d("#bet-success div.single-bet").append('<div class="slip-selection white"><p>'+_("Your selections")+"</p></div>");d("#bet-success div.single-bet").append('<div class="slip-stake">'+k+"</div>");var g="";var p=l.Bets["BetOutbound"];if(p.length>1){for(var h=0;h<p.length;h++){g+="<b>"+_("Win")+"</b></p><p>"+Math.round(p[h]["TotalStake"]/p[h]["WinStake"])+" "+_("line(s) at")+" "+sprintf("%0.2f",p[h]["WinStake"])+" "+_("per line")+"</p>";g+="<p>"+_("Total stake for this bet")+": "+_("%currency%")+sprintf("%0.2f",p[h]["TotalStake"])+"</p>";g+="<p>"+_("Potential returns")+": "+_("%currency%")+sprintf("%0.2f",p[h]["PotentialReturn"])+"</p>"}}else{g+="<b>"+_("Win")+"</b></p><p>"+Math.round(p.TotalStake/p.WinStake)+" "+_("line(s) at")+" "+sprintf("%0.2f",p.WinStake)+" "+_("per line")+"</p>";g+="<p>"+_("Total stake for this bet")+": "+_("%currency%")+sprintf("%0.2f",p.TotalStake)+"</p>";g+="<p>"+_("Potential returns")+": "+_("%currency%")+sprintf("%0.2f",p.PotentialReturn)+"</p>"}var m="<p>"+_("Total stake")+": "+_("%currency%")+sprintf("%0.2f",l.TotalStake)+"</p>";m+="<p>"+_("Free bets voucher")+": "+_("%currency%")+" 0.00</p>";m+="<p>"+_("Total cost")+": "+_("%currency%")+sprintf("%0.2f",l.TotalStake)+"</p>";d("#bet-success").append('<div class="single-bet"></div></div>');d("#bet-success div.single-bet:last").append('<div class="slip-selection white"><p>'+_("Your bets")+"</p></div>");d("#bet-success div.single-bet:last").append('<div class="slip-stake"><p>'+g+"</div>");d("#bet-success div.single-bet:last").append('<div class="slip-footer"><p>'+m+"</div>");d("#bet-bottom div.total-stake").html('<p class="success-total">'+_("Your bet awaits confirmation")+"</p>");if(q!=""){d("#bet-bottom div.total-stake").after('<p id="no-bets">'+q+"</p>")}d("#bet-bottom div.bets-info input[type='submit']").remove();d("#bet-bottom div.bets-info").append('<input type="submit" class="submit-button" value="'+_("Confirm")+'"/>');d("#bet-bottom div.bets-info input[type='submit']").click(function(){var i=uWin.api.confirmBetSlip(l.IDFOBetSlip,l.Status,"XYZ");if(i.DetailedState==132){uWin.ui.betSlipError(i)}if(i.State==2&&i.DetailedState==1){uWin.ui.placeBetSlip(j,l)}})};this.placeBetSlip=function(o,k){clearTimeout(b);d("div.slip-stake input[type='text']").each(function(){d(this).unbind()});var j="";for(var h=0;h<o.length;h++){betDetails=uWin.api.getBetDetails("uk",o[h]["IDFOMarket"],o[h]["IDFOSelection"]);j+="<p>"+betDetails.eventname+" / "+betDetails.externalDescription+"</p>";if(betDetails.decimals.indexOf(")")>0){j+="<p><b>"+betDetails.name+" "+betDetails.decimals.replace(/\)/,") @")+"</b></p>"}else{j+="<p><b>"+betDetails.name+" @ "+betDetails.decimals+"</b></p>"}}d("#place").empty();d("#place").html('<div id="bet-success" class="bet-main"><h2>'+_("Bet Receipt")+"</h2><span class=\"right-help\"><a onclick=\"window.open('http://www.youwin.com/en/open-bets','newWindow','width=568,scrollbars=1,height=500');\" href=\"#\">"+_("Open Bets")+'</a></span><div class="single-bet"></div></div>');d("#bet-success div.single-bet").append('<div class="slip-selection white"><p>'+_("Your selections")+"</p></div>");d("#bet-success div.single-bet").append('<div class="slip-stake">'+j+"</div>");var l="";var m=k.Bets["BetOutbound"];if(m.length>1){for(var h=0;h<m.length;h++){l+="<b>"+_("Win")+"</b></p><p>"+Math.round(m[h]["TotalStake"]/m[h]["WinStake"])+" "+_("line(s) at")+" "+sprintf("%0.2f",m[h]["WinStake"])+" "+_("per line")+"</p>";l+="<p>"+_("Total stake for this bet")+": "+_("%currency%")+sprintf("%0.2f",m[h]["TotalStake"])+"</p>";l+="<p>"+_("Potential returns")+": "+_("%currency%")+sprintf("%0.2f",m[h]["PotentialReturn"])+"</p>"}}else{l+="<b>"+_("Win")+"</b></p><p>"+Math.round(m.TotalStake/m.WinStake)+" "+_("line(s) at")+" "+sprintf("%0.2f",m.WinStake)+" "+_("per line")+"</p>";l+="<p>"+_("Total stake for this bet")+": "+_("%currency%")+sprintf("%0.2f",m.TotalStake)+"</p>";l+="<p>"+_("Potential returns")+": "+_("%currency%")+sprintf("%0.2f",m.PotentialReturn)+"</p>"}var g="<p>"+_("Total stake")+": "+_("%currency%")+" "+sprintf("%0.2f",k.TotalStake)+"</p>";g+="<p>"+_("Free bets voucher")+": "+_("%currency%")+" 0.00</p>";g+="<p>"+_("Total cost")+": "+_("%currency%")+" "+sprintf("%0.2f",k.TotalStake)+"</p>";d("#bet-success").append('<div class="single-bet"></div></div>');d("#bet-success div.single-bet:last").append('<div class="slip-selection white"><p>'+_("Your bets")+"</p></div>");d("#bet-success div.single-bet:last").append('<div class="slip-stake"><p>'+l+"</div>");d("#bet-success div.single-bet:last").append('<div class="slip-footer"><p>'+g+"</div>");d("#bet-bottom div.total-stake").html('<p class="success-total">'+_("Your bet has been placed successfully")+"</p>");d("#no-bets").remove();d("#bet-bottom div.bets-info input[type='submit']").remove();d("#bet-bottom div.bets-info").append('<input type="submit" class="submit-button" value="'+_("Bet Again")+'"/>');d("#bet-bottom div.bets-info input[type='submit']").click(a)};this.uncheckSelection=function(g){d("#bs"+g.replace(/\./,"\\.")+" div.slip-selection input").attr("checked",false);d("#bs"+g.replace(/\./,"\\.")+" div.slip-selection input").attr("disabled",true)};this.checkSelection=function(g){d("#bs"+g.replace(/\./,"\\.")+" div.slip-selection input").attr("checked",true);d("#bs"+g.replace(/\./,"\\.")+" div.slip-selection input").attr("disabled",false)};this.startAjaxLoader=function(){if(d("#bet-bottom div.total-stake img").length==0&&d("#bet-bottom div.total-stake").html()!=""){d("#bet-bottom div.total-stake").append('<img src="http://www.youwin.tv/__data/assets/image/0017/5372/ajax-loader2.gif" />')}};this.stopAjaxLoader=function(){d("#bet-bottom div.total-stake img").remove()};var e=function(h){var g=h.val();h.val(g.replace(/[^0-9|\.]/,""));if(!h.val().match(/^[0-9]+(\.[0-9]{0,2})?$/)){g=h.val().split(".");if(g[0]==""){if(typeof(g[1])=="undefined"){g[0]=""}else{if(g[1]==""){g[0]="."}else{g[0]="0"}}}if(typeof(g[1])=="undefined"||g[1]==""){h.val(g[0])}else{h.val(g[0]+"."+g[1].substr(0,2))}}};var a=function(){var g="en";if(document.cookie.length>0){c_start=document.cookie.indexOf("lang=");if(c_start!=-1){c_start=c_start+5;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}g=unescape(document.cookie.substring(c_start,c_end))}}d("#place").empty();d("#place").append('<div class="bet-main"></div>');d("#place div.bet-main").append('<div id="bet-window-header"><h2>'+_("Place Bets")+"</h2><span class=\"right-help\"><a onclick=\"window.open('http://www.youwin.com/en/open-bets','newWindow','width=568,scrollbars=1,height=500');\" href=\"#\">"+_("Open Bets")+"</a></span></div>");d("#bet-window-header").append('<div class="free-bets"></div>');d("#place div.bet-main").append('<div id="bet-window"> </div> <div id="bet-option-header"> </div> <div id="bet-option"> </div>');if(g=="en"){d("#bet-bottom div.total-stake").html("<p>"+_("Total Stake")+": "+_("%currency%")+"0.00 </p>")}else{d("#bet-bottom div.total-stake").html("<p>"+_("Total Stake")+": 0.00"+_("%currency%")+"</p>")}if(d("#no-bets").length==0){d("#bet-bottom div.total-stake").after('<p id="no-bets">'+_("There are no bets made.")+" <br/> "+_("To select a bet click on a price.")+"</p>")}else{d("#no-bets").html(_("There are no bets made.")+" <br/> "+_("To select a bet click on a price."))}d("#bet-bottom div.bets-info input.submit-button").remove();d("#bet-bottom div.bets-info").append('<input type="submit" class="submit-button" value="'+_("Place Bet")+'" />');d("#bet-bottom div.bets-info input.submit-button").click(function(){uWin.state.placeBetSlip()});c()};var c=function(){var i=uWin.api.getValue("betSlipHtml");if(i){i=i.replace("/^[s\t\n]*/","");i=i.replace("/[s\t\n]*$/","")}var j=uWin.api.getValue("betLegs");if(i!=""&&typeof(j)!="undefined"&&j.length>0){uWin.ui.startAjaxLoader();d("#bet-window-header div.free-bets").html('<input type="checkbox" name="free-bets" class="free-bets" /><span>'+_("Place as free bets")+"</span>");d("#bet-window-header input.free-bets").click(function(){var p=false;if(d(this).attr("checked")){p=true}uWin.state.setFreeBets(p)});d("#bet-window").html(i);uWin.state.setBetLegs(j);d("#no-bets").remove();var o=uWin.api.getValue("stakeValues");if(o!=false){for(var m in o){if(o[m].split("_")[1]=="false"){d("#"+m.replace(/\./,"\\.")+" div.slip-selection input[type='checkbox']").attr("checked",false)}}}var g=uWin.state.getAllowedBetTypes();if(g){uWin.ui.drawBetTypes(g)}if(o!=false){for(var m in o){d("#"+m.replace(/\./,"\\.")+" div.slip-stake input[type='text']").val(o[m].split("_")[0])}}var h=uWin.state.calculateBetSlip();uWin.ui.calculateBetSlip(h);uWin.ui.stopAjaxLoader();d("#bet-window div.slip-selection input").each(function(){d(this).click(function(){uWin.ui.selectionClick(d(this))})});d("#bet-window div.slip-stake input").each(function(){d(this).bind("change keyup",function(){uWin.ui.selectionStake(d(this))})})}var l=uWin.api.isLoggedIn();if(l){var k=uWin.api.getBalances();if(k.free){if(parseFloat(k.free)<0.5){d("#bet-window-header div.free-bets").hide()}}else{d("#bet-window-header div.free-bets").hide()}}else{d("#bet-window-header div.free-bets").hide()}};d(function(){c()})}(jQuery);uWin.site=new function(b){var a=this;b(function(){b("#content span.selection").each(function(c){b(this).mouseover(function(){b(this).removeClass("out");b(this).addClass("over")});b(this).mouseout(function(){b(this).removeClass("over");b(this).addClass("out")});if(b(this).find("span.frac").html()!="N/A"){b(this).addClass("clickable");b(this).click(function(h){h.preventDefault();var d=b(this).find("span.frac").html();if(d=="EVS"){d="1/1"}d=d.split("/");uWin.ui.startAjaxLoader();if(b(this).find("span.orhn")){var i=parseFloat(b(this).find("span.orhn").text());uWin.state.addBet({Handicap:i,IDFOPriceType:"CP",IDFOSelection:b(this).attr("id").split("/")[1],IDFOMarket:b(this).attr("id").split("/")[0],PriceDown:parseInt(d[1]),PriceUp:parseInt(d[0])},b(this))}else{uWin.state.addBet({IDFOPriceType:"CP",IDFOSelection:b(this).attr("id").split("/")[1],IDFOMarket:b(this).attr("id").split("/")[0],PriceDown:parseInt(d[1]),PriceUp:parseInt(d[0])},b(this))}var e=uWin.state.getAllowedBetTypes();if(e){uWin.ui.drawBetTypes(e)}else{b("#bet-option div.slip-stake input[type='text']").each(function(){b(this).unbind()});b("#bet-option").empty()}var g=uWin.state.calculateBetSlip();uWin.ui.calculateBetSlip(g);uWin.ui.stopAjaxLoader()})}});b("#betting-slip-button a").click(function(c){c.preventDefault();b("#betting-slip-right-box").toggle("slow")});b("#bet-window-header p.slip-right").click(function(){uWin.state.clearSlip()});b("#bet-window-header input.free-bets").click(function(){var c=false;if(b(this).attr("checked")){c=true}uWin.state.setFreeBets(c)});b("#bet-bottom input.submit-button").click(function(){uWin.state.placeBetSlip()});b(window).unload(function(){var d=uWin.state.getBetLegs();if(d.length>0){var e={};var c=false;b("#place div.single-bet").each(function(){if(b(this).find("div.slip-stake input[type='text']").val()!=""||b(this).find("div.slip-selection input[type='checkbox']").attr("checked")==false){checked=b(this).find("div.slip-selection input[type='checkbox']").attr("checked");if(typeof(checked)=="undefined"){checked=true}e[b(this).attr("id")]=b(this).find("div.slip-stake input[type='text']").val()+"_"+checked;c=true}});if(c){return uWin.api.storeValue("stakeValues",e)}}})})}(jQuery);hided='<style type="text/css">body table tr td span.red span.dec{display:none;}</style>';hidef='<style type="text/css">body table tr td span.red span.frac{display:none;}</style>';var f=readCookie("format");if(f){if(f=="decimal"){document.write(hidef)}else{if(f=="fraction"){document.write(hided)}}}else{if((document.URL).match("/uk/")){document.write(hided);createCookie("format","fraction",365)}else{document.write(hidef);createCookie("format","decimal",365)}};