Blahger.Page = ActiveElement.Base.spawn('page', {

  extend: {
    findInDocument: function(){
      return new this($$('.page').first());
    },
    attach: function(p){
      Blahger.page = p;
    }
  }

});
