(function(){
var _1={},_2=new Date().getTime(),p,i,_3=function(){
if(window.addEventListener){
return function(el,_4,fn,_5){
el.addEventListener(_4,fn,(!!_5));
};
}else{
if(window.attachEvent){
return function(el,_6,fn){
el.attachEvent("on"+_6,fn);
};
}else{
return function(){
};
}
}
}(),_7=function(){
if(window.removeEventListener){
return function(el,_8,fn,_9){
el.removeEventListener(_8,fn,!!_9);
};
}else{
if(window.detachEvent){
return function(el,_a,fn){
el.detachEvent("on"+_a,fn);
};
}else{
return function(){
};
}
}
}(),_b=function(){
YUI.Env.windowLoaded=true;
YUI.Env.DOMReady=true;
_7(window,"load",_b);
},_c={"io.xdrReady":1,"io.xdrResponse":1},_d=Array.prototype.slice;
if(typeof YUI==="undefined"||!YUI){
YUI=function(o1,o2,o3,o4,o5){
var Y=this,a=arguments,i,l=a.length;
if(!(Y instanceof YUI)){
return new YUI(o1,o2,o3,o4,o5);
}else{
Y._init();
for(i=0;i<l;i++){
Y._config(a[i]);
}
Y._setup();
return Y;
}
};
}
YUI.prototype={_config:function(o){
o=o||{};
var c=this.config,i,j,m,_e;
_e=c.modules;
for(i in o){
if(_e&&i=="modules"){
m=o[i];
for(j in m){
if(m.hasOwnProperty(j)){
_e[j]=m[j];
}
}
}else{
if(i=="win"){
c[i]=o[i].contentWindow||o[i];
c.doc=c[i].document;
}else{
c[i]=o[i];
}
}
}
},_init:function(){
var v="3.0.0",Y=this;
if(v.indexOf("@")>-1){
v="test";
}
Y.version=v;
Y.Env={mods:{},cdn:"http://yui.yahooapis.com/"+v+"/build/",bootstrapped:false,_idx:0,_used:{},_attached:{},_yidx:0,_uidx:0,_loaded:{}};
Y.Env._loaded[v]={};
if(YUI.Env){
Y.Env._yidx=(++YUI.Env._yidx);
Y.Env._guidp=("yui_"+v+"-"+Y.Env._yidx+"-"+_2).replace(/\./g,"_");
Y.id=Y.stamp(Y);
_1[Y.id]=Y;
}
Y.constructor=YUI;
Y.config={win:window||{},doc:document,debug:true,useBrowserConsole:true,throwFail:true,bootstrap:true,fetchCSS:true,base:function(){
var b,_f,i,_10;
_f=document.getElementsByTagName("script");
for(i=0;i<_f.length;i=i+1){
_10=_f[i].src.match(/^(.*)yui\/yui[\.\-].*js(\?.*)?$/);
b=_10&&_10[1];
if(b){
break;
}
}
return b||Y.Env.cdn;
}(),loaderPath:"loader/loader-min.js"};
},_setup:function(o){
this.use("yui-base");
},applyTo:function(id,_11,_12){
if(!(_11 in _c)){
this.log(_11+": applyTo not allowed","warn","yui");
return null;
}
var _13=_1[id],_14,m,i;
if(_13){
_14=_11.split(".");
m=_13;
for(i=0;i<_14.length;i=i+1){
m=m[_14[i]];
if(!m){
this.log("applyTo not found: "+_11,"warn","yui");
}
}
return m.apply(_13,_12);
}
return null;
},add:function(_15,fn,_16,_17){
YUI.Env.mods[_15]={name:_15,fn:fn,version:_16,details:_17||{}};
return this;
},_attach:function(r,_18){
var _19=YUI.Env.mods,_1a=this.Env._attached,i,l=r.length,_1b,m,d,req,use;
for(i=0;i<l;i=i+1){
_1b=r[i];
m=_19[_1b];
if(!_1a[_1b]&&m){
_1a[_1b]=true;
d=m.details;
req=d.requires;
use=d.use;
if(req){
this._attach(this.Array(req));
}
if(m.fn){
m.fn(this);
}
if(use){
this._attach(this.Array(use));
}
}
}
},use:function(){
if(this._loading){
this._useQueue=this._useQueue||new this.Queue();
this._useQueue.add(_d.call(arguments,0));
return this;
}
var Y=this,a=_d.call(arguments,0),_1c=YUI.Env.mods,_1d=Y.Env._used,_1e,_1f=a[0],_20=false,_21=a[a.length-1],_22=Y.config.bootstrap,k,i,l,_23=[],r=[],css=Y.config.fetchCSS,f=function(_24){
if(_1d[_24]){
return;
}
var m=_1c[_24],j,req,use;
if(m){
_1d[_24]=true;
req=m.details.requires;
use=m.details.use;
}else{
if(!YUI.Env._loaded[Y.version][_24]){
_23.push(_24);
}else{
_1d[_24]=true;
}
}
if(req){
if(Y.Lang.isString(req)){
f(req);
}else{
for(j=0;j<req.length;j=j+1){
f(req[j]);
}
}
}
r.push(_24);
},_25;
if(typeof _21==="function"){
a.pop();
}else{
_21=null;
}
_25=function(_26){
_26=_26||{success:true,msg:"not dynamic"};
if(_21){
_21(Y,_26);
}
if(Y.fire){
Y.fire("yui:load",Y,_26);
}
Y._loading=false;
if(Y._useQueue&&Y._useQueue.size()&&!Y._loading){
Y.use.apply(Y,Y._useQueue.next());
}
};
if(_1f==="*"){
a=[];
for(k in _1c){
if(_1c.hasOwnProperty(k)){
a.push(k);
}
}
if(_21){
a.push(_21);
}
return Y.use.apply(Y,a);
}
if(Y.Loader){
_20=true;
_1e=new Y.Loader(Y.config);
_1e.require(a);
_1e.ignoreRegistered=true;
_1e.allowRollup=false;
_1e.calculate(null,(css)?null:"js");
a=_1e.sorted;
}
l=a.length;
for(i=0;i<l;i=i+1){
f(a[i]);
}
l=_23.length;
if(l){
_23=Y.Object.keys(Y.Array.hash(_23));
}
if(_22&&l&&Y.Loader){
Y._loading=true;
_1e=new Y.Loader(Y.config);
_1e.onSuccess=_25;
_1e.onFailure=_25;
_1e.onTimeout=_25;
_1e.context=Y;
_1e.attaching=a;
_1e.require((css)?_23:a);
_1e.insert(null,(css)?null:"js");
}else{
if(_22&&l&&Y.Get&&!Y.Env.bootstrapped){
Y._loading=true;
a=Y.Array(arguments,0,true);
Y.Get.script(Y.config.base+Y.config.loaderPath,{onEnd:function(){
Y._loading=false;
Y.Env.bootstrapped=true;
Y._attach(["loader"]);
Y.use.apply(Y,a);
}});
return Y;
}else{
if(l){
}
Y._attach(r);
_25();
}
}
return Y;
},namespace:function(){
var a=arguments,o=null,i,j,d;
for(i=0;i<a.length;i=i+1){
d=(""+a[i]).split(".");
o=this;
for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){
o[d[j]]=o[d[j]]||{};
o=o[d[j]];
}
}
return o;
},log:function(){
},error:function(msg,e){
if(this.config.throwFail){
throw (e||new Error(msg));
}else{
this.message(msg,"error");
}
return this;
},guid:function(pre){
var id=this.Env._guidp+(++this.Env._uidx);
return (pre)?(pre+id):id;
},stamp:function(o,_27){
if(!o){
return o;
}
var uid=(typeof o==="string")?o:o._yuid;
if(!uid){
uid=this.guid();
if(!_27){
try{
o._yuid=uid;
}
catch(e ){
uid=null;
}
}
}
return uid;
}};
p=YUI.prototype;
for(i in p){
YUI[i]=p[i];
}
YUI._init();
_3(window,"load",_b);
YUI.Env.add=_3;
YUI.Env.remove=_7;
})();
YUI.add("yui-base",function(Y){
function _28(){
this._init();
this.add.apply(this,arguments);
};
_28.prototype={_init:function(){
this._q=[];
},next:function(){
return this._q.shift();
},add:function(){
Y.Array.each(Y.Array(arguments,0,true),function(fn){
this._q.push(fn);
},this);
return this;
},size:function(){
return this._q.length;
}};
Y.Queue=_28;
(function(){
Y.Lang=Y.Lang||{};
var L=Y.Lang,_29="array",_2a="boolean",_2b="date",_2c="error",_2d="function",_2e="number",_2f="null",_30="object",_31="regexp",_32="string",_33=Object.prototype.toString,_34="undefined",_35={"undefined":_34,"number":_2e,"boolean":_2a,"string":_32,"[object Function]":_2d,"[object RegExp]":_31,"[object Array]":_29,"[object Date]":_2b,"[object Error]":_2c},_36=/^\s+|\s+$/g,_37="";
L.isArray=function(o){
return L.type(o)===_29;
};
L.isBoolean=function(o){
return typeof o===_2a;
};
L.isFunction=function(o){
return L.type(o)===_2d;
};
L.isDate=function(o){
return L.type(o)===_2b;
};
L.isNull=function(o){
return o===null;
};
L.isNumber=function(o){
return typeof o===_2e&&isFinite(o);
};
L.isObject=function(o,_38){
return (o&&(typeof o===_30||(!_38&&L.isFunction(o))))||false;
};
L.isString=function(o){
return typeof o===_32;
};
L.isUndefined=function(o){
return typeof o===_34;
};
L.trim=function(s){
try{
return s.replace(_36,_37);
}
catch(e ){
return s;
}
};
L.isValue=function(o){
var t=L.type(o);
switch(t){
case _2e:
return isFinite(o);
case _2f:
case _34:
return false;
default:
return !!(t);
}
};
L.type=function(o){
return _35[typeof o]||_35[_33.call(o)]||(o?_30:_2f);
};
})();
(function(){
var L=Y.Lang,_39=Array.prototype,_3a=function(o,_3b,al){
var t=(al)?2:Y.Array.test(o),i,l,a;
if(t){
try{
return _39.slice.call(o,_3b||0);
}
catch(e ){
a=[];
for(i=0,l=o.length;i<l;i=i+1){
a.push(o[i]);
}
return a;
}
}else{
return [o];
}
};
Y.Array=_3a;
_3a.test=function(o){
var r=0;
if(L.isObject(o)){
if(L.isArray(o)){
r=1;
}else{
try{
if("length" in o&&!("tagName" in o)&&!("alert" in o)&&(!Y.Lang.isFunction(o.size)||o.size()>1)){
r=2;
}
}
catch(e ){
}
}
}
return r;
};
_3a.each=(_39.forEach)?function(a,f,o){
_39.forEach.call(a||[],f,o||Y);
return Y;
}:function(a,f,o){
var l=(a&&a.length)||0,i;
for(i=0;i<l;i=i+1){
f.call(o||Y,a[i],i,a);
}
return Y;
};
_3a.hash=function(k,v){
var o={},l=k.length,vl=v&&v.length,i;
for(i=0;i<l;i=i+1){
o[k[i]]=(vl&&vl>i)?v[i]:true;
}
return o;
};
_3a.indexOf=(_39.indexOf)?function(a,val){
return _39.indexOf.call(a,val);
}:function(a,val){
for(var i=0;i<a.length;i=i+1){
if(a[i]===val){
return i;
}
}
return -1;
};
_3a.numericSort=function(a,b){
return (a-b);
};
_3a.some=(_39.some)?function(a,f,o){
return _39.some.call(a,f,o);
}:function(a,f,o){
var l=a.length,i;
for(i=0;i<l;i=i+1){
if(f.call(o,a[i],i,a)){
return true;
}
}
return false;
};
})();
(function(){
var L=Y.Lang,_3c="__",_3d=function(r,s){
var fn=s.toString;
if(L.isFunction(fn)&&fn!=Object.prototype.toString){
r.toString=fn;
}
};
Y.merge=function(){
var a=arguments,o={},i,l=a.length;
for(i=0;i<l;i=i+1){
Y.mix(o,a[i],true);
}
return o;
};
Y.mix=function(r,s,ov,wl,_3e,_3f){
if(!s||!r){
return r||Y;
}
if(_3e){
switch(_3e){
case 1:
return Y.mix(r.prototype,s.prototype,ov,wl,0,_3f);
case 2:
Y.mix(r.prototype,s.prototype,ov,wl,0,_3f);
break;
case 3:
return Y.mix(r,s.prototype,ov,wl,0,_3f);
case 4:
return Y.mix(r.prototype,s,ov,wl,0,_3f);
default:
}
}
var arr=_3f&&L.isArray(r),i,l,p;
if(wl&&wl.length){
for(i=0,l=wl.length;i<l;++i){
p=wl[i];
if(p in s){
if(_3f&&L.isObject(r[p],true)){
Y.mix(r[p],s[p]);
}else{
if(!arr&&(ov||!(p in r))){
r[p]=s[p];
}else{
if(arr){
r.push(s[p]);
}
}
}
}
}
}else{
for(i in s){
if(_3f&&L.isObject(r[i],true)){
Y.mix(r[i],s[i]);
}else{
if(!arr&&(ov||!(i in r))){
r[i]=s[i];
}else{
if(arr){
r.push(s[i]);
}
}
}
}
if(Y.UA.ie){
_3d(r,s);
}
}
return r;
};
Y.cached=function(_40,_41,_42){
_41=_41||{};
return function(_43,_44){
var k=(_44)?Array.prototype.join.call(arguments,_3c):_43,v=_41[k];
if(!(k in _41)||(_42&&_41[k]==_42)){
_41[k]=_40.apply(_40,arguments);
}
return _41[k];
};
};
})();
(function(){
Y.Object=function(o){
var F=function(){
};
F.prototype=o;
return new F();
};
var O=Y.Object,_45=undefined,_46=function(o,_47){
var _48=(_47===2),out=(_48)?0:[],i;
for(i in o){
if(_48){
out++;
}else{
if(o.hasOwnProperty(i)){
out.push((_47)?o[i]:i);
}
}
}
return out;
};
O.keys=function(o){
return _46(o);
};
O.values=function(o){
return _46(o,1);
};
O.size=function(o){
return _46(o,2);
};
O.hasKey=function(o,k){
return (k in o);
};
O.hasValue=function(o,v){
return (Y.Array.indexOf(O.values(o),v)>-1);
};
O.owns=function(o,k){
return (o.hasOwnProperty(k));
};
O.each=function(o,f,c,_49){
var s=c||Y,i;
for(i in o){
if(_49||o.hasOwnProperty(i)){
f.call(s,o[i],i,o);
}
}
return Y;
};
O.getValue=function(o,_4a){
var p=Y.Array(_4a),l=p.length,i;
for(i=0;o!==_45&&i<l;i=i+1){
o=o[p[i]];
}
return o;
};
O.setValue=function(o,_4b,val){
var p=Y.Array(_4b),_4c=p.length-1,i,ref=o;
if(_4c>=0){
for(i=0;ref!==_45&&i<_4c;i=i+1){
ref=ref[p[i]];
}
if(ref!==_45){
ref[p[i]]=val;
}else{
return _45;
}
}
return o;
};
})();
Y.UA=function(){
var _4d=function(s){
var c=0;
return parseFloat(s.replace(/\./g,function(){
return (c++==1)?"":".";
}));
},nav=navigator,o={ie:0,opera:0,gecko:0,webkit:0,mobile:null,air:0,caja:nav.cajaVersion,secure:false,os:null},ua=nav&&nav.userAgent,loc=Y.config.win.location,_4e=loc&&loc.href,m;
o.secure=_4e&&(_4e.toLowerCase().indexOf("https")===0);
if(ua){
if((/windows|win32/i).test(ua)){
o.os="windows";
}else{
if((/macintosh/i).test(ua)){
o.os="macintosh";
}
}
if((/KHTML/).test(ua)){
o.webkit=1;
}
m=ua.match(/AppleWebKit\/([^\s]*)/);
if(m&&m[1]){
o.webkit=_4d(m[1]);
if(/ Mobile\//.test(ua)){
o.mobile="Apple";
}else{
m=ua.match(/NokiaN[^\/]*|Android \d\.\d|webOS\/\d\.\d/);
if(m){
o.mobile=m[0];
}
}
m=ua.match(/AdobeAIR\/([^\s]*)/);
if(m){
o.air=m[0];
}
}
if(!o.webkit){
m=ua.match(/Opera[\s\/]([^\s]*)/);
if(m&&m[1]){
o.opera=_4d(m[1]);
m=ua.match(/Opera Mini[^;]*/);
if(m){
o.mobile=m[0];
}
}else{
m=ua.match(/MSIE\s([^;]*)/);
if(m&&m[1]){
o.ie=_4d(m[1]);
}else{
m=ua.match(/Gecko\/([^\s]*)/);
if(m){
o.gecko=1;
m=ua.match(/rv:([^\s\)]*)/);
if(m&&m[1]){
o.gecko=_4d(m[1]);
}
}
}
}
}
}
return o;
}();
(function(){
var min=["yui-base"],_4f,C=Y.config,_50=YUI.Env.mods,_51,i;
Y.use.apply(Y,min);
if(C.core){
_4f=C.core;
}else{
_4f=[];
_51=["get","loader","yui-log","yui-later"];
for(i=0;i<_51.length;i++){
if(_50[_51[i]]){
_4f.push(_51[i]);
}
}
}
Y.use.apply(Y,_4f);
})();
},"3.0.0");
YUI.add("get",function(Y){
(function(){
var ua=Y.UA,L=Y.Lang,_52="text/javascript",_53="text/css",_54="stylesheet";
Y.Get=function(){
var _55={},_56=0,_57=false,_58=function(_59,_5a,win){
var w=win||Y.config.win,d=w.document,n=d.createElement(_59),i;
for(i in _5a){
if(_5a[i]&&_5a.hasOwnProperty(i)){
n.setAttribute(i,_5a[i]);
}
}
return n;
},_5b=function(url,win,_5c){
var o={id:Y.guid(),type:_53,rel:_54,href:url};
if(_5c){
Y.mix(o,_5c);
}
return _58("link",o,win);
},_5d=function(url,win,_5e){
var o={id:Y.guid(),type:_52,src:url};
if(_5e){
Y.mix(o,_5e);
}
return _58("script",o,win);
},_5f=function(tId){
var q=_55[tId],n,l,d,h,s,i,_60,_61;
if(q){
n=q.nodes;
l=n.length;
d=q.win.document;
h=d.getElementsByTagName("head")[0];
if(q.insertBefore){
s=_62(q.insertBefore,tId);
if(s){
h=s.parentNode;
}
}
for(i=0;i<l;i=i+1){
_60=n[i];
if(_60.clearAttributes){
_60.clearAttributes();
}else{
for(_61 in _60){
delete _60[_61];
}
}
h.removeChild(_60);
}
}
q.nodes=[];
},_63=function(q,msg,_64){
return {tId:q.tId,win:q.win,data:q.data,nodes:q.nodes,msg:msg,statusText:_64,purge:function(){
_5f(this.tId);
}};
},_65=function(id,msg,_66){
var q=_55[id],sc;
if(q&&q.onEnd){
sc=q.context||q;
q.onEnd.call(sc,_63(q,msg,_66));
}
},_67=function(id,msg){
var q=_55[id],sc;
if(q.timer){
clearTimeout(q.timer);
}
if(q.onFailure){
sc=q.context||q;
q.onFailure.call(sc,_63(q,msg));
}
_65(id,msg,"failure");
},_62=function(nId,tId){
var q=_55[tId],n=(L.isString(nId))?q.win.document.getElementById(nId):nId;
if(!n){
_67(tId,"target node not found: "+nId);
}
return n;
},_68=function(id){
var q=_55[id],msg,sc;
if(q.timer){
clearTimeout(q.timer);
}
q.finished=true;
if(q.aborted){
msg="transaction "+id+" was aborted";
_67(id,msg);
return;
}
if(q.onSuccess){
sc=q.context||q;
q.onSuccess.call(sc,_63(q));
}
_65(id,msg,"OK");
},_69=function(id){
var q=_55[id],sc;
if(q.onTimeout){
sc=q.context||q;
q.onTimeout.call(sc,_63(q));
}
_65(id,"timeout","timeout");
},_6a=function(id,_6b){
var q=_55[id],msg,w,d,h,n,url,s;
if(q.timer){
clearTimeout(q.timer);
}
if(q.aborted){
msg="transaction "+id+" was aborted";
_67(id,msg);
return;
}
if(_6b){
q.url.shift();
if(q.varName){
q.varName.shift();
}
}else{
q.url=(L.isString(q.url))?[q.url]:q.url;
if(q.varName){
q.varName=(L.isString(q.varName))?[q.varName]:q.varName;
}
}
w=q.win;
d=w.document;
h=d.getElementsByTagName("head")[0];
if(q.url.length===0){
_68(id);
return;
}
url=q.url[0];
if(!url){
q.url.shift();
return _6a(id);
}
if(q.timeout){
q.timer=setTimeout(function(){
_69(id);
},q.timeout);
}
if(q.type==="script"){
n=_5d(url,w,q.attributes);
}else{
n=_5b(url,w,q.attributes);
}
_6c(q.type,n,id,url,w,q.url.length);
q.nodes.push(n);
if(q.insertBefore){
s=_62(q.insertBefore,id);
if(s){
s.parentNode.insertBefore(n,s);
}
}else{
h.appendChild(n);
}
if((ua.webkit||ua.gecko)&&q.type==="css"){
_6a(id,url);
}
},_6d=function(){
if(_57){
return;
}
_57=true;
var i,q;
for(i in _55){
if(_55.hasOwnProperty(i)){
q=_55[i];
if(q.autopurge&&q.finished){
_5f(q.tId);
delete _55[i];
}
}
}
_57=false;
},_6e=function(_6f,url,_70){
_70=_70||{};
var id="q"+(_56++),q,_71=_70.purgethreshold||Y.Get.PURGE_THRESH;
if(_56%_71===0){
_6d();
}
_55[id]=Y.merge(_70,{tId:id,type:_6f,url:url,finished:false,nodes:[]});
q=_55[id];
q.win=q.win||Y.config.win;
q.context=q.context||q;
q.autopurge=("autopurge" in q)?q.autopurge:(_6f==="script")?true:false;
if(_70.charset){
q.attributes=q.attributes||{};
q.attributes.charset=_70.charset;
}
setTimeout(function(){
_6a(id);
},0);
return {tId:id};
},_6c=function(_72,n,id,url,win,_73,_74){
var f=_74||_6a;
if(ua.ie){
n.onreadystatechange=function(){
var rs=this.readyState;
if("loaded"===rs||"complete"===rs){
n.onreadystatechange=null;
f(id,url);
}
};
}else{
if(ua.webkit){
if(_72==="script"){
n.addEventListener("load",function(){
f(id,url);
});
}
}else{
n.onload=function(){
f(id,url);
};
n.onerror=function(e){
_67(id,e+": "+url);
};
}
}
};
return {PURGE_THRESH:20,_finalize:function(id){
setTimeout(function(){
_68(id);
},0);
},abort:function(o){
var id=(L.isString(o))?o:o.tId,q=_55[id];
if(q){
q.aborted=true;
}
},script:function(url,_75){
return _6e("script",url,_75);
},css:function(url,_76){
return _6e("css",url,_76);
}};
}();
})();
},"3.0.0");
YUI.add("yui-log",function(Y){
(function(){
var _77=Y,_78="yui:log",_79="undefined",_7a={debug:1,info:1,warn:1,error:1},_7b;
_77.log=function(msg,cat,src,_7c){
var Y=_77,c=Y.config,_7d=false,_7e,_7f,m,f;
if(c.debug){
if(src){
_7e=c.logExclude;
_7f=c.logInclude;
if(_7f&&!(src in _7f)){
_7d=1;
}else{
if(_7e&&(src in _7e)){
_7d=1;
}
}
}
if(!_7d){
if(c.useBrowserConsole){
m=(src)?src+": "+msg:msg;
if(typeof console!=_79&&console.log){
f=(cat&&console[cat]&&(cat in _7a))?cat:"log";
console[f](m);
}else{
if(typeof opera!=_79){
opera.postError(m);
}
}
}
if(Y.fire&&!_7c){
if(!_7b){
Y.publish(_78,{broadcast:2,emitFacade:1});
_7b=1;
}
Y.fire(_78,{msg:msg,cat:cat,src:src});
}
}
}
return Y;
};
_77.message=function(){
return _77.log.apply(_77,arguments);
};
})();
},"3.0.0",{requires:["yui-base"]});
YUI.add("yui-later",function(Y){
(function(){
var L=Y.Lang,_80=function(_81,o,fn,_82,_83){
_81=_81||0;
o=o||{};
var m=fn,d=Y.Array(_82),f,r;
if(L.isString(fn)){
m=o[fn];
}
if(!m){
}
f=function(){
m.apply(o,d);
};
r=(_83)?setInterval(f,_81):setTimeout(f,_81);
return {id:r,interval:_83,cancel:function(){
if(this.interval){
clearInterval(r);
}else{
clearTimeout(r);
}
}};
};
Y.later=_80;
L.later=_80;
})();
},"3.0.0",{requires:["yui-base"]});
YUI.add("yui",function(Y){
},"3.0.0",{use:["yui-base","get","yui-log","yui-later"]});

