#request.<VariableName>#
Usage
Commonly used to reference variables from the current URL.
Can also reference any other request variables.
Example
If the current URL is http://www.workbrain.com?day=Tuesday, month=12,
then #request.day# would return Tuesday.