if(typeof DynarchRB.cookie=="undefined"){DynarchRB.cookie={path:null,exp:30};}DynarchRB.defaultHooks.onInit.push(function(){this.config.changeLocation=false;var re=new RegExp("(^|;\\s*)DYNARCH_RB_"+this.id+"\\s*=(.*?)(;|$)");if(re.test(document.cookie))this.config.start=parseInt(RegExp.$2);});DynarchRB.defaultHooks.onChangeEnd.push(function(prev,curr,restarting){if(!restarting){var exp=new Date();exp.setTime(DynarchRB.cookie.exp*86400000+exp.getTime());var ck="DYNARCH_RB_"+this.id+"="+curr;if(ck.path)ck+=";path="+DynarchRB.cookie.path;ck+=";exp="+exp.toGMTString();document.cookie=ck;}});
