var myrules={"#sidebar li h2":function(a){addEvent(a,"click",function(){toggleBox(this.parentNode)});if(sweetTitles){sweetTitles.setTip(a)}},"a.inlineCommentsLink":function(a){addEvent(a,"click",fetchComments)},"div.entry span a":function(a){if(a.getAttribute("href")){if(a.getAttribute("href").indexOf("#more-")!=-1){addEvent(a,"click",fetchPost)}}},a:function(a){if(sweetTitles){sweetTitles.setTip(a)}},abbr:function(a){if(sweetTitles){sweetTitles.setTip(a)}},acronym:function(a){if(sweetTitles){sweetTitles.setTip(a)}}};Behaviour.register(myrules);