/**
 * @author gron
 */

/* bubbling 2.0 */
YAHOO.namespace("plugin","behavior");(function(){var C=YAHOO.util,A=YAHOO.util.Event,B=YAHOO.util.Dom,D=YAHOO.lang,E=YAHOO.util.Dom.get;YAHOO.Bubbling=function(){var J={},M={classname:"js"},G=null;var O=function(T,R){var U=R[1].anchor;if(!(R[1].flagged||R[1].decrepitate)&&U){var V=U.getAttribute("rel"),S=U.getAttribute("target");if((!S||(S===""))&&(V=="external")){U.setAttribute("target","blank")}}};var Q=function(S,R){J.processingAction(S,R,J.defaultActions)};var H={newRef:null,oldRef:null,value:null};function K(){if(H.oldRef){J.fire("blur",{target:H.oldRef})}}function N(){if(H.newRef){J.fire("focus",{target:H.newRef,blur:H.oldRef})}}function L(){if(H.newRef){H.newValue=(H.tagName=="SELECT"?H.newRef[H.newRef.selectedIndex].value:H.newRef.value);if(H.newValue!=H.oldValue){if(YAHOO.env.ua.webkit&&(H.tagName=="SELECT")){H.newRef.setAttribute("default",H.newValue)}J.fire("change",{target:H.newRef,value:H.newValue,newValue:H.newValue,oldValue:H.oldValue,rel:H.newRef.getAttribute("rel")});H.oldValue=H.newValue}}}function I(S,R){H={oldRef:H.newRef,newRef:S,tagName:(S&&S.tagName?S.tagName.toUpperCase():null),oldValue:(S?S.value:null)};if(R=="SELECT"){H.oldValue=(YAHOO.env.ua.webkit?S.getAttribute("default"):S[S.selectedIndex].value)}}function P(T){var S,R="[INPUT][TEXTAREA][SELECT][BUTTON][A][IMG]";if(T&&(S=T.tagName.toUpperCase())){if(T.getAttribute("tabindex")||(R.indexOf("["+S+"]")!==-1)){return true}}return false}function F(T,S){var R=(T&&T.tagName?T.tagName.toUpperCase():null);if(T&&R){if(R=="OPTION"){return F(T.parentNode,S)}else{if(document.body&&(T===document.body)){L();I(null);K()}else{if((T!==H.newRef)&&P(T)){L();I(T,R);K();N()}}}}}J.ready=false;J.bubble={};J.getOwnerByClassName=function(S,R){return(B.hasClass(S,R)?S:B.getAncestorByClassName(S,R))};J.getOwnerByTagName=function(S,R){S=B.get(S);if(!S){return null}return(S.tagName&&S.tagName.toUpperCase()==R.toUpperCase()?S:B.getAncestorByTagName(S,R))};J.getAncestorByClassName=J.getOwnerByClassName;J.getAncestorByTagName=J.getOwnerByTagName;J.onKeyPressedTrigger=function(T,U,S){var R="key";U=U||A.getEvent();S=S||{};S.action=R;S.target=T.target||(U?A.getTarget(U):null);F(S.target,S);S.flagged=false;S.decrepitate=false;S.event=U;S.stop=false;S.type=T.type;S.keyCode=T.keyCode;S.charCode=T.charCode;S.ctrlKey=T.ctrlKey;S.shiftKey=T.shiftKey;S.altKey=T.altKey;this.bubble.key.fire(U,S);if(S.stop){A.stopEvent(U)}return S.stop};J.onEventTrigger=function(S,U,R){U=U||A.getEvent();var T=R=R||{};R.action=S;R.target=(U?A.getTarget(U):null);if((S=="navigate")||(S=="property")){F(R.target,R)}R.flagged=false;R.decrepitate=false;R.event=U;R.stop=false;this.bubble[S].fire(U,R);if(R.stop){A.stopEvent(U)}return R.stop};J.onNavigate=function(S){var R={anchor:this.getOwnerByTagName(A.getTarget(S),"A"),button:J.getYUIButton(A.getTarget(S))};if(R.button){R.value=R.button.get("value");R.rel=R.button._button.getAttribute("rel")}else{if(R.anchor){R.rel=R.anchor.getAttribute("rel")}else{R.input=this.getOwnerByTagName(A.getTarget(S),"INPUT");R.select=this.getOwnerByTagName(A.getTarget(S),"SELECT");if(R.input){R.value=R.input.getAttribute("value");R.rel=R.input.getAttribute("rel")}else{if(R.select){R.value=R.select[R.select.selectedIndex].value;R.rel=R.select.getAttribute("rel")}}}}if(!this.onEventTrigger("navigate",S,R)){this.onEventTrigger("god",S,R)}};J.onProperty=function(R){this.onEventTrigger("property",R,{anchor:this.getOwnerByTagName(A.getTarget(R),"A"),button:J.getYUIButton(A.getTarget(R))})};J._timeoutId=0;J.onRepaint=function(R){clearTimeout(J._timeoutId);J._timeoutId=setTimeout(function(){var T="repaint",U={target:document.body},S={action:T,target:null,event:U,flagged:false,decrepitate:false,stop:false};J.bubble[T].fire(U,S);if(S.stop){A.stopEvent(U)}},150)};J.onRollOver=function(R){this.onEventTrigger("rollover",R,{anchor:this.getOwnerByTagName(A.getTarget(R),"A")})};J.onRollOut=function(R){this.onEventTrigger("rollout",R,{anchor:this.getOwnerByTagName(A.getTarget(R),"A")})};J.onKeyPressed=function(R){this.onKeyPressedTrigger(R)};J.getActionName=function(S,W){W=W||{};var R=null,T=null,U=(B.inDocument(S)?function(X){return B.hasClass(S,X)}:function(X){return S.hasClass(X)});if(S&&(D.isObject(S)||(S=E(S)))){try{T=S.getAttribute("rel")}catch(V){}for(R in W){if((W.hasOwnProperty(R))&&(U(R)||(R===T))){return R}}}return null};J.getFirstChildByTagName=function(T,S){if(T&&(D.isObject(T)||(T=E(T)))&&S){var R=T.getElementsByTagName(S);if(R.length>0){return R[0]}}return null};J.virtualTarget=function(T,S){if(S&&(D.isObject(S)||(S=E(S)))&&D.isObject(T)){var R=A.getRelatedTarget(T);if(D.isObject(R)){while((R.parentNode)&&D.isObject(R.parentNode)&&(R.parentNode.tagName!=="BODY")){if(R.parentNode===S){return true}R=R.parentNode}}}return false};J.getYUIButton=function(S){var T=this.getOwnerByClassName(S,"yui-button"),R=null,U=null;if(D.isObject(T)&&YAHOO.widget.Button){R=YAHOO.widget.Button.getButton(T.id)}return R};J.addLayer=function(U,T){var R=false;U=(D.isArray(U)?U:[U]);T=T||window;for(var S=0;S<U.length;++S){if(U[S]&&!this.bubble.hasOwnProperty(U[S])){this.bubble[U[S]]=new C.CustomEvent(U[S],T,true);R=true}}return R};J.subscribe=function(S,R,T){var U=this.addLayer(S);if(S){if(D.isObject(T)){this.bubble[S].subscribe(R,T,true)}else{this.bubble[S].subscribe(R)}}return U};J.on=J.subscribe;J.fire=function(R,S){S=S||{};S.action=R;S.flagged=false;S.decrepitate=false;S.stop=false;if(this.bubble.hasOwnProperty(R)){this.bubble[R].fire(null,S)}return S.stop};J.processingAction=function(T,R,W,V){var U=null,S;if(!(R[1].flagged||R[1].decrepitate)||V){S=R[1].anchor||R[1].button||R[1].input||R[1].select;if(S){U=this.getActionName(S,W);R[1].el=S}if(U&&(W[U].apply(R[1],[T,R]))){A.stopEvent(R[0]);R[1].flagged=true;R[1].decrepitate=true;R[1].stop=true}}};J.defaultActions={};J.addDefaultAction=function(T,S,R){if(T&&S&&(!this.defaultActions.hasOwnProperty(T)||R)){this.defaultActions[T]=S}};J.on("navigate",O);J.on("navigate",Q);J.initMonitors=function(){var R=function(){var S=new YAHOO.widget.Module("yui-cms-font-monitor",{monitorresize:true,visible:false});S.render(document.body);YAHOO.widget.Module.textResizeEvent.subscribe(J.onRepaint,J,true);YAHOO.widget.Overlay.windowScrollEvent.subscribe(J.onRepaint,J,true)};if(D.isFunction(YAHOO.widget.Module)){A.onDOMReady(R,J,true)}};J.init=function(){var R=document.body;clearInterval(G);if(!this.ready){this.ready=true;YAHOO._Bubbling=YAHOO._Bubbling||{};D.augmentObject(M,YAHOO._Bubbling,true);B.addClass(R,M.classname);A.addListener(window,"resize",J.onRepaint,J,true);A.addListener(R,"click",J.onNavigate,J,true);A.addListener(R,(YAHOO.env.ua.opera?"mousedown":"contextmenu"),J.onProperty,J,true);if(YAHOO.env.ua.opera){A.addListener(R,"click",J.onProperty,J,true)}A.addListener(R,"mouseover",J.onRollOver,J,true);A.addListener(R,"mouseout",J.onRollOut,J,true);A.addListener(document,"keyup",J.onKeyPressed,J,true);A.addListener(document,"keydown",J.onKeyPressed,J,true);J.fire("ready",{module:"bubbling"})}};J.addLayer(["navigate","god","property","key","repaint","rollover","rollout","blur","focus","change","ready"]);G=setInterval(function(){try{if(D.isObject(document.body)){J.init()}}catch(R){}},A.POLL_INTERVAL);A.onDOMReady(J.init,J,true);return J}()})();YAHOO.register("bubbling",YAHOO.Bubbling,{version:"2.0",build:"230"});

/*
Copyright (c) 2007, Caridy Patino. All rights reserved.
Portions Copyright (c) 2007, Yahoo!, Inc. All rights reserved.
Code licensed under the BSD License:
http://www.bubbling-library.com/eng/licence
version: 1.5.0
*/

/* bubbling:dispatcher 2.0 */
YAHOO.namespace("plugin");
(function(){var $C=YAHOO.util.Connect,$L=YAHOO.lang,$E=YAHOO.util.Event,$D=YAHOO.util.Dom,$=YAHOO.util.Dom.get;var constants={LOADING:1,DISPATCHED:2,ERROR:3,EMPTY:4,proxy:'/dispatcher.php?uri=',CSSNODE:1,JSNODE:2};var reScriptTag=/<script([^>]*)>([\s\S]*?)<\/script>/igm,reScriptTagSrc=/src=(['"]?)([^"']*)\1/i,reScriptTagRel=/rel=(['"]?)([^"']*)\1/i,reLinkTag=/<link([^>]*)(>[\s]*<\/link>|>)/igm,reLinkTagSrc=/href=(['"]?)([^"']*)\1/i,reStyleTag=/<style([^>]*)>([\s\S]*?)<\/style>/igm,reTagParams=new RegExp('([\\w-\.]+)\\s*=\\s*(".*?"|\'.*?\'|\\w+)*','im');var reCSS3rdFile=new RegExp('url\\s*\\(([^\\)]*)','igm');var reURI=new RegExp('^((?:http|https)://)((?:\\w+[\.|-]?)*\\w+)(/.*)$','i');YAHOO.plugin.Dispatcher=function(){var obj={},_threads={},_hashtable=[],_oDefaultConfig={relative:false,baseURI:document.location},_loadingClass='loading',_classname='yui-dispatchable';function parseUri(str,strictMode){var o={key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*):?([^:@]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},m=o.parser[strictMode?"strict":"loose"].exec(str),uri={},i=14;while(i--)uri[o.key[i]]=m[i]||"";uri[o.q.name]={};uri[o.key[12]].replace(o.q.parser,function($0,$1,$2){if($1)uri[o.q.name][$1]=$2;});return uri;};function _eraseQuotes(str){if($L.isString(str)){str=str.replace(/^\s*(\S*(\s+\S+)*)\s*$/,"$1");str=str.replace(/^(['|"])*(\S*(?:\s+\S+)*)\1$/,"$2");}return str;}function _getParams(str,validator){var p=null,r={};validator=validator||{};if($L.isString(str)){while(p=reTagParams.exec(str)){p[2]=(validator.hasOwnProperty(p[1])?validator[p[1]]:p[2]);if(p[2]){r[p[1]]=_eraseQuotes(p[2]);}str=str.replace(reTagParams,'');}}return r;}function _baseURI(uri){uri=(($L.isString(uri)&&(uri.indexOf('/')>-1))?uri:_oDefaultConfig.baseURI)+'';return uri.substr(0,uri.lastIndexOf('/')+1);}function _relativeURI(base,uri){if(uri&&!reURI.test(uri)&&(uri.indexOf('/')!==0)){uri=base+uri;}return uri;}function _onStart(config){config.onStart=config.before||config.onStart;if($L.isFunction(config.onStart)){config.onStart.apply(config,[config.element]);config.onStart=null;}if(!config.underground&&YAHOO.Bubbling){YAHOO.Bubbling.fire('onAsyncRequestStart',{element:config.element});}}function _onLoad(config){config.onLoad=config.after||config.onLoad;if($L.isFunction(config.onLoad)){config.onLoad.apply(config,[config.element]);}if(!config.underground&&YAHOO.Bubbling){YAHOO.Bubbling.fire('onAsyncRequestEnd',{element:config.element});}}function dispatch(hd,config){var callback=null,flag=true,node=null,uri='',i=0;config=config||{};if(obj.isAlive(hd)){node=_threads[hd].chunks.shift();if($L.isObject(node)&&node.src){config.hash=_hashtable.length;for(i=0;i<_hashtable.length;i++){if(_hashtable[i].uri==node.src){if((_hashtable[i].status==constants.DISPATCHED)&&!config.override){flag=false;}else{}config.hash=i;break;}}if(flag){uri=obj.firewall(node.src,config,true);if($L.isString(uri)&&(uri!=='')){_hashtable[config.hash]={uri:node.src,proxy:uri,status:constants.LOADING};if(node.type===constants.JSNODE){obj.area=hd;obj.destroyer=_threads[hd].destroyer;config.handle=YAHOO.util.Get.script(uri,{onSuccess:function(){_hashtable[config.hash].status=constants.DISPATCHED;if(config.rel&&YAHOO.Bubbling){YAHOO.Bubbling.fire('onScriptReady',{module:node.rel,src:node.src,uri:uri,hash:config.hash});}config.hash=null;dispatch(hd,config);},onFailure:function(){dispatch(hd,config);},scope:obj,data:config});}else if(node.type===constants.CSSNODE){YAHOO.util.Get.css(uri,{});_hashtable[config.hash].status=constants.DISPATCHED;dispatch(hd,config);}}}else{dispatch(hd,config);}}else{config.hash=null;exec(hd,node.content,config);}}else{obj.kill(hd);_onLoad(config);}}function exec(hd,c,config){var status=constants.EMPTY;if(c&&(c!=='')){config.scope=(config.scope?config.scope:window);try{status=constants.DISPATCHED;this.scriptScope=null;if(!config.hash||(_hashtable[config.hash].status!=constants.DISPATCHED)){obj.area=hd;obj.destroyer=_threads[hd].destroyer;if($L.isFunction(config.evalRoutine)){this.scriptScope=config.evalRoutine(c,config);}else{this.scriptScope=new(new Function('_container_',c+'; return this;'))(config.scope);}}}catch(e){status=constants.ERROR;if($L.isFunction(config.error)){config.error.apply(config,[hd,c,_hashtable]);}else{throw new Error("Dispacher: Script Execution Error ("+e+")");}}}if($L.isNumber(config.hash)){_hashtable[config.hash].status=status;config.hash=null;}dispatch(hd,config);}function display(el,c,config){config.action=(config.action?config.action:'replace');switch(config.action){case'tabview':destroy(el.get('contentEl'),config);try{el.set('content',c);}catch(e1){return false;}break;case'update':c=el.innerHTML+c;try{el.innerHTML=c;}catch(e2){return false;}break;case'replace':default:destroy(el,config);try{el.innerHTML=c;}catch(e3){return false;}break;}return true;}function destroy(el,config){var hd=config.guid,i=0;if($L.isObject(_threads[hd].destroyer)){_threads[hd].destroyer.fire(el,config);}if($D.inDocument(el)){for(i=0;i<el.childNodes.length;i++){$E.purgeElement(el.childNodes[i],true);}}$D.addClass(el,_classname);_threads[hd].destroyer=new YAHOO.util.CustomEvent('destroyer');if($L.isFunction(config.onDestroy)){_threads[hd].destroyer.subscribe(config.onDestroy);}}function parse(hd,s,config){config=config||{};config.uri=config.uri||null;config.relative=config.relative||_oDefaultConfig.relative;var m=true,attr=false,base=_baseURI(config.uri);s=s.replace(reStyleTag,function(str,p1,p2,offset,s){if(p2){obj.applyCSS(p2,_getParams(p1),config);}return"";});s=s.replace(reLinkTag,function(str,p1,p2,offset,s){if(p1){attr=p1.match(reLinkTagSrc);if(attr){if(config.relative){attr[2]=_relativeURI(base,attr[2]);}_threads[hd].chunks.push({src:attr[2],content:'',type:constants.CSSNODE,params:_getParams(p1)});}}return"";});s=s.replace(reScriptTag,function(str,p1,p2,offset,s){if(p1){attr=p1.match(reScriptTagSrc);if(attr){var rel=p1.match(reScriptTagRel);rel=(rel?rel[2]:null);if(config.relative){attr[2]=_relativeURI(base,attr[2]);}_threads[hd].chunks.push({src:attr[2],content:'',type:constants.JSNODE,rel:rel,params:_getParams(p1)});}}if(p2){_threads[hd].chunks.push({src:null,content:p2,type:constants.JSNODE,params:_getParams(p1)});}return"";});return s;}if(YAHOO.Bubbling){YAHOO.Bubbling.on('onScriptReady',function(){if(this.src&&!this.hash){_hashtable[this.hash].status=constants.DISPATCHED;}});}obj.area=null;obj.strictMode=true;obj.destroyer=null;obj.fetch=function(el,uri,config){config=config||{};config.uri=uri;var callback={success:function(o){if(o.responseText!='undefined'){obj.process(el,o.responseText,config,true);}$D.removeClass(el,_loadingClass);},failure:function(o){if($L.isFunction(config.onError)){config.onError.apply(config,[config.element]);}$D.removeClass(el,_loadingClass);}};if(uri){uri=obj.firewall(uri,config);$D.addClass(el,_loadingClass);config.handle=$C.asyncRequest('GET',uri,callback);config.element=el;_onStart(config);return config.handle;}return null;};obj.process=function(el,content,config,flag){var hd=null;config=config||{};if($L.isObject(el)||(el=$(el))){hd=config.guid||$E.generateId(el);this.kill(hd);config.element=el;config.content=content;config.guid=hd;if(!flag){_onStart(config);}if(display(el,parse(hd,content,config),config)){dispatch(hd,config);}}return hd;};obj.delegate=function(tab,tabview,config){config=config||{};config.action='tabview';config.uri=tab.get('dataSrc')||null;config.tab=tab;tab.loadHandler.success=function(o){var el=tab.get('contentEl');config.tab=el;config.underground=true;obj.process(tab,o.responseText,config);if(YAHOO.Bubbling){YAHOO.Bubbling.fire('onAsyncRequestEnd',{element:el});}};tab.on("activeChange",function(){if(YAHOO.Bubbling&&this.get('active')&&tab.get('dataSrc')&&!this.get('cacheData')){YAHOO.Bubbling.fire('onAsyncRequestStart',{element:this.get('contentEl')});}});if($L.isObject(tabview)){tabview.addTab(tab);}};obj.applyCSS=function(cssCode,params,config){params=params||{};var styleElement=document.createElement("style"),base=params.href||'';config=config||{};config.uri=config.uri||_oDefaultConfig.baseURI;config.relative=config.relative||_oDefaultConfig.relative;if(config.relative){base=_baseURI(config.uri);base=_relativeURI(base,params.href);}base=_baseURI(base);cssCode=cssCode.replace(reCSS3rdFile,function(str,p1,offset,s){p1=_eraseQuotes(p1);p1='url('+_relativeURI(base,p1);return p1;});styleElement.type="text/css";if($L.isObject(styleElement.styleSheet)){styleElement.styleSheet.cssText=cssCode;}else{styleElement.appendChild(document.createTextNode(cssCode));}try{document.getElementsByTagName("head")[0].appendChild(styleElement);}catch(e){throw new Error("Dispacher: CSS Processing Error ("+e+")");return false;}return true;};obj.jsLoader=function(uri,config){if($L.isString(uri)&&(uri!=='')){config=config||{};$E.generateId(config);obj.kill(config.id);_threads[config.id].chunks=[{src:uri,content:'',type:constants.JSNODE,params:{href:uri}}];config.underground=true;_onStart(config);dispatch(config.id,config);return config.id;}return null;};obj.cssLoader=function(uri,config){if($L.isString(uri)&&(uri!=='')){config=config||{};$E.generateId(config);obj.kill(config.id);_threads[config.id].chunks=[{src:uri,content:'',type:constants.CSSNODE,params:{href:uri}}];config.underground=true;_onStart(config);dispatch(config.id,config);return config.id;}return null;};obj.isAlive=function(hd){return(hd&&$L.isObject(_threads[hd])&&(_threads[hd].chunks.length>0));};obj.kill=function(hd){if(hd&&!$L.isObject(_threads[hd])){_threads[hd]={chunks:[],destroyer:null};}else if(this.isAlive(hd)){_threads[hd].chunks=[];}};obj.destroy=function(hd){this.kill(hd);if(hd&&!$L.isObject(_threads[hd])){_threads[hd].destroyer.fire($(hd),{});}};obj.onDestroy=function(hd,bh,scope){var params=(scope?[bh,scope,true]:[bh]);if($L.isObject(_threads[hd])&&$L.isObject(_threads[hd].destroyer)){if($L.isObject(scope)){_threads[hd].destroyer.subscribe(bh,scope,true);}else{_threads[hd].destroyer.subscribe(bh);}return true;}return false;};obj.init=function(c){c=c||{};c.relative=c.relative||false;_oDefaultConfig=c;};obj.firewall=function(uri,config,monolitic){var sDomain=null,sProtocol=null,m=null;while(uri.indexOf('&amp;')>-1){uri=uri.replace('&amp;','&');}config.proxy=config.proxy||constants.proxy;if($L.isFunction(config.firewall)){uri=config.firewall.apply(config,[uri]);}else{if(!config.monolithic&&!monolitic&&config.proxy){m=uri.match(reURI);if(m&&(m[2]!==document.domain)){uri=config.proxy+escape(uri);}}}return uri;};obj.augmentURI=function(url,m){m=m||{};var o=parseUri(url,this.strictMode),u='';o.queryKey=o.queryKey||{};$L.augmentObject(o.queryKey,m,true);if(o.protocol)u+=o.protocol+':';if(this.strictMode){if(/^(?:[^:\/?#]+:)?\/\//.test(o.source))u+='//';}else{if(/^(?:(?![^:@]+:[^:@\/]*@)[^:\/?#.]+:)?\/\//.test(o.source))u+='//';}if(o.authority){if(o.userInfo){if(o.user)u+=o.user;if(o.userInfo.indexOf(':')>-1)u+=':';if(o.password)u+=o.password;u+='@';}if(o.host)u+=o.host;if(o.port)u+=':'+o.port;}if(o.relative){if(o.path){if(o.directory)u+=o.directory;if(o.file)u+=o.file;}u+='?';for(sName in o.queryKey){if(o.queryKey.hasOwnProperty(sName)){u+=sName+'='+o.queryKey[sName]+'&';}}if(o.anchor)u+='#'+o.anchor;}return u;};obj.toString=function(){return("Dispatcher Manager Plugin (Singlenton)");};return obj;}();})();
YAHOO.util.Dispatcher=YAHOO.plugin.Dispatcher;
YAHOO.register("dispatcher",YAHOO.plugin.Dispatcher,{version:"1.5.0",build:"218"});

