function args(n){return Array.prototype.slice.apply(args.caller.arguments,[n||0])}function csv(s,v){return(","+s+",").indexOf(","+v+",")>=0}function foreach(o,f,c){var i=0,r=[],u={},L;if(is(o)){if(castof(L=o.length)=="N"&&castof(o)!="F"&&!o.call){for(;i<L;i++){if(is(o[i])){r.push(f.call(c,o[i],i,o))}}}else{for(i in o){if(!is(f.prototype[i])&&!u[i]&&is(o[i])){r.push(f.call(c,o[i],u[i]=i,o))}}}}return r}function filter(o,f){var r=[];foreach(o,function(v,i){if(f(v,i,o))r.push(v)});return r}function castof(v){v={}.toString.call(v).charAt(8);return v=="g"?"O":v}function jsno(v){return eval("("+v+")")}function json(v){var t=castof(v);return t=="A"?"["+foreach(v,json)+"]":t=="O"?v?"{"+filter(foreach(v,function(v,i){return(v=json(v))?i+":"+v:0}),isNaN)+"}":"null":t=="S"?'"'+v.replace(/[\0-\37\\"\x80-\uffff]/g,function(v){return "\\u"+("00"+escape(v).slice(1)).substr(-4)})+'"':t=="D"?'new Date("'+v+'")':t=="F"?"":v+""}function trim(s){return(s+"").replace(/^\s+|\s+$/g,"")}function int(v){return parseInt(v+"",10)}var W=this,D=document,GUID=0;function B(){var b=D.documentElement;return b&&is(b.scrollTop)?b:D.body}function url(v){return v?D.location.href=v:D.location.href.split(/#|\?/)[0]}function F(n,v){var r,u="value",t,i=0,a=E(n),k=is(a.length),o=k?a:[a],s="selected",x="checked",c=k?is(o[0][s])?s:x:/^c|^r/.test(a.type)?x:u;for(;i<o.length;i++){t=o[i];a=c==u||is(t[u],"g")?t[u]:c==x?"on":t.text;if(is(v)){t[c]=c==u?v:csv(v+"",a)}if(t[c]||c==u){if(is(r)){if(!r.join)r=[r];r.push(a)}else{r=a}}}return r}function T(t){return D.getElementsByTagName(t)}function E(o,p,v){if(castof(o)=="S"){o=D.all?D.all[o]:D.getElementById(o)||D.getElementsByName(o);if(o&&o.length==1)o=o[0]}if(castof(p)=="O"||!p)return p?foreach(p,function(v,i){E(o,i,v)}):o;var s=o.style||{},g="background",O="offset",G={y:"Top",x:"Left",w:"Width",h:"Height"}[p],t="pixel"+G,T=is(s[t]),V=is(v),P={c:g+"Color",i:g+"Image",v:"visibility",z:"zIndex",k:"className"}[p]||p;if(p=="v"){g="hidden";if(V){s[P]=v>0?"inherit":g}else{v=1}s.filter="alpha(opacity="+(v*100)+")";s.KhtmlOpacity=s.MozOpacity=s.opacity=v;return s[P]==g?0:1}if(csv("X,Y",p)){if(!is(v=o["page"+p]||o[p>"X"?"y":"x"])){v=0;do{v+=o[p>"X"?O+"Top":O+"Left"]|0}while(o=o[O+"Parent"])}return v}if(csv("x,y,h,w",p)){g=G.toLowerCase();return is(o.src)?V?o[g]=v:o[g]:o!=W?int(V?T?s[t]=v:s[g]=v+"px":T?s[t]:o[O+G]):csv("h,w",p)?v=W["inner"+G]?v-(D[g]>v?16:0):B()["client"+G]||B()[O+G]|0:W["pageY"+O]||B()["scroll"+G]|0}return p=="r"?s.clip="rect("+v.join("px ")+")":p=="t"?V?o.innerHTML=v:o.innerHTML:V?s[P]=v:s[P]}function add(o,t){return E(o==W?D.body:o).appendChild(t=D.createElement(t),t.id="j_"+GUID++)}function cut(c,o){c=E(c);c=c.parentNode.removeChild(c);return o?E(o).appendChild(c):c}function addevent(o,t,f,c){o=E(o);var p=o[t="on"+t];o[t]=function(e){f.call(c,e=W.event||e);p&&p(e)}}function ready(o,f){setTimeout(function(){E(o)?f():ready(o,f)},250)}function focus(v){v&&E(v).focus();focus=is}function ask(a,f,u){if(u){u+="?jsrs="+json(a)+"&t="+GUID;a=add(T("head")[0],"script");a.type="text/javascript";a.f=f;a.src=u}else{foreach(T("script"),function(o){if(o.src.indexOf(f)>0){o.f(a);cut(o)}})}}function is(v,t){return t?_is[t][0].test(is(v)?trim(v):""):v!=null}_is={i:[/^-?\d+$/,"an integer"],n:[/^[-+]?\d*\.?\d+$/,"numeric"],g:[/./,"not empty"],m:[/^[\w.%+-]+@[A-Z\d.-]+\.[A-Z]{2,4}$/i,"valid"],p:[/^\w{4,8}$/,"4-8 alphanumerics"],d:[/^(0?\d|1[012])\D(0?\d|[12]\d|3[01])\D(19|20)(\d\d)$/,"m/d/yyyy"],u:[/^https?:\/\/./,"like http://site.com"]};function ck(){var i=0,g,r,a=args(),e="";for(;i<a.length;i+=3){if(r=!is(F(a[i]),a[i+1]))e+=a[i+2]+" must be "+_is[a[i+1]][1]+"\n";if(g=E("i"+a[i]))g.src=g.src.replace(/[es]\./,r?"e.":"s.")}if(e>"")alert(e);return e==""}function C(n,v){if(is(v))D.cookie=n+"="+v+";path=/";new RegExp(n+"=([^;]+)").exec(D.cookie);return unescape(RegExp.$1.replace(/\+/g," "))}W.onload=function(){eval(C("e"));new Image().src=url()+"?jsrs={L:0}"}