Variables I have found for Quickr place paths are:
areaNsf - This gives the full url of the place up to the .nsf .
eg: "http://quickr81.adfos.int/LotusQuickr/adfos/Main.nsf"
areaNsfName - This gives the database name.
eg: "Main.nsf"
areaNsfPathOnly - This gives the path only without the slash.
eg: "http://quickr81.adfos.int/LotusQuickr/adfos"
areaType - gives the type of place, not much use so far.
eg: "MeetingRoom"
Other variables:
currentUserAccess - gives level of user access, not much use - 6 is manager/owner see below for more
document.g_strLoginName gives the login name of the current user.
There are some Quickr booleans as well which are useful:
bCurrentUserCanManagePlace - true or false
bCurrentUserIsPlaceManager - true or false
bCurrentUserIsPlaceOwner - true or false
bSTLinksAvailable - treu or false