Given a Room instance, this function returns
the absolute URL of the room page for that room. Be sure
to keep this logic in sync with:
# - - - r o o m P a g e U R L
def roomPageURL ( room ):
'''Returns the URL for a given room's page.
'''
return "%s%s%s" % (BASE_URL, room.roomPrefix, HTML_SUFFIX)