;var HoldingAnchor={options:{replaceStr:'stanZas',},init:function(t){this.options=$.extend({},this.options,t);$.subscribe('holding/items',$.proxy(this.run,this))},run:function(o,i){var t='#'+i.replace(this.options.replaceStr,'');if(t===this.options.currentAnchorID)$('html,body').animate({scrollTop:$('a[href="'+t+'"]').offset().top-90},'slow')},};