/*Ajax Passloader*/
var varname,http;
function Ajax_call(){
var _1=null;
try{
_1=new XMLHttpRequest();
}
catch(e){
try{
_1=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e){
_1=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return _1;
};

function checkAjax(field, value, validrespmsg, varname, urlreq, urltorequest) {

	if(urlreq == null) {
		urlreq = "members";
		arraydata = "Member";
	} else {
		arraydata = "Advertiser"
	}
	varname = new Ajax_call();

	document.getElementById(field+'resp').innerHTML = '<img src="https://www.smoothping.com/img/passwordloader.gif" alt="" /> <em>loading...</em>';
	
	var url = urltorequest+urlreq+"/ajaxcheck/"+field;
	var params = "data["+arraydata+"]["+field+"]="+(value)+"&seid="+Math.random();
	varname.onreadystatechange = function() {
		if(varname.readyState==4) {
			resp = varname.responseText;
			if(resp === '') {
				document.getElementById(field+'resp').innerHTML = '<img src="'+urltorequest+'img/tick.png" alt="" /><span class="LV_valid">'+validrespmsg+'</span>';
			} else {
				document.getElementById(field+'resp').innerHTML = '<img src="'+urltorequest+'img/cross.png" alt="" /><span class="LV_invalid">'+resp+'</span>';
			}
		}
	};
	varname.open("POST",url,true);
	varname.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
	varname.setRequestHeader("Content-length", params.length);
	varname.setRequestHeader("Connection", "close");
	varname.send(params);
};

/*Cufon*/
var Cufon=(function(){
var K=function(){
return K.replace.apply(null,arguments);
};
var U=K.DOM={ready:(function(){
var Z=false,b={loaded:1,complete:1};
var Y=[],a=function(){
if(Z){
return;
}
Z=true;
for(var c;c=Y.shift();c()){
}
};
if(document.addEventListener){
document.addEventListener("DOMContentLoaded",a,false);
window.addEventListener("pageshow",a,false);
}
if(!window.opera&&document.readyState){
(function(){
b[document.readyState]?a():setTimeout(arguments.callee,10);
})();
}
if(document.readyState&&document.createStyleSheet){
(function(){
try{
document.body.doScroll("left");
a();
}
catch(c){
setTimeout(arguments.callee,1);
}
})();
}
O(window,"load",a);
return function(c){
if(!arguments.length){
a();
}else{
Z?c():Y.push(c);
}
};
})()};
var L=K.CSS={Size:function(Z,Y){
this.value=parseFloat(Z);
this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";
this.convert=function(a){
return a/Y*this.value;
};
this.convertFrom=function(a){
return a/this.value*Y;
};
this.toString=function(){
return this.value+this.unit;
};
},getStyle:function(Z){
var Y=document.defaultView;
if(Y&&Y.getComputedStyle){
return new A(Y.getComputedStyle(Z,null));
}
if(Z.currentStyle){
return new A(Z.currentStyle);
}
return new A(Z.style);
},ready:(function(){
var a=false;
var Z=[],b=function(){
a=true;
for(var d;d=Z.shift();d()){
}
};
var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};
var c=F("link");
U.ready(function(){
var g=0,f;
for(var e=0,d=c.length;f=c[e],e<d;++e){
if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){
++g;
}
}
if(document.styleSheets.length>=Y.length+g){
b();
}else{
setTimeout(arguments.callee,10);
}
});
return function(d){
if(a){
d();
}else{
Z.push(d);
}
};
})(),supports:function(a,Z){
var Y=document.createElement("span").style;
if(Y[a]===undefined){
return false;
}
Y[a]=Z;
return Y[a]===Z;
},textAlign:function(b,a,Y,Z){
if(a.get("textAlign")=="right"){
if(Y>0){
b=" "+b;
}
}else{
if(Y<Z-1){
b+=" ";
}
}
return b;
},textDecoration:function(d,c){
if(!c){
c=this.getStyle(d);
}
var Z={underline:null,overline:null,"line-through":null};
for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){
var b=true;
for(var a in Z){
if(Z[a]){
continue;
}
if(c.get("textDecoration").indexOf(a)!=-1){
Z[a]=c.get("color");
}
b=false;
}
if(b){
break;
}
c=this.getStyle(Y=Y.parentNode);
}
return Z;
},textShadow:I(function(c){
if(c=="none"){
return null;
}
var b=[],d={},Y,Z=0;
var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;
while(Y=a.exec(c)){
if(Y[0]==","){
b.push(d);
d={},Z=0;
}else{
if(Y[1]){
d.color=Y[1];
}else{
d[["offX","offY","blur"][Z++]]=Y[2];
}
}
}
b.push(d);
return b;
}),color:I(function(Z){
var Y={};
Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){
Y.opacity=parseFloat(c);
return "rgb("+a+")";
});
return Y;
}),textTransform:function(Z,Y){
return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]();
}};
function Q(Z){
var Y=this.face=Z.face;
this.glyphs=Z.glyphs;
this.w=Z.w;
this.baseSize=parseInt(Y["units-per-em"],10);
this.family=Y["font-family"].toLowerCase();
this.weight=Y["font-weight"];
this.style=Y["font-style"]||"normal";
this.viewBox=(function(){
var b=Y.bbox.split(/\s+/);
var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};
a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;
a.toString=function(){
return [this.minX,this.minY,this.width,this.height].join(" ");
};
return a;
})();
this.ascent=-parseInt(Y.ascent,10);
this.descent=-parseInt(Y.descent,10);
this.height=-this.ascent+this.descent;
};
function E(){
var Z={},Y={oblique:"italic",italic:"oblique"};
this.add=function(a){
(Z[a.style]||(Z[a.style]={}))[a.weight]=a;
};
this.get=function(e,f){
var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;
if(!d){
return null;
}
f={normal:400,bold:700}[f]||parseInt(f,10);
if(d[f]){
return d[f];
}
var b={1:1,99:0}[f%100],h=[],c,a;
if(b===undefined){
b=f>400;
}
if(f==500){
f=400;
}
for(var g in d){
g=parseInt(g,10);
if(!c||g<c){
c=g;
}
if(!a||g>a){
a=g;
}
h.push(g);
}
if(f<c){
f=c;
}
if(f>a){
f=a;
}
h.sort(function(j,i){
return (b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1;
});
return d[h[0]];
};
};
function P(){
function a(c,d){
if(c.contains){
return c.contains(d);
}
return c.compareDocumentPosition(d)&16;
};
function Y(d){
var c=d.relatedTarget;
if(!c||a(this,c)){
return;
}
Z(this);
};
function b(c){
Z(this);
};
function Z(c){
setTimeout(function(){
K.replace(c,D.get(c).options,true);
},10);
};
this.attach=function(c){
if(c.onmouseenter===undefined){
O(c,"mouseover",Y);
O(c,"mouseout",Y);
}else{
O(c,"mouseenter",b);
O(c,"mouseleave",b);
}
};
};
function X(){
var a={},Y=0;
function Z(b){
return b.cufid||(b.cufid=++Y);
};
this.get=function(b){
var c=Z(b);
return a[c]||(a[c]={});
};
};
function A(Y){
var a={},Z={};
this.get=function(b){
return a[b]!=undefined?a[b]:Y[b];
};
this.getSize=function(c,b){
return Z[c]||(Z[c]=new L.Size(this.get(c),b));
};
this.extend=function(b){
for(var c in b){
a[c]=b[c];
}
return this;
};
};
function O(Z,Y,a){
if(Z.addEventListener){
Z.addEventListener(Y,a,false);
}else{
if(Z.attachEvent){
Z.attachEvent("on"+Y,function(){
return a.call(Z,window.event);
});
}
}
};
function R(Z,Y){
var a=D.get(Z);
if(a.options){
return Z;
}
if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){
B.attach(Z);
}
a.options=Y;
return Z;
};
function I(Y){
var Z={};
return function(a){
if(!Z.hasOwnProperty(a)){
Z[a]=Y.apply(null,arguments);
}
return Z[a];
};
};
function C(d,c){
if(!c){
c=L.getStyle(d);
}
var Z=c.get("fontFamily").split(/\s*,\s*/),b;
for(var a=0,Y=Z.length;a<Y;++a){
b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();
if(H[b]){
return H[b].get(c.get("fontStyle"),c.get("fontWeight"));
}
}
return null;
};
function F(Y){
return document.getElementsByTagName(Y);
};
function G(){
var Y={},b;
for(var a=0,Z=arguments.length;a<Z;++a){
for(b in arguments[a]){
Y[b]=arguments[a][b];
}
}
return Y;
};
function M(b,k,Z,m,c,a){
var j=m.separate;
if(j=="none"){
return W[m.engine].apply(null,arguments);
}
var h=document.createDocumentFragment(),e;
var f=k.split(N[j]),Y=(j=="words");
if(Y&&S){
if(/^\s/.test(k)){
f.unshift("");
}
if(/\s$/.test(k)){
f.push("");
}
}
for(var g=0,d=f.length;g<d;++g){
e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);
if(e){
h.appendChild(e);
}
}
return h;
};
function J(Z,g){
var a,Y,d,f;
for(var b=R(Z,g).firstChild;b;b=d){
d=b.nextSibling;
f=false;
if(b.nodeType==1){
if(!b.firstChild){
continue;
}
if(!/cufon/.test(b.className)){
arguments.callee(b,g);
continue;
}else{
f=true;
}
}
if(!Y){
Y=L.getStyle(Z).extend(g);
}
if(!a){
a=C(Z,Y);
}
if(!a){
continue;
}
if(f){
W[g.engine](a,null,Y,g,b,Z);
continue;
}
var e=b.data;
if(e===""){
continue;
}
var c=M(a,e,Y,g,b,Z);
if(c){
b.parentNode.replaceChild(c,b);
}else{
b.parentNode.removeChild(b);
}
}
};
var S=" ".split(/\s+/).length==0;
var D=new X();
var B=new P();
var V=[];
var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Y){
return jQuery(Y);
})||(window.dojo&&dojo.query)||(window.$$&&function(Y){
return $$(Y);
})||(window.$&&function(Y){
return $(Y);
})||(document.querySelectorAll&&function(Y){
return document.querySelectorAll(Y);
})||F),separate:"words",textShadow:"none"};
var N={words:/\s+/,characters:""};
K.now=function(){
U.ready();
return K;
};
K.refresh=function(){
var a=V.splice(0,V.length);
for(var Z=0,Y=a.length;Z<Y;++Z){
K.replace.apply(null,a[Z]);
}
return K;
};
K.registerEngine=function(Z,Y){
if(!Y){
return K;
}
W[Z]=Y;
return K.set("engine",Z);
};
K.registerFont=function(a){
var Y=new Q(a),Z=Y.family;
if(!H[Z]){
H[Z]=new E();
}
H[Z].add(Y);
return K.set("fontFamily",Z);
};
K.replace=function(a,Z,Y){
Z=G(T,Z);
if(!Z.engine){
return K;
}
if(typeof Z.textShadow=="string"){
Z.textShadow=L.textShadow(Z.textShadow);
}
if(!Y){
V.push(arguments);
}
if(a.nodeType||typeof a=="string"){
a=[a];
}
L.ready(function(){
for(var c=0,b=a.length;c<b;++c){
var d=a[c];
if(typeof d=="string"){
K.replace(Z.selector(d),Z,true);
}else{
J(d,Z);
}
}
});
return K;
};
K.set=function(Y,Z){
T[Y]=Z;
return K;
};
return K;
})();
Cufon.registerEngine("canvas",(function(){
var B=document.createElement("canvas");
if(!B||!B.getContext||!B.getContext.apply){
return null;
}
B=null;
var A=Cufon.CSS.supports("display","inline-block");
var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));
var F=document.createElement("style");
F.type="text/css";
F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));
document.getElementsByTagName("head")[0].appendChild(F);
function D(O,H){
var M=0,L=0;
var G=[],N=/([mrvxe])([^a-z]*)/g,J;
generate:
for(var I=0;J=N.exec(O);++I){
var K=J[2].split(",");
switch(J[1]){
case "v":
G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};
break;
case "r":
G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};
break;
case "m":
G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};
break;
case "x":
G[I]={m:"closePath"};
break;
case "e":
break generate;
}
H[G[I].m].apply(H,G[I].a);
}
return G;
};
function C(K,J){
for(var I=0,H=K.length;I<H;++I){
var G=K[I];
J[G.m].apply(J,G.a);
}
};
return function(q,T,k,P,X,r){
var I=(T===null);
var V=q.viewBox;
var J=k.getSize("fontSize",q.baseSize);
var h=k.get("letterSpacing");
h=(h=="normal")?0:J.convertFrom(parseInt(h,10));
var W=0,j=0,f=0,R=0;
var U=P.textShadow,d=[];
if(U){
for(var p=0,m=U.length;p<m;++p){
var Z=U[p];
var c=J.convertFrom(parseFloat(Z.offX));
var b=J.convertFrom(parseFloat(Z.offY));
d[p]=[c,b];
if(b<W){
W=b;
}
if(c>j){
j=c;
}
if(b>f){
f=b;
}
if(c<R){
R=c;
}
}
}
var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");
var G=0,S=null;
for(var p=0,m=u.length;p<m;++p){
var Q=q.glyphs[u[p]]||q.missingGlyph;
if(!Q){
continue;
}
G+=S=Number(Q.w||q.w)+h;
}
if(S===null){
return null;
}
j+=(V.width-S);
R+=V.minX;
var O,K;
if(I){
O=X;
K=X.firstChild;
}else{
O=document.createElement("span");
O.className="cufon cufon-canvas";
O.alt=T;
K=document.createElement("canvas");
O.appendChild(K);
if(P.printable){
var n=document.createElement("span");
n.className="cufon-alt";
n.appendChild(document.createTextNode(T));
O.appendChild(n);
}
}
var v=O.style;
var a=K.style;
var H=J.convert(V.height-W+f);
var t=Math.ceil(H);
var e=t/H;
K.width=Math.ceil(J.convert(G+j-R)*e);
K.height=t;
W+=V.minY;
a.top=Math.round(J.convert(W-q.ascent))+"px";
a.left=Math.round(J.convert(R))+"px";
var N=Math.ceil(J.convert(G*e))+"px";
if(A){
v.width=N;
v.height=J.convert(q.height)+"px";
}else{
v.paddingLeft=N;
v.paddingBottom=(J.convert(q.height)-1)+"px";
}
var s=K.getContext("2d"),Y=t/V.height;
s.scale(Y,Y);
s.translate(-R,-W);
s.lineWidth=q.face["underline-thickness"];
s.save();
function L(i,g){
s.strokeStyle=g;
s.beginPath();
s.moveTo(0,i);
s.lineTo(G,i);
s.stroke();
};
var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};
if(M.underline){
L(-q.face["underline-position"],M.underline);
}
if(M.overline){
L(q.ascent,M.overline);
}
s.fillStyle=k.get("color");
function o(){
for(var w=0,g=u.length;w<g;++w){
var x=q.glyphs[u[w]]||q.missingGlyph;
if(!x){
continue;
}
s.beginPath();
if(x.d){
if(x.code){
C(x.code,s);
}else{
x.code=D("m"+x.d,s);
}
}
s.fill();
s.translate(Number(x.w||q.w)+h,0);
}
};
if(U){
for(var p=0,m=U.length;p<m;++p){
var Z=U[p];
s.save();
s.fillStyle=Z.color;
s.translate.apply(s,d[p]);
o();
s.restore();
}
}
o();
s.restore();
if(M["line-through"]){
L(-q.descent,M["line-through"]);
}
return O;
};
})());
Cufon.registerEngine("vml",(function(){
if(!document.namespaces){
return;
}
document.write("<!--[if vml]><script type=\"text/javascript\">Cufon.vmlEnabled=true;</script><![endif]-->");
if(!Cufon.vmlEnabled){
return;
}
if(document.namespaces.cvml==null){
document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");
document.write("<style type=\"text/css\">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>");
}
function B(C,D){
return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D);
};
function A(F,G){
if(/px$/i.test(G)){
return parseFloat(G);
}
var E=F.style.left,D=F.runtimeStyle.left;
F.runtimeStyle.left=F.currentStyle.left;
F.style.left=G;
var C=F.style.pixelLeft;
F.style.left=E;
F.runtimeStyle.left=D;
return C;
};
return function(r,U,m,R,Y,s,h){
var F=(U===null);
if(F){
U=Y.alt;
}
var W=r.viewBox;
var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));
var g=m.computedLSpacing;
if(g==undefined){
g=m.get("letterSpacing");
m.computedLSpacing=g=(g=="normal")?0:~~G.convertFrom(A(s,g));
}
var O,H;
if(F){
O=Y;
H=Y.firstChild;
}else{
O=document.createElement("span");
O.className="cufon cufon-vml";
O.alt=U;
H=document.createElement("span");
H.className="cufon-vml-canvas";
O.appendChild(H);
if(R.printable){
var p=document.createElement("span");
p.className="cufon-alt";
p.appendChild(document.createTextNode(U));
O.appendChild(p);
}
if(!h){
O.appendChild(document.createElement("cvml:group"));
}
}
var x=O.style;
var b=H.style;
var D=G.convert(W.height),u=Math.ceil(D);
var f=u/D;
var e=W.minX,d=W.minY;
b.height=u;
b.top=Math.round(G.convert(d-r.ascent));
b.left=Math.round(G.convert(e));
x.height=G.convert(r.height)+"px";
var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};
var T=m.get("color");
var v=Cufon.CSS.textTransform(U,m).split("");
var C=0,c=0,L=null;
var S,M,V=R.textShadow;
for(var q=0,o=0,n=v.length;q<n;++q){
S=r.glyphs[v[q]]||r.missingGlyph;
if(S){
C+=L=~~(S.w||r.w)+g;
}
}
if(L===null){
return null;
}
var N=-e+C+(W.width-L);
var w=G.convert(N*f),j=Math.round(w);
var a=N+","+W.height,E;
var X="r"+a+"nsnf";
for(q=0;q<n;++q){
S=r.glyphs[v[q]]||r.missingGlyph;
if(!S){
continue;
}
if(F){
M=H.childNodes[o];
if(M.firstChild){
M.removeChild(M.firstChild);
}
}else{
M=document.createElement("cvml:shape");
H.appendChild(M);
}
M.stroked="f";
M.coordsize=a;
M.coordorigin=E=(e-c)+","+d;
M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;
M.fillcolor=T;
var t=M.style;
t.width=j;
t.height=u;
if(V){
var J=V[0],I=V[1];
var Q=Cufon.CSS.color(J.color),P;
var Z=document.createElement("cvml:shadow");
Z.on="t";
Z.color=Q.color;
Z.offset=J.offX+","+J.offY;
if(I){
P=Cufon.CSS.color(I.color);
Z.type="double";
Z.color2=P.color;
Z.offset2=I.offX+","+I.offY;
}
Z.opacity=Q.opacity||(P&&P.opacity)||1;
M.appendChild(Z);
}
c+=~~(S.w||r.w)+g;
++o;
}
x.width=Math.max(Math.ceil(G.convert(C*f)),0);
return O;
};
})());
/*Easing */

jQuery.easing={easein:function(x,t,b,c,d){
return c*(t/=d)*t+b;
},easeinout:function(x,t,b,c,d){
if(t<d/2){
return 2*c*t*t/(d*d)+b;
}
var a=t-d/2;
return -2*c*a*a/(d*d)+2*c*a/d+c/2+b;
},easeout:function(x,t,b,c,d){
return -c*t*t/(d*d)+2*c*t/d+b;
},expoin:function(x,t,b,c,d){
var a=1;
if(c<0){
a*=-1;
c*=-1;
}
return a*(Math.exp(Math.log(c)/d*t))+b;
},expoout:function(x,t,b,c,d){
var a=1;
if(c<0){
a*=-1;
c*=-1;
}
return a*(-Math.exp(-Math.log(c)/d*(t-d))+c+1)+b;
},expoinout:function(x,t,b,c,d){
var a=1;
if(c<0){
a*=-1;
c*=-1;
}
if(t<d/2){
return a*(Math.exp(Math.log(c/2)/(d/2)*t))+b;
}
return a*(-Math.exp(-2*Math.log(c/2)/d*(t-d))+c+1)+b;
},bouncein:function(x,t,b,c,d){
return c-jQuery.easing["bounceout"](x,d-t,0,c,d)+b;
},bounceout:function(x,t,b,c,d){
if((t/=d)<(1/2.75)){
return c*(7.5625*t*t)+b;
}else{
if(t<(2/2.75)){
return c*(7.5625*(t-=(1.5/2.75))*t+0.75)+b;
}else{
if(t<(2.5/2.75)){
return c*(7.5625*(t-=(2.25/2.75))*t+0.9375)+b;
}else{
return c*(7.5625*(t-=(2.625/2.75))*t+0.984375)+b;
}
}
}
},bounceinout:function(x,t,b,c,d){
if(t<d/2){
return jQuery.easing["bouncein"](x,t*2,0,c,d)*0.5+b;
}
return jQuery.easing["bounceout"](x,t*2-d,0,c,d)*0.5+c*0.5+b;
},elasin:function(x,t,b,c,d){
var s=1.70158;
var p=0;
var a=c;
if(t==0){
return b;
}
if((t/=d)==1){
return b+c;
}
if(!p){
p=d*0.3;
}
if(a<Math.abs(c)){
a=c;
var s=p/4;
}else{
var s=p/(2*Math.PI)*Math.asin(c/a);
}
return -(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;
},elasout:function(x,t,b,c,d){
var s=1.70158;
var p=0;
var a=c;
if(t==0){
return b;
}
if((t/=d)==1){
return b+c;
}
if(!p){
p=d*0.3;
}
if(a<Math.abs(c)){
a=c;
var s=p/4;
}else{
var s=p/(2*Math.PI)*Math.asin(c/a);
}
return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;
},elasinout:function(x,t,b,c,d){
var s=1.70158;
var p=0;
var a=c;
if(t==0){
return b;
}
if((t/=d/2)==2){
return b+c;
}
if(!p){
p=d*(0.3*1.5);
}
if(a<Math.abs(c)){
a=c;
var s=p/4;
}else{
var s=p/(2*Math.PI)*Math.asin(c/a);
}
if(t<1){
return -0.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;
}
return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*0.5+c+b;
},backin:function(x,t,b,c,d){
var s=1.70158;
return c*(t/=d)*t*((s+1)*t-s)+b;
},backout:function(x,t,b,c,d){
var s=1.70158;
return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;
},backinout:function(x,t,b,c,d){
var s=1.70158;
if((t/=d/2)<1){
return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;
}
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;
},linear:function(x,t,b,c,d){
return c*t/d+b;
}};

/*Lavalamp*/

(function($){
$.fn.lavaLamp=function(o){
o=$.extend({fx:"linear",speed:500,click:function(){
}},o||{});
return this.each(function(){
var b=$(this),_5=function(){
},_6=$("<li class=\"back\"><div class=\"left\"></div></li>").appendTo(b),_7=$("li",this),_8=$("li.current",this)[0]||$(_7[0]).addClass("current")[0];
_7.not(".back").hover(function(){
_9(this);
},_5);
$(this).hover(_5,function(){
_9(_8);
});
_7.click(function(e){
_a(this);
return o.click.apply(this,[e,this]);
});
_a(_8);
function _a(a){
_6.css({"left":a.offsetLeft+"px","width":a.offsetWidth-5+"px"});
_8=a;
};
function _9(a){
_6.each(function(){
$.dequeue(this,"fx");
}).animate({width:a.offsetWidth,left:a.offsetLeft},o.speed,o.fx);
};
});
};
})(jQuery);

/*Password Validation*/
(function(A){
A.extend(A.fn,{pstrength:function(B){
var B=A.extend({verdects:["Very weak","Weak","Medium","Strong","Very strong"],colors:["#f00","#c06","#f60","#3c0","#3f0"],scores:[10,15,30,40],common:["password","sex","god","123456","123","liverpool","letmein","qwerty","monkey"],minchar:6},B);
return this.each(function(){
var C=A(this).attr("id");
A(this).after("<div class=\"pstrength-minchar\" id=\""+C+"_minchar\">Minimum number of characters is "+B.minchar+"</div>");
A(this).after("<div class=\"pstrength-info\" id=\""+C+"_text\"></div><br />");
A(this).after("<div class=\"pstrength-bar\" id=\""+C+"_bar\" style=\"border: 1px solid white; font-size: 1px; height: 5px; width: 0px;\"></div>");
A(this).keyup(function(){
A.fn.runPassword(A(this).val(),C,B);
});
});
},runPassword:function(D,F,C){
nPerc=A.fn.checkPassword(D,C);
var B="#"+F+"_bar";
var E="#"+F+"_text";
if(nPerc==-200){
strColor="#f00";
strText="Unsafe password word!";
A(B).css({width:"0%"});
}else{
if(nPerc<0&&nPerc>-199){
strColor="#ccc";
strText="Too short";
A(B).css({width:"5%"});
}else{
if(nPerc<=C.scores[0]){
strColor=C.colors[0];
strText=C.verdects[0];
A(B).css({width:"10%"});
}else{
if(nPerc>C.scores[0]&&nPerc<=C.scores[1]){
strColor=C.colors[1];
strText=C.verdects[1];
A(B).css({width:"25%"});
}else{
if(nPerc>C.scores[1]&&nPerc<=C.scores[2]){
strColor=C.colors[2];
strText=C.verdects[2];
A(B).css({width:"50%"});
}else{
if(nPerc>C.scores[2]&&nPerc<=C.scores[3]){
strColor=C.colors[3];
strText=C.verdects[3];
A(B).css({width:"75%"});
}else{
strColor=C.colors[4];
strText=C.verdects[4];
A(B).css({width:"92%"});
}
}
}
}
}
}
A(B).css({backgroundColor:strColor});
A(E).html("<span style='color: "+strColor+";'>"+strText+"</span>");
},checkPassword:function(C,B){
var F=0;
var E=B.verdects[0];
if(C.length<B.minchar){
F=(F-100);
}else{
if(C.length>=B.minchar&&C.length<=(B.minchar+2)){
F=(F+6);
}else{
if(C.length>=(B.minchar+3)&&C.length<=(B.minchar+4)){
F=(F+12);
}else{
if(C.length>=(B.minchar+5)){
F=(F+18);
}
}
}
}
if(C.match(/[a-z]/)){
F=(F+1);
}
if(C.match(/[A-Z]/)){
F=(F+5);
}
if(C.match(/\d+/)){
F=(F+5);
}
if(C.match(/(.*[0-9].*[0-9].*[0-9])/)){
F=(F+7);
}
if(C.match(/.[!,@,#,$,%,^,&,*,?,_,~]/)){
F=(F+5);
}
if(C.match(/(.*[!,@,#,$,%,^,&,*,?,_,~].*[!,@,#,$,%,^,&,*,?,_,~])/)){
F=(F+7);
}
if(C.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/)){
F=(F+2);
}
if(C.match(/([a-zA-Z])/)&&C.match(/([0-9])/)){
F=(F+3);
}
if(C.match(/([a-zA-Z0-9].*[!,@,#,$,%,^,&,*,?,_,~])|([!,@,#,$,%,^,&,*,?,_,~].*[a-zA-Z0-9])/)){
F=(F+3);
}
for(var D=0;D<B.common.length;D++){
if(C.toLowerCase()==B.common[D]){
F=-200;
}
}
return F;
}});
})(jQuery);

/*Live Validation*/
var LiveValidation=function(_b,_c){
this.initialize(_b,_c);
};
LiveValidation.VERSION="1.3 standalone";
LiveValidation.TEXTAREA=1;
LiveValidation.TEXT=2;
LiveValidation.PASSWORD=3;
LiveValidation.CHECKBOX=4;
LiveValidation.SELECT=5;
LiveValidation.FILE=6;
LiveValidation.massValidate=function(_d){
var _e=true;
for(var i=0,_f=_d.length;i<_f;++i){
var _10=_d[i].validate();
if(_e){
_e=_10;
}
}
return _e;
};
LiveValidation.prototype={validClass:"LV_valid",invalidClass:"LV_invalid",messageClass:"LV_validation_message",validFieldClass:"LV_valid_field",invalidFieldClass:"LV_invalid_field",initialize:function(_11,_12){
var _13=this;
if(!_11){
throw new Error("LiveValidation::initialize - No element reference or element id has been provided!");
}
this.element=_11.nodeName?_11:document.getElementById(_11);
if(!this.element){
throw new Error("LiveValidation::initialize - No element with reference or id of '"+_11+"' exists!");
}
this.validations=[];
this.elementType=this.getElementType();
this.form=this.element.form;
var _14=_12||{};
this.validMessage=_14.validMessage||"Thankyou!";
var _15=_14.insertAfterWhatNode||this.element;
this.insertAfterWhatNode=_15.nodeType?_15:document.getElementById(_15);
this.onValid=_14.onValid||function(){
this.insertMessage(this.createMessageSpan());
this.addFieldClass();
};
this.onInvalid=_14.onInvalid||function(){
this.insertMessage(this.createMessageSpan());
this.addFieldClass();
};
this.onlyOnBlur=_14.onlyOnBlur||false;
this.wait=_14.wait||0;
this.onlyOnSubmit=_14.onlyOnSubmit||false;
if(this.form){
this.formObj=LiveValidationForm.getInstance(this.form);
this.formObj.addField(this);
}
this.oldOnFocus=this.element.onfocus||function(){
};
this.oldOnBlur=this.element.onblur||function(){
};
this.oldOnClick=this.element.onclick||function(){
};
this.oldOnChange=this.element.onchange||function(){
};
this.oldOnKeyup=this.element.onkeyup||function(){
};
this.element.onfocus=function(e){
_13.doOnFocus(e);
return _13.oldOnFocus.call(this,e);
};
if(!this.onlyOnSubmit){
switch(this.elementType){
case LiveValidation.CHECKBOX:
this.element.onclick=function(e){
_13.validate();
return _13.oldOnClick.call(this,e);
};
case LiveValidation.SELECT:
case LiveValidation.FILE:
this.element.onchange=function(e){
_13.validate();
return _13.oldOnChange.call(this,e);
};
break;
default:
if(!this.onlyOnBlur){
this.element.onkeyup=function(e){
_13.deferValidation();
return _13.oldOnKeyup.call(this,e);
};
}
this.element.onblur=function(e){
_13.doOnBlur(e);
return _13.oldOnBlur.call(this,e);
};
}
}
},destroy:function(){
if(this.formObj){
this.formObj.removeField(this);
this.formObj.destroy();
}
this.element.onfocus=this.oldOnFocus;
if(!this.onlyOnSubmit){
switch(this.elementType){
case LiveValidation.CHECKBOX:
this.element.onclick=this.oldOnClick;
case LiveValidation.SELECT:
case LiveValidation.FILE:
this.element.onchange=this.oldOnChange;
break;
default:
if(!this.onlyOnBlur){
this.element.onkeyup=this.oldOnKeyup;
}
this.element.onblur=this.oldOnBlur;
}
}
this.validations=[];
this.removeMessageAndFieldClass();
},add:function(_16,_17){
this.validations.push({type:_16,params:_17||{}});
return this;
},remove:function(_18,_19){
var _1a=false;
for(var i=0,len=this.validations.length;i<len;i++){
if(this.validations[i].type==_18){
if(this.validations[i].params==_19){
_1a=true;
break;
}
}
}
if(_1a){
this.validations.splice(i,1);
}
return this;
},deferValidation:function(e){
if(this.wait>=300){
this.removeMessageAndFieldClass();
}
var _1b=this;
if(this.timeout){
clearTimeout(_1b.timeout);
}
this.timeout=setTimeout(function(){
_1b.validate();
},_1b.wait);
},doOnBlur:function(e){
this.focused=false;
this.validate(e);
},doOnFocus:function(e){
this.focused=true;
this.removeMessageAndFieldClass();
},getElementType:function(){
switch(true){
case (this.element.nodeName.toUpperCase()=="TEXTAREA"):
return LiveValidation.TEXTAREA;
case (this.element.nodeName.toUpperCase()=="INPUT"&&this.element.type.toUpperCase()=="TEXT"):
return LiveValidation.TEXT;
case (this.element.nodeName.toUpperCase()=="INPUT"&&this.element.type.toUpperCase()=="PASSWORD"):
return LiveValidation.PASSWORD;
case (this.element.nodeName.toUpperCase()=="INPUT"&&this.element.type.toUpperCase()=="CHECKBOX"):
return LiveValidation.CHECKBOX;
case (this.element.nodeName.toUpperCase()=="INPUT"&&this.element.type.toUpperCase()=="FILE"):
return LiveValidation.FILE;
case (this.element.nodeName.toUpperCase()=="SELECT"):
return LiveValidation.SELECT;
case (this.element.nodeName.toUpperCase()=="INPUT"):
throw new Error("LiveValidation::getElementType - Cannot use LiveValidation on an "+this.element.type+" input!");
default:
throw new Error("LiveValidation::getElementType - Element must be an input, select, or textarea!");
}
},doValidations:function(){
this.validationFailed=false;
for(var i=0,len=this.validations.length;i<len;++i){
var _1c=this.validations[i];
switch(_1c.type){
case Validate.Presence:
case Validate.Confirmation:
case Validate.Acceptance:
this.displayMessageWhenEmpty=true;
this.validationFailed=!this.validateElement(_1c.type,_1c.params);
break;
default:
this.validationFailed=!this.validateElement(_1c.type,_1c.params);
break;
}
if(this.validationFailed){
return false;
}
}
this.message=this.validMessage;
return true;
},validateElement:function(_1d,_1e){
var _1f=(this.elementType==LiveValidation.SELECT)?this.element.options[this.element.selectedIndex].value:this.element.value;
if(_1d==Validate.Acceptance){
if(this.elementType!=LiveValidation.CHECKBOX){
throw new Error("LiveValidation::validateElement - Element to validate acceptance must be a checkbox!");
}
_1f=this.element.checked;
}
var _20=true;
try{
_1d(_1f,_1e);
}
catch(error){
if(error instanceof Validate.Error){
if(_1f!==""||(_1f===""&&this.displayMessageWhenEmpty)){
this.validationFailed=true;
this.message=error.message;
_20=false;
}
}else{
throw error;
}
}
finally{
return _20;
}
},validate:function(){
if(!this.element.disabled){
var _21=this.doValidations();
if(_21){
this.onValid();
return true;
}else{
this.onInvalid();
return false;
}
}else{
return true;
}
},enable:function(){
this.element.disabled=false;
return this;
},disable:function(){
this.element.disabled=true;
this.removeMessageAndFieldClass();
return this;
},createMessageSpan:function(){
var _22=document.createElement("span");
var _23=document.createTextNode(this.message);
var _24=document.createElement("img");
if(this.message=="Thankyou!"){
_24.src="http://www.smoothping.com/img/tick.png";
_22.appendChild(_24);
}else{
_24.src="http://www.smoothping.com/img/cross.png";
_22.appendChild(_24);
_22.appendChild(_23);
}
return _22;
},insertMessage:function(_25){
this.removeMessage();
if((this.displayMessageWhenEmpty&&(this.elementType==LiveValidation.CHECKBOX||this.element.value==""))||this.element.value!=""){
var _26=this.validationFailed?this.invalidClass:this.validClass;
_25.className+=" "+this.messageClass+" "+_26;
if(this.insertAfterWhatNode.nextSibling){
this.insertAfterWhatNode.parentNode.insertBefore(_25,this.insertAfterWhatNode.nextSibling);
}else{
this.insertAfterWhatNode.parentNode.appendChild(_25);
}
}
},addFieldClass:function(){
this.removeFieldClass();
if(!this.validationFailed){
if(this.displayMessageWhenEmpty||this.element.value!=""){
if(this.element.className.indexOf(this.validFieldClass)==-1){
this.element.className+=" "+this.validFieldClass;
}
}
}else{
if(this.element.className.indexOf(this.invalidFieldClass)==-1){
this.element.className+=" "+this.invalidFieldClass;
}
}
},removeMessage:function(){
var _27;
var el=this.insertAfterWhatNode;
while(el.nextSibling){
if(el.nextSibling.nodeType===1){
_27=el.nextSibling;
break;
}
el=el.nextSibling;
}
if(_27&&_27.className.indexOf(this.messageClass)!=-1){
this.insertAfterWhatNode.parentNode.removeChild(_27);
}
},removeFieldClass:function(){
if(this.element.className.indexOf(this.invalidFieldClass)!=-1){
this.element.className=this.element.className.split(this.invalidFieldClass).join("");
}
if(this.element.className.indexOf(this.validFieldClass)!=-1){
this.element.className=this.element.className.split(this.validFieldClass).join(" ");
}
},removeMessageAndFieldClass:function(){
this.removeMessage();
this.removeFieldClass();
}};
var LiveValidationForm=function(_28){
this.initialize(_28);
};
LiveValidationForm.instances={};
LiveValidationForm.getInstance=function(_29){
var _2a=Math.random()*Math.random();
if(!_29.id){
_29.id="formId_"+_2a.toString().replace(/\./,"")+new Date().valueOf();
}
if(!LiveValidationForm.instances[_29.id]){
LiveValidationForm.instances[_29.id]=new LiveValidationForm(_29);
}
return LiveValidationForm.instances[_29.id];
};
LiveValidationForm.prototype={initialize:function(_2b){
this.name=_2b.id;
this.element=_2b;
this.fields=[];
this.oldOnSubmit=this.element.onsubmit||function(){
};
var _2c=this;
this.element.onsubmit=function(e){
return (LiveValidation.massValidate(_2c.fields))?_2c.oldOnSubmit.call(this,e||window.event)!==false:false;
};
},addField:function(_2d){
this.fields.push(_2d);
},removeField:function(_2e){
var _2f=[];
for(var i=0,len=this.fields.length;i<len;i++){
if(this.fields[i]!==_2e){
_2f.push(this.fields[i]);
}
}
this.fields=_2f;
},destroy:function(_30){
if(this.fields.length!=0&&!_30){
return false;
}
this.element.onsubmit=this.oldOnSubmit;
LiveValidationForm.instances[this.name]=null;
return true;
}};
var Validate={Presence:function(_31,_32){
var _32=_32||{};
var _33=_32.failureMessage||"Can't be empty!";
if(_31===""||_31===null||_31===undefined){
Validate.fail(_33);
}
return true;
},Numericality:function(_34,_35){
var _36=_34;
var _34=Number(_34);
var _35=_35||{};
var _37=((_35.minimum)||(_35.minimum==0))?_35.minimum:null;
var _38=((_35.maximum)||(_35.maximum==0))?_35.maximum:null;
var is=((_35.is)||(_35.is==0))?_35.is:null;
var _39=_35.notANumberMessage||"Must be a number!";
var _3a=_35.notAnIntegerMessage||"Must be an integer!";
var _3b=_35.wrongNumberMessage||"Must be "+is+"!";
var _3c=_35.tooLowMessage||"Must not be less than "+_37+"!";
var _3d=_35.tooHighMessage||"Must not be more than "+_38+"!";
if(!isFinite(_34)){
Validate.fail(_39);
}
if(_35.onlyInteger&&(/\.0+$|\.$/.test(String(_36))||_34!=parseInt(_34))){
Validate.fail(_3a);
}
switch(true){
case (is!==null):
if(_34!=Number(is)){
Validate.fail(_3b);
}
break;
case (_37!==null&&_38!==null):
Validate.Numericality(_34,{tooLowMessage:_3c,minimum:_37});
Validate.Numericality(_34,{tooHighMessage:_3d,maximum:_38});
break;
case (_37!==null):
if(_34<Number(_37)){
Validate.fail(_3c);
}
break;
case (_38!==null):
if(_34>Number(_38)){
Validate.fail(_3d);
}
break;
}
return true;
},Format:function(_3e,_3f){
var _3e=String(_3e);
var _3f=_3f||{};
var _40=_3f.failureMessage||"Not valid!";
var _41=_3f.pattern||/./;
var _42=_3f.negate||false;
if(!_42&&!_41.test(_3e)){
Validate.fail(_40);
}
if(_42&&_41.test(_3e)){
Validate.fail(_40);
}
return true;
},Email:function(_43,_44){
var _44=_44||{};
var _45=_44.failureMessage||"Must be a valid email address!";
Validate.Format(_43,{failureMessage:_45,pattern:/^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i});
return true;
},Length:function(_46,_47){
var _46=String(_46);
var _47=_47||{};
var _48=((_47.minimum)||(_47.minimum==0))?_47.minimum:null;
var _49=((_47.maximum)||(_47.maximum==0))?_47.maximum:null;
var is=((_47.is)||(_47.is==0))?_47.is:null;
var _4a=_47.wrongLengthMessage||"Must be "+is+" characters long!";
var _4b=_47.tooShortMessage||"Must not be less than "+_48+" characters long!";
var _4c=_47.tooLongMessage||"Must not be more than "+_49+" characters long!";
switch(true){
case (is!==null):
if(_46.length!=Number(is)){
Validate.fail(_4a);
}
break;
case (_48!==null&&_49!==null):
Validate.Length(_46,{tooShortMessage:_4b,minimum:_48});
Validate.Length(_46,{tooLongMessage:_4c,maximum:_49});
break;
case (_48!==null):
if(_46.length<Number(_48)){
Validate.fail(_4b);
}
break;
case (_49!==null):
if(_46.length>Number(_49)){
Validate.fail(_4c);
}
break;
default:
throw new Error("Validate::Length - Length(s) to validate against must be provided!");
}
return true;
},Inclusion:function(_4d,_4e){
var _4e=_4e||{};
var _4f=_4e.failureMessage||"Must be included in the list!";
var _50=(_4e.caseSensitive===false)?false:true;
if(_4e.allowNull&&_4d==null){
return true;
}
if(!_4e.allowNull&&_4d==null){
Validate.fail(_4f);
}
var _51=_4e.within||[];
if(!_50){
var _52=[];
for(var j=0,_53=_51.length;j<_53;++j){
var _54=_51[j];
if(typeof _54=="string"){
_54=_54.toLowerCase();
}
_52.push(_54);
}
_51=_52;
if(typeof _4d=="string"){
_4d=_4d.toLowerCase();
}
}
var _55=false;
for(var i=0,_53=_51.length;i<_53;++i){
if(_51[i]==_4d){
_55=true;
}
if(_4e.partialMatch){
if(_4d.indexOf(_51[i])!=-1){
_55=true;
}
}
}
if((!_4e.negate&&!_55)||(_4e.negate&&_55)){
Validate.fail(_4f);
}
return true;
},Exclusion:function(_56,_57){
var _57=_57||{};
_57.failureMessage=_57.failureMessage||"Must not be included in the list!";
_57.negate=true;
Validate.Inclusion(_56,_57);
return true;
},Confirmation:function(_58,_59){
if(!_59.match){
throw new Error("Validate::Confirmation - Error validating confirmation: Id of element to match must be provided!");
}
var _59=_59||{};
var _5a=_59.failureMessage||"Does not match!";
var _5b=_59.match.nodeName?_59.match:document.getElementById(_59.match);
if(!_5b){
throw new Error("Validate::Confirmation - There is no reference with name of, or element with id of '"+_59.match+"'!");
}
if(_58!=_5b.value){
Validate.fail(_5a);
}
return true;
},Acceptance:function(_5c,_5d){
var _5d=_5d||{};
var _5e=_5d.failureMessage||"Must be accepted!";
if(!_5c){
Validate.fail(_5e);
}
return true;
},Custom:function(_5f,_60){
var _60=_60||{};
var _61=_60.against||function(){
return true;
};
var _62=_60.args||{};
var _63=_60.failureMessage||"Not valid!";
if(!_61(_5f,_62)){
Validate.fail(_63);
}
return true;
},now:function(_64,_65,_66){
if(!_64){
throw new Error("Validate::now - Validation function must be provided!");
}
var _67=true;
try{
_64(_65,_66||{});
}
catch(error){
if(error instanceof Validate.Error){
_67=false;
}else{
throw error;
}
}
finally{
return _67;
}
},fail:function(_68){
throw new Validate.Error(_68);
},Error:function(_69){
this.message=_69;
this.name="ValidationError";
}};
Cufon.registerFont({"w":210,"face":{"font-family":"nevis","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"2","bbox":"-25 -334 358 77.2586","underline-thickness":"26.3672","underline-position":"-51.3281","unicode-range":"U+0020-U+007C"},"glyphs":{" ":{"w":123}," ":{"w":123},"!":{"d":"46,-258v18,1,22,6,23,24r-14,164r-24,0r-8,-164v0,-18,5,-23,23,-24xm44,-49v-15,0,-26,9,-26,24v0,14,10,26,26,25v16,1,26,-11,26,-25v0,-15,-11,-24,-26,-24","w":105},"\"":{"d":"37,-279v38,3,8,56,10,86r-19,0r-10,-71v0,-8,8,-16,19,-15xm92,-279v38,3,8,56,10,86r-20,0r-9,-71v0,-8,8,-16,19,-15","w":140},"#":{"d":"120,-154r-15,47r38,0r15,-47r-38,0xm110,-263r42,0r-24,76r39,0r23,-76r42,0r-24,76r51,0r-9,32r-50,0r-15,47r55,0r-10,32r-54,0r-23,76r-41,0r22,-76r-38,0r-23,76r-41,0r22,-76r-47,0r9,-32r47,0r15,-47r-52,0r9,-32r52,0","w":262},"$":{"d":"131,-109r0,58v22,-2,34,-22,23,-43v-4,-7,-11,-11,-23,-15xm107,-212v-18,1,-30,22,-20,38v4,4,10,8,20,11r0,-49xm26,-186v-2,-42,42,-73,81,-77r0,-18r24,0r0,18v42,1,58,14,81,34r-35,36v-11,-14,-26,-21,-46,-21r0,56v43,7,87,29,85,81v1,40,-45,74,-85,76r0,19r-24,0r0,-18v-42,-3,-69,-17,-92,-39r35,-35v12,14,30,22,57,24r0,-63v-40,-7,-83,-23,-81,-73","w":248},"%":{"d":"62,0r149,-264r43,0r-149,264r-43,0xm76,-133v-36,0,-67,-30,-66,-67v-1,-36,30,-67,66,-66v37,-1,67,30,67,66v1,37,-30,68,-67,67xm43,-200v0,20,13,36,33,35v20,1,33,-15,33,-35v0,-19,-13,-35,-33,-34v-20,-1,-33,15,-33,34xm240,1v-38,1,-67,-29,-66,-65v-1,-37,29,-66,66,-66v36,0,66,30,65,66v1,35,-29,66,-65,65xm206,-64v0,19,14,35,33,34v18,1,33,-16,32,-34v1,-19,-13,-35,-32,-34v-20,-1,-33,15,-33,34","w":333},"&":{"d":"236,-117v-9,27,-11,38,-24,55r52,62r-60,0r-22,-26v-45,48,-171,31,-166,-48v2,-42,25,-62,59,-79v-14,-17,-24,-32,-25,-57v1,-35,32,-57,72,-56v40,-1,68,24,69,59v-3,34,-18,42,-47,62r36,47v4,-8,9,-19,13,-33xm121,-227v-38,0,-18,41,-1,52v22,-8,42,-51,1,-52xm100,-121v-39,10,-48,82,5,81v22,0,31,-8,46,-19","w":288},"'":{"d":"37,-279v38,3,8,56,10,86r-19,0r-10,-71v0,-8,8,-16,19,-15","w":87},"(":{"d":"134,-278v-77,73,-75,273,0,345v-19,-2,-48,6,-56,-7v-65,-63,-83,-217,-22,-301v12,-16,17,-27,29,-37r49,0","w":165},")":{"d":"74,-92v4,-83,-19,-141,-56,-186v18,2,45,-4,55,6v61,63,85,219,22,302r-28,37r-49,0v31,-42,56,-88,56,-159","w":169},"*":{"d":"58,-222r-41,-14r6,-17r40,14r0,-42r18,0r0,42r40,-15r6,17r-41,16r25,34r-13,11r-26,-35r-26,35r-15,-8","w":158},"+":{"d":"76,-105r-62,0r0,-42r62,0r0,-58r43,0r0,58r62,0r0,42r-62,0r0,58r-43,0r0,-58"},",":{"d":"18,-25v0,15,11,26,28,25v-3,10,-10,17,-19,21r8,16v25,-12,35,-32,35,-62v0,-15,-11,-24,-26,-24v-15,0,-26,9,-26,24","w":104},"-":{"d":"14,-70r0,-35r109,0r0,35r-109,0","w":158},"­":{"d":"14,-70r0,-35r109,0r0,35r-109,0","w":158},".":{"d":"42,-49v-15,0,-26,9,-26,24v0,14,11,26,26,25v17,1,26,-10,27,-25v0,-15,-12,-24,-27,-24","w":102},"/":{"d":"32,11r-34,0r96,-265r34,0","w":144},"0":{"d":"113,0v-63,-1,-98,-64,-97,-132v-1,-67,34,-132,97,-132v63,0,98,65,97,132v1,68,-34,131,-97,132xm113,-214v-60,7,-59,158,0,165v58,-7,60,-158,0,-165","w":242},"1":{"d":"79,-264r52,0r0,264r-52,0r0,-193r-36,35r-35,-35","w":166},"2":{"d":"14,-229v27,-24,37,-35,91,-35v50,0,89,26,88,78v6,54,-62,117,-93,133r95,0r0,53r-177,0r0,-53v20,4,122,-92,124,-106v10,-33,-6,-58,-44,-55v-21,0,-37,7,-49,21","w":228},"3":{"d":"120,-264v70,-9,122,85,67,128r-6,2v23,8,36,25,36,57v1,65,-97,95,-158,66v-16,-7,-30,-16,-42,-28r35,-35v15,28,130,42,104,-20v-4,-11,-27,-16,-62,-17r0,-47v50,3,74,-3,62,-42v-15,-21,-81,-18,-95,7r-35,-36v24,-23,46,-35,94,-35","w":246},"4":{"d":"14,-112r120,-152r52,0r0,153r36,0r0,53r-36,0r0,58r-52,0r0,-58r-120,0v2,-17,-4,-40,2,-53xm134,-111r0,-84r-64,84r64,0","w":248},"5":{"d":"153,-86v3,-55,-72,-39,-129,-42r0,-136r161,0r0,50r-109,0r0,36v79,-6,129,26,129,95v3,93,-147,105,-196,44r36,-35v17,30,108,34,108,-12","w":228},"6":{"d":"211,-88v-1,52,-38,90,-95,88v-73,-2,-98,-52,-99,-128v-2,-75,34,-134,100,-135v31,0,55,9,74,26r-26,35v-43,-25,-102,-6,-97,49v55,-51,150,-13,143,65xm75,-88v1,25,15,38,42,39v27,-1,41,-13,43,-35v-2,-30,-16,-44,-44,-44v-25,1,-38,14,-41,40","w":243},"7":{"d":"44,0r0,-18r82,-196r-112,0r-1,-50r180,0r0,20r-98,244r-51,0","w":221},"8":{"d":"134,-94v-7,-18,-53,-17,-60,0v-11,25,5,45,30,45v24,0,42,-20,30,-45xm74,-170v7,15,53,16,60,0v12,-24,-6,-44,-30,-44v-26,0,-41,20,-30,44xm188,-186v0,26,-9,45,-29,52v23,8,36,25,36,57v2,54,-40,77,-91,77v-53,0,-93,-23,-92,-77v-1,-32,13,-48,36,-57v-20,-7,-29,-26,-29,-52v0,-51,35,-78,85,-78v49,0,84,28,84,78","w":227},"9":{"d":"180,-228v34,43,22,170,-11,198v-36,45,-114,32,-147,-4r30,-33v39,29,101,14,101,-39v-63,44,-150,-1,-135,-79v4,-49,44,-86,103,-78v26,5,46,16,59,35xm148,-176v-1,-24,-15,-37,-42,-38v-27,1,-41,13,-42,35v1,29,15,44,44,44v24,-1,38,-15,40,-41","w":233},":":{"d":"43,-49v-15,0,-26,9,-26,24v0,14,11,26,26,25v16,1,27,-10,27,-25v0,-15,-12,-24,-27,-24xm43,-175v-15,0,-26,10,-26,25v0,14,11,25,26,24v15,1,27,-10,27,-24v0,-16,-11,-25,-27,-25","w":103},";":{"d":"17,-25v0,15,11,26,28,25v-3,10,-10,17,-19,21r9,16v24,-12,35,-32,35,-62v-1,-15,-11,-24,-27,-24v-15,0,-26,9,-26,24xm44,-176v-15,-1,-26,11,-26,25v0,15,11,24,26,24v15,0,27,-9,27,-24v0,-15,-11,-26,-27,-25","w":105},"?":{"d":"17,-25v0,15,11,26,28,25v-3,10,-10,17,-19,21r9,16v24,-12,35,-32,35,-62v-1,-15,-11,-24,-27,-24v-15,0,-26,9,-26,24xm44,-176v-15,-1,-26,11,-26,25v0,15,11,24,26,24v15,0,27,-9,27,-24v0,-15,-11,-26,-27,-25","w":105},"<":{"d":"175,-188r-102,56r102,56r0,41r-167,-92r0,-11r167,-91r0,41","w":201},"=":{"d":"18,-105r158,0r0,35r-158,0r0,-35xm18,-176r158,0r0,35r-158,0r0,-35"},">":{"d":"18,-229r166,91r0,11r-166,92r0,-41r102,-56r-102,-56r0,-41","w":202},"?":{"d":"9,-229v42,-57,186,-42,183,43v-4,33,-18,61,-50,68v-17,5,-27,21,-28,48r-49,0v1,-45,13,-76,52,-84v16,-3,24,-15,25,-35v-6,-33,-81,-33,-98,-4xm91,-49v-15,0,-26,9,-26,24v1,15,10,26,27,25v15,1,26,-11,26,-25v0,-15,-11,-24,-27,-24","w":219},"@":{"d":"106,-60v-2,-54,60,-81,109,-53v5,-37,-60,-29,-78,-16r-23,-26v48,-37,156,-38,150,45r0,69v13,13,23,12,31,-5v32,-86,-15,-181,-112,-174v-78,-2,-120,54,-122,125v5,108,67,137,192,130r0,35v-159,8,-228,-38,-237,-166v2,-85,66,-165,167,-159v106,-3,164,64,167,160v-4,65,-25,104,-61,109v-32,4,-57,-9,-74,-32v-42,30,-111,11,-109,-42xm181,-43v26,0,38,-7,34,-34v-9,-21,-71,-15,-67,11v1,14,12,22,33,23","w":384},"A":{"d":"8,0r105,-264r53,0r105,264r-56,0r-16,-40r-119,0r-16,40r-56,0xm141,-193r-40,100r79,0","w":288},"B":{"d":"70,-211v36,3,103,-12,107,20v2,49,-64,29,-107,33r0,-53xm70,-106v44,4,122,-15,125,27v1,57,-75,33,-125,38r0,-65xm228,-186v-3,-49,-26,-75,-70,-77r-140,0r0,263r148,0v81,4,107,-103,43,-139v12,-8,18,-24,19,-47","w":276},"C":{"d":"140,0v-72,2,-134,-59,-131,-132v-2,-72,59,-134,131,-132v38,0,70,12,97,35r-35,39v-51,-44,-145,-15,-141,57v-6,75,90,103,141,59r35,39v-27,23,-59,35,-97,35","w":272},"D":{"d":"74,-53r0,-158v72,-5,122,5,120,79v1,74,-47,84,-120,79xm123,0v82,0,123,-44,123,-132v0,-88,-41,-132,-123,-132r-101,0r0,264r101,0","w":281},"E":{"d":"21,0r0,-263r194,-1r0,50r-141,0r0,56r105,0r0,49r-105,0r0,60r140,0r0,49r-193,0","w":246},"F":{"d":"21,0r0,-264r186,0r0,50r-133,0r0,56r98,0r0,49r-98,0r0,109r-53,0","w":223},"G":{"d":"139,0v-72,2,-134,-59,-132,-132v-1,-73,59,-134,132,-132v38,0,70,12,97,35r-35,39v-51,-44,-141,-16,-141,57v0,65,70,99,123,69r0,-45r-35,0r0,-49r88,0r0,123v-27,23,-59,35,-97,35","w":267},"H":{"d":"22,0r0,-264r52,0r0,106r123,0r0,-106r53,0r0,264r-53,0r0,-109r-123,0r0,109r-52,0","w":285},"I":{"d":"22,-264r52,0r0,264r-52,0r0,-264","w":105},"J":{"d":"114,-70v1,55,-43,77,-105,70r0,-49v33,2,53,-7,52,-39r0,-176r53,0r0,194","w":149},"K":{"d":"22,-264r53,0r0,106r88,-106r59,0r-103,123r125,141r-69,0r-100,-114r0,114r-53,0r0,-264","w":253},"L":{"d":"22,-264r0,264r194,0r0,-49r-141,0r0,-215r-53,0","w":237},"M":{"d":"22,0r0,-264r17,0r114,130r115,-130r17,0r0,264r-52,0r0,-153r-80,88r-79,-88r0,153r-52,0","w":316},"N":{"d":"22,0r0,-264r17,0r165,166r0,-166r53,0r0,264r-19,0r-164,-163r0,163r-52,0","w":290},"O":{"d":"140,0v-73,1,-134,-58,-132,-132v-2,-73,59,-134,132,-132v74,-2,133,59,132,132v1,74,-58,133,-132,132xm61,-132v-1,46,34,84,79,83v47,1,80,-37,79,-83v1,-45,-33,-84,-79,-82v-46,-2,-80,37,-79,82","w":289},"P":{"d":"22,0r0,-264r115,0v61,0,92,26,92,76v5,76,-73,84,-155,79r0,109r-52,0xm74,-158v41,-3,106,14,107,-29v-1,-42,-67,-23,-107,-27r0,56","w":246},"Q":{"d":"62,-132v-2,55,48,97,106,79r-20,-26r42,-32r19,24v31,-55,-5,-132,-68,-127v-47,-2,-80,37,-79,82xm141,-264v109,-7,175,138,100,219r23,30r-42,32r-22,-29v-92,41,-195,-25,-191,-120v-1,-73,58,-134,132,-132","w":290},"R":{"d":"74,-158v41,-3,106,14,107,-29v-1,-42,-67,-23,-107,-27r0,56xm180,-115r66,115r-60,0r-63,-109r-49,0r0,109r-52,0r0,-264r115,0v61,0,92,26,92,76v0,38,-16,63,-49,73","w":251},"S":{"d":"16,-186v-1,-85,141,-101,186,-43r-35,36v-17,-32,-112,-29,-90,19v20,19,77,14,101,38v19,12,28,32,28,59v-1,88,-155,98,-201,38r35,-35v15,29,130,42,104,-20v-32,-32,-134,-12,-128,-92","w":231},"T":{"d":"8,-264r0,50r88,0r0,214r53,0r0,-214r88,0r0,-50r-229,0","w":254},"U":{"d":"132,-53v-36,0,-63,-20,-62,-58r0,-153r-52,0r0,167v-1,56,54,100,114,97v61,2,114,-40,114,-97r0,-167r-53,0r0,153v2,39,-26,58,-61,58","w":281},"V":{"d":"5,-264r106,264r53,0r105,-264r-56,0r-76,194r-75,-194r-57,0","w":291},"W":{"d":"235,0r52,0r71,-264r-57,0r-45,180r-46,-180r-54,0r-48,180r-46,-180r-56,0r70,264r53,0r53,-193","w":375},"X":{"d":"108,-137r-92,-127r62,0r62,84r61,-84r62,0r-92,127r100,137r-62,0r-69,-95r-70,95r-62,0","w":284},"Y":{"d":"6,-264r62,0r61,86r63,-86r60,0r-96,132r0,132r-53,0r0,-132","w":269},"Z":{"d":"228,0r-211,0r0,-18r123,-196r-123,0r0,-50r211,0r0,20r-123,195r123,0r0,49","w":259},"[":{"d":"17,70r0,-404r88,0r1,47r-39,0r0,310r38,0r0,47r-88,0","w":133},"\\":{"d":"6,-254r35,0r96,265r-34,0","w":144},"]":{"d":"18,70r0,-47r38,0r0,-310r-39,0r1,-47r88,0r0,404r-88,0","w":140},"^":{"d":"18,-220r62,-88r61,88r-18,0r-44,-44r-43,44r-18,0","w":175},"_":{"d":"18,18r180,0r0,17r-180,0r0,-17","w":228},"a":{"d":"9,-56v-2,-53,60,-81,109,-53v6,-36,-60,-28,-78,-16r-19,-30v51,-35,153,-31,146,50r0,105r-49,0r0,-14v-42,30,-111,11,-109,-42xm84,-39v26,0,38,-7,34,-34v-9,-21,-71,-15,-67,11v1,14,12,22,33,23","w":193},"b":{"d":"192,-88v0,62,-71,114,-127,74r0,14r-49,0r0,-263r49,-1r0,102v50,-39,127,11,127,74xm65,-72v13,50,88,35,85,-19v1,-49,-81,-59,-85,-10r0,29","w":209},"c":{"d":"167,-30v-51,59,-173,26,-158,-67v-3,-76,112,-106,158,-49r-35,26v-29,-31,-80,-9,-79,32v-2,42,50,65,79,32","w":184},"d":{"d":"9,-88v0,-63,75,-113,126,-74r0,-102r49,1r0,263r-49,0r0,-14v-56,40,-126,-11,-126,-74xm98,-40v52,0,52,-93,0,-95v-28,2,-47,17,-47,44v0,32,17,49,47,51"},"e":{"d":"96,0v-51,1,-89,-37,-88,-88v-1,-51,37,-89,88,-88v57,0,91,43,85,106r-122,0v4,35,57,37,81,16r28,28v-13,17,-37,26,-72,26xm131,-105v2,-29,-39,-39,-59,-22v-7,5,-11,12,-11,22r70,0","w":201},"f":{"d":"114,-217v-21,-15,-48,3,-39,37r27,0r0,39r-27,0r0,141r-49,0r0,-141r-27,0r0,-39r27,0v-17,-75,67,-107,114,-66","w":135},"g":{"d":"8,-88v-9,-69,77,-113,126,-72r0,-16r50,5v-5,104,31,244,-88,246v-34,-1,-61,-11,-79,-29r22,-27v32,27,106,21,95,-35v-54,41,-135,0,-126,-72xm97,-40v52,0,52,-93,0,-95v-29,1,-45,15,-47,44v1,32,17,49,47,51","w":201},"h":{"d":"128,0v-6,-50,21,-134,-35,-134v-10,1,-19,6,-26,15r0,119r-49,0r0,-264r49,0r0,104v41,-38,116,-4,111,51r0,109r-50,0","w":193},"i":{"d":"18,0r0,-176r49,0r0,176r-49,0xm42,-243v-15,0,-26,11,-26,25v0,14,11,25,26,25v16,0,27,-10,27,-25v0,-15,-11,-25,-27,-25","w":92},"j":{"d":"77,5v1,56,-40,78,-102,71r0,-41v33,3,54,-7,53,-38r0,-173r50,0xm52,-243v-15,0,-26,11,-26,25v1,15,10,25,27,25v15,0,26,-11,26,-25v0,-15,-11,-25,-27,-25","w":104},"k":{"d":"22,-264r53,0r0,150r50,-62r60,0r-66,79r83,97r-68,0r-59,-70r0,70r-53,0r0,-264"},"l":{"d":"18,0r0,-264r49,0r0,264r-49,0","w":100},"m":{"d":"128,0v-6,-50,21,-133,-34,-134v-11,1,-20,8,-28,22r0,112r-49,0r0,-171r49,-5r0,16v22,-24,75,-19,93,4v13,-13,32,-20,58,-20v43,-2,68,30,69,67r0,109r-49,0v-6,-50,21,-133,-34,-134v-11,1,-27,11,-26,30r0,104r-49,0","w":311},"n":{"d":"128,0v-6,-50,21,-134,-35,-134v-10,1,-19,8,-26,22r0,112r-49,0r0,-171r49,-5r0,16v41,-38,116,-4,111,51r0,109r-50,0","w":201},"o":{"d":"97,2v-50,1,-91,-40,-90,-90v-1,-49,40,-91,90,-90v50,-1,91,41,90,90v1,50,-40,91,-90,90xm52,-88v-1,27,18,48,45,47v26,1,46,-21,45,-47v1,-25,-20,-47,-45,-47v-26,0,-45,21,-45,47","w":202},"p":{"d":"193,-88v0,62,-76,113,-127,74r0,88r-49,0r0,-245r49,-5r0,14v56,-40,127,12,127,74xm103,-136v-52,1,-52,93,0,95v28,-2,47,-17,47,-44v0,-32,-17,-49,-47,-51"},"q":{"d":"8,-88v0,-63,70,-114,126,-74r0,-14r50,5r0,245r-50,0r0,-88v-50,39,-126,-11,-126,-74xm134,-104v-12,-50,-84,-35,-84,19v0,50,82,58,84,10r0,-29","w":206},"r":{"d":"63,-156v15,-16,37,-24,62,-18r-8,48v-19,-15,-44,-8,-54,18r0,108r-49,0r0,-171r49,-5r0,20","w":139},"s":{"d":"16,-121v-3,-60,95,-73,127,-32r-28,31v-10,-16,-40,-18,-53,-8v-11,29,53,17,66,36v11,8,17,23,17,43v1,64,-105,65,-136,27r27,-31v9,15,49,21,64,10v14,-32,-50,-16,-66,-36v-12,-7,-18,-20,-18,-40","w":163},"t":{"d":"81,-136v4,38,-16,109,35,92r10,36v-40,23,-98,-6,-94,-52r0,-76r-26,0r0,-40r26,0r0,-47r49,-6r0,53r27,0r0,40r-27,0","w":138},"u":{"d":"62,-176v6,51,-20,133,35,134v11,-1,19,-7,27,-20r0,-114r49,0r0,176r-49,0r0,-16v-41,38,-116,5,-111,-51r0,-109r49,0","w":197},"v":{"d":"3,-176r71,176r42,0r70,-176r-50,0r-42,110r-41,-110r-50,0","w":200},"w":{"d":"148,0r44,0r47,-176r-46,0r-27,106r-25,-106r-37,0r-26,104r-27,-104r-47,0r48,176r43,0r27,-88","w":256},"x":{"d":"65,-92r-57,-83r50,0r32,47r32,-47r50,0r-57,83r63,92r-51,0r-37,-55r-37,55r-51,0","w":192},"y":{"d":"64,-176v6,50,-20,134,35,134v11,0,20,-7,28,-19r0,-115r49,0v-5,105,32,248,-88,251v-25,-1,-47,-11,-67,-29r23,-27v32,31,91,21,83,-35v-42,38,-117,4,-112,-51r0,-109r49,0","w":198},"z":{"d":"155,0r-140,0r0,-12r73,-122r-73,0r0,-41r140,0r0,12r-73,122r73,0r0,41","w":178},"|":{"d":"34,70r0,-404r49,0r0,404r-49,0","w":136}}});
eval(function(p,a,c,k,e,r){
e=function(c){
return (c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36));
};
if(!"".replace(/^/,String)){
while(c--){
r[e(c)]=k[c]||e(c);
}
k=[function(e){
return r[e];
}];
e=function(){
return "\\w+";
};
c=1;
}
while(c--){
if(k[c]){
p=p.replace(new RegExp("\\b"+e(c)+"\\b","g"),k[c]);
}
}
return p;
}(";(4($){6 k='1o-1.0';$.v.x=4(j){y 5.D(4(){j=j||{};3(5.A)Y(5.A);5.A=0;5.H=0;6 b=$(5);6 c=j.O?$(j.O,5):b.1p();6 d=c.1q();3(d.l<2){3(P.Q&&P.Q.Z)P.Q.Z('1r; 1s 1t 1u: '+d.l);y}6 e=$.1v({},$.v.x.11,j||{},$.12?b.12():$.1w?b.1x():{});e.u=e.u?[e.u]:[];e.B=e.B?[e.B]:[];e.B.1y(4(){e.R=0});6 f=5.1z;e.m=S((f.T(/w:(\\d+)/)||[])[1])||e.m;e.7=S((f.T(/h:(\\d+)/)||[])[1])||e.7;e.8=S((f.T(/t:(\\d+)/)||[])[1])||e.8;3(b.r('U')=='1A')b.r('U','1B');3(e.m)b.m(e.m);3(e.7&&e.7!='V')b.7(e.7);6 g=0;c.r({U:'1C',1D:10,1E:10}).1F().D(4(i){$(5).r('z-1G',d.l-i)});$(d[g]).r('C',1).13();3($.14.15)d[g].16.17('18');3(e.E&&e.m)c.m(e.m);3(e.E&&e.7&&e.7!='V')c.7(e.7);3(e.19)b.1H(4(){5.H=1},4(){5.H=0});$.v.x.1a.1b(b,c,e);c.D(4(){6 a=$(5);5.1I=(e.E&&e.7)?e.7:a.7();5.1J=(e.E&&e.m)?e.m:a.m()});c.1c(':1d('+g+')').r({C:0});3(e.1e)$(c[g]).r(e.1e);3(e.8){3(e.s.1K==1L)e.s={1M:1N,1O:1P}[e.s]||1Q;3(!e.I)e.s=e.s/2;1R((e.8-e.s)<1S)e.8+=e.s}e.1f=e.s;e.1g=e.s;e.1T=d.l;e.F=g;e.9=1;6 h=c[g];3(e.u.l)e.u[0].J(h,[h,h,e,1h]);3(e.B.l>1)e.B[1].J(h,[h,h,e,1h]);3(e.K&&!e.q)e.q=e.K;3(e.q)$(e.q).1i('K',4(){y W(d,e,e.L?-1:1)});3(e.X)$(e.X).1i('K',4(){y W(d,e,e.L?1:-1)});3(e.8)5.A=1j(4(){M(d,e,0,!e.L)},e.8+(e.1k||0))})};4 M(a,b,c,d){3(b.R)y;6 p=a[0].1l,N=a[b.F],q=a[b.9];3(p.A===0&&!c)y;3(c||!p.H){3(b.u.l)$.D(b.u,4(i,o){o.J(q,[N,q,b,d])});6 e=4(){3($.14.15)5.16.17('18');$.D(b.B,4(i,o){o.J(q,[N,q,b,d])})};3(b.9!=b.F){b.R=1;$.v.x.1m(N,q,b,e)}6 f=(b.9+1)==a.l;b.9=f?0:b.9+1;b.F=f?a.l-1:b.9-1}3(b.8)p.A=1j(4(){M(a,b,0,!b.L)},b.8)};4 W(a,b,c){6 p=a[0].1l,8=p.A;3(8){Y(8);p.A=0}b.9=b.F+c;3(b.9<0){b.9=a.l-1}1U 3(b.9>=a.l){b.9=0}M(a,b,1,c>=0);y 1V};$.v.x.1m=4(a,b,c,d){6 e=$(a),$n=$(b);$n.r({C:0});6 f=4(){$n.1n({C:1},c.1f,c.1W,d)};e.1n({C:0},c.1g,c.1X,4(){e.r({1Y:'1Z'});3(!c.I)f()});3(c.I)f()};$.v.x.1a={1b:4(a,b,c){b.1c(':1d(0)').r('C',0);c.u.20(4(){$(5).13()})}};$.v.x.21=4(){y k};$.v.x.11={8:22,s:23,q:G,X:G,u:G,B:G,7:'V',I:1,E:0,19:0,1k:0,O:G}})(24);",62,129,"|||if|function|this|var|height|timeout|nextSlide||||||||||||length|width||||next|css|speed||before|fn||cycle|return||cycleTimeout|after|opacity|each|fit|currSlide|null|cyclePause|sync|apply|click|rev|go|curr|slideExpr|window|console|busy|parseInt|match|position|auto|advance|prev|clearTimeout|log||defaults|metadata|show|browser|msie|style|removeAttribute|filter|pause|transitions|fade|not|eq|cssFirst|speedIn|speedOut|true|bind|setTimeout|delay|parentNode|custom|animate|Lite|children|get|terminating|too|few|slides|extend|meta|data|unshift|className|static|relative|absolute|top|left|hide|index|hover|cycleH|cycleW|constructor|String|slow|600|fast|200|400|while|250|slideCount|else|false|easeIn|easeOut|display|none|push|ver|4000|1000|jQuery".split("|"),0,{}));


jQuery.fn.corners=function(C){var N="rounded_by_jQuery_corners";var V=B(C);var F=false;try{F=(document.body.style.WebkitBorderRadius!==undefined);var Y=navigator.userAgent.indexOf("Chrome");if(Y>=0){F=false}}catch(E){}var W=false;try{W=(document.body.style.MozBorderRadius!==undefined);var Y=navigator.userAgent.indexOf("Firefox");if(Y>=0&&parseInt(navigator.userAgent.substring(Y+8))<3){W=false}}catch(E){}return this.each(function(b,h){$e=jQuery(h);if($e.hasClass(N)){return }$e.addClass(N);var a=/{(.*)}/.exec(h.className);var c=a?B(a[1],V):V;var j=h.nodeName.toLowerCase();if(j=="input"){h=O(h)}if(F&&c.webkit){K(h,c)}else{if(W&&c.mozilla&&(c.sizex==c.sizey)){M(h,c)}else{var d=D(h.parentNode);var f=D(h);switch(j){case"a":case"input":Z(h,c,d,f);break;default:R(h,c,d,f);break}}}});function K(d,c){var a=""+c.sizex+"px "+c.sizey+"px";var b=jQuery(d);if(c.tl){b.css("WebkitBorderTopLeftRadius",a)}if(c.tr){b.css("WebkitBorderTopRightRadius",a)}if(c.bl){b.css("WebkitBorderBottomLeftRadius",a)}if(c.br){b.css("WebkitBorderBottomRightRadius",a)}}function M(d,c){var a=""+c.sizex+"px";var b=jQuery(d);if(c.tl){b.css("-moz-border-radius-topleft",a)}if(c.tr){b.css("-moz-border-radius-topright",a)}if(c.bl){b.css("-moz-border-radius-bottomleft",a)}if(c.br){b.css("-moz-border-radius-bottomright",a)}}function Z(k,n,l,a){var m=S("table");var i=S("tbody");m.appendChild(i);var j=S("tr");var d=S("td","top");j.appendChild(d);var h=S("tr");var c=T(k,n,S("td"));h.appendChild(c);var f=S("tr");var b=S("td","bottom");f.appendChild(b);if(n.tl||n.tr){i.appendChild(j);X(d,n,l,a,true)}i.appendChild(h);if(n.bl||n.br){i.appendChild(f);X(b,n,l,a,false)}k.appendChild(m);if(jQuery.browser.msie){m.onclick=Q}k.style.overflow="hidden"}function Q(){if(!this.parentNode.onclick){this.parentNode.click()}}function O(c){var b=document.createElement("a");b.id=c.id;b.className=c.className;if(c.onclick){b.href="javascript:";b.onclick=c.onclick}else{jQuery(c).parent("form").each(function(){b.href=this.action});b.onclick=I}var a=document.createTextNode(c.value);b.appendChild(a);c.parentNode.replaceChild(b,c);return b}function I(){jQuery(this).parent("form").each(function(){this.submit()});return false}function R(d,a,b,c){var f=T(d,a,document.createElement("div"));d.appendChild(f);if(a.tl||a.tr){X(d,a,b,c,true)}if(a.bl||a.br){X(d,a,b,c,false)}}function T(j,i,k){var b=jQuery(j);var l;while(l=j.firstChild){k.appendChild(l)}if(j.style.height){var f=parseInt(b.css("height"));k.style.height=f+"px";f+=parseInt(b.css("padding-top"))+parseInt(b.css("padding-bottom"));j.style.height=f+"px"}if(j.style.width){var a=parseInt(b.css("width"));k.style.width=a+"px";a+=parseInt(b.css("padding-left"))+parseInt(b.css("padding-right"));j.style.width=a+"px"}k.style.paddingLeft=b.css("padding-left");k.style.paddingRight=b.css("padding-right");if(i.tl||i.tr){k.style.paddingTop=U(j,i,b.css("padding-top"),true)}else{k.style.paddingTop=b.css("padding-top")}if(i.bl||i.br){k.style.paddingBottom=U(j,i,b.css("padding-bottom"),false)}else{k.style.paddingBottom=b.css("padding-bottom")}j.style.padding=0;return k}function U(f,a,d,c){if(d.indexOf("px")<0){try{console.error("%s padding not in pixels",(c?"top":"bottom"),f)}catch(b){}d=a.sizey+"px"}d=parseInt(d);if(d-a.sizey<0){try{console.error("%s padding is %ipx for %ipx corner:",(c?"top":"bottom"),d,a.sizey,f)}catch(b){}d=a.sizey}return d-a.sizey+"px"}function S(b,a){var c=document.createElement(b);c.style.border="none";c.style.borderCollapse="collapse";c.style.borderSpacing=0;c.style.padding=0;c.style.margin=0;if(a){c.style.verticalAlign=a}return c}function D(b){try{var d=jQuery.css(b,"background-color");if(d.match(/^(transparent|rgba\(0,\s*0,\s*0,\s*0\))$/i)&&b.parentNode){return D(b.parentNode)}if(d==null){return"#ffffff"}if(d.indexOf("rgb")>-1){d=A(d)}if(d.length==4){d=L(d)}return d}catch(a){return"#ffffff"}}function L(a){return"#"+a.substring(1,2)+a.substring(1,2)+a.substring(2,3)+a.substring(2,3)+a.substring(3,4)+a.substring(3,4)}function A(h){var a=255;var d="";var b;var e=/([0-9]+)[, ]+([0-9]+)[, ]+([0-9]+)/;var f=e.exec(h);for(b=1;b<4;b++){d+=("0"+parseInt(f[b]).toString(16)).slice(-2)}return"#"+d}function B(b,d){var b=b||"";var c={sizex:5,sizey:5,tl:false,tr:false,bl:false,br:false,webkit:true,mozilla:true,transparent:false};if(d){c.sizex=d.sizex;c.sizey=d.sizey;c.webkit=d.webkit;c.transparent=d.transparent;c.mozilla=d.mozilla}var a=false;var e=false;jQuery.each(b.split(" "),function(f,j){j=j.toLowerCase();var h=parseInt(j);if(h>0&&j==h+"px"){c.sizey=h;if(!a){c.sizex=h}a=true}else{switch(j){case"no-native":c.webkit=c.mozilla=false;break;case"webkit":c.webkit=true;break;case"no-webkit":c.webkit=false;break;case"mozilla":c.mozilla=true;break;case"no-mozilla":c.mozilla=false;break;case"anti-alias":c.transparent=false;break;case"transparent":c.transparent=true;break;case"top":e=c.tl=c.tr=true;break;case"right":e=c.tr=c.br=true;break;case"bottom":e=c.bl=c.br=true;break;case"left":e=c.tl=c.bl=true;break;case"top-left":e=c.tl=true;break;case"top-right":e=c.tr=true;break;case"bottom-left":e=c.bl=true;break;case"bottom-right":e=c.br=true;break}}});if(!e){if(!d){c.tl=c.tr=c.bl=c.br=true}else{c.tl=d.tl;c.tr=d.tr;c.bl=d.bl;c.br=d.br}}return c}function P(f,d,h){var e=Array(parseInt("0x"+f.substring(1,3)),parseInt("0x"+f.substring(3,5)),parseInt("0x"+f.substring(5,7)));var c=Array(parseInt("0x"+d.substring(1,3)),parseInt("0x"+d.substring(3,5)),parseInt("0x"+d.substring(5,7)));r="0"+Math.round(e[0]+(c[0]-e[0])*h).toString(16);g="0"+Math.round(e[1]+(c[1]-e[1])*h).toString(16);d="0"+Math.round(e[2]+(c[2]-e[2])*h).toString(16);return"#"+r.substring(r.length-2)+g.substring(g.length-2)+d.substring(d.length-2)}function X(f,a,b,d,c){if(a.transparent){G(f,a,b,c)}else{J(f,a,b,d,c)}}function J(k,z,p,a,n){var h,f;var l=document.createElement("div");l.style.fontSize="1px";l.style.backgroundColor=p;var b=0;for(h=1;h<=z.sizey;h++){var u,t,q;arc=Math.sqrt(1-Math.pow(1-h/z.sizey,2))*z.sizex;var c=z.sizex-Math.ceil(arc);var w=Math.floor(b);var v=z.sizex-c-w;var o=document.createElement("div");var m=l;o.style.margin="0px "+c+"px";o.style.height="1px";o.style.overflow="hidden";for(f=1;f<=v;f++){if(f==1){if(f==v){u=((arc+b)*0.5)-w}else{t=Math.sqrt(1-Math.pow(1-(c+1)/z.sizex,2))*z.sizey;u=(t-(z.sizey-h))*(arc-w-v+1)*0.5}}else{if(f==v){t=Math.sqrt(1-Math.pow((z.sizex-c-f+1)/z.sizex,2))*z.sizey;u=1-(1-(t-(z.sizey-h)))*(1-(b-w))*0.5}else{q=Math.sqrt(1-Math.pow((z.sizex-c-f)/z.sizex,2))*z.sizey;t=Math.sqrt(1-Math.pow((z.sizex-c-f+1)/z.sizex,2))*z.sizey;u=((t+q)*0.5)-(z.sizey-h)}}H(z,o,m,n,P(p,a,u));m=o;var o=m.cloneNode(false);o.style.margin="0px 1px"}H(z,o,m,n,a);b=arc}if(n){k.insertBefore(l,k.firstChild)}else{k.appendChild(l)}}function H(c,a,e,d,b){if(d&&!c.tl){a.style.marginLeft=0}if(d&&!c.tr){a.style.marginRight=0}if(!d&&!c.bl){a.style.marginLeft=0}if(!d&&!c.br){a.style.marginRight=0}a.style.backgroundColor=b;if(d){e.appendChild(a)}else{e.insertBefore(a,e.firstChild)}}function G(c,o,l,h){var f=document.createElement("div");f.style.fontSize="1px";var a=document.createElement("div");a.style.overflow="hidden";a.style.height="1px";a.style.borderColor=l;a.style.borderStyle="none solid";var m=o.sizex-1;var j=o.sizey-1;if(!j){j=1}for(var b=0;b<o.sizey;b++){var n=m-Math.floor(Math.sqrt(1-Math.pow(1-b/j,2))*m);if(b==2&&o.sizex==6&&o.sizey==6){n=2}var k=a.cloneNode(false);k.style.borderWidth="0 "+n+"px";if(h){k.style.borderWidth="0 "+(o.tr?n:0)+"px 0 "+(o.tl?n:0)+"px"}else{k.style.borderWidth="0 "+(o.br?n:0)+"px 0 "+(o.bl?n:0)+"px"}h?f.appendChild(k):f.insertBefore(k,f.firstChild)}if(h){c.insertBefore(f,c.firstChild)}else{c.appendChild(f)}}};



/* Tabs */
current_tab=0;
archor = Array();
window.onload=function () {
	if(document.getElementById('tabs')) {
		var menu = document.getElementById('tabs');
		var lis = menu.getElementsByTagName('li');
		for(i=0;i<lis.length;i++)
		{
			archor[i]=lis[i].getElementsByTagName('a')[0];
			tab_select(archor[i],i,lis);
			if(i!=current_tab) {
				var root = archor[i].getAttribute('href').split('#');
				document.getElementById(root[1]).style.display='none';
				lis[i].setAttribute('class','');
				lis[i].setAttribute('className','');
			}else{
				var root2 = archor[i].getAttribute('href').split('#');
				document.getElementById(root2[1]).style.display='block';
				lis[i].setAttribute('class','current');
				lis[i].setAttribute('className','current');
			}
		}
	}
}

function tabSelect(tabid) {
	current_tab = tabid;
}

function tab_select(obj,i,lis) {
	obj.onclick=function() {
		lis[current_tab].setAttribute('class','');
		lis[current_tab].setAttribute('className','');
		lis[i].setAttribute('class','current');
		lis[i].setAttribute('className','current');
		var id_pre=obj.getAttribute('href').split('#');
		var id = id_pre[1];
		if(subcontent=document.getElementById(id)) {
			subcontent.style.display='block';
		}
		if(i!=current_tab) {
			
			var root3=archor[current_tab].getAttribute('href').split('#')
			document.getElementById(root3[1]).style.display='none';
		}else{
			var root4 = archor[current_tab].getAttribute('href').split('#');
			document.getElementById(root4[1]).style.display='block';
		}

		current_tab=i;
		return false;
	}
}
