var Site=Site||{};Site.VERSION='0.9';Site.Profile=Class.create({initialize:function(){this.userId=window.location.pathname.toString().split("/").last().split("-").first();this.fans=new BR.FansGallery({userId:this.userId});this.notes=new BR.NotesBoard({userId:this.userId});this.favTags=new BR.FavTags({userId:this.userId});this.favWriters=new BR.FavWriters({userId:this.userId});}});Site.load=function(){this.profile=new Site.Profile();};document.observe("dom:loaded",Site.load.bind(Site));