# File syndicator/subscriber.rb, line 18
    def initialize(subscriber_id)
	@uuid = subscriber_id
	@subscriptions = Hash.new()
    end