def stream_show( p = {} )
        if ! p.has_key?(:page); p[:page] = 0; end
        return @request.execute(replace_url({ :banana => 'stream', :potato => 'index', :page => p[:page]} ), Hash.new)