This module is for use with Hot Property (required) and displays a randomly selected agent, their photo, name and phone number. The random agent may be selected from a given comma delimited list of companies. In addition, should the agent parameter be set in the url (eg.
http://mysite.com/index.php?agent=2) then only the agent with the specified id will be shown (instead of being randomly selected.) This can be usefull if you want the site personalized to a particular agent. I've used this to setup a sub domain for each agent that redirects to the main site specifying the default agent. (eg. myagent.mysite.com redirects to
http://mysite.com/index.php?agent=2, and only the selected agent will be shown. It saves this information in a cookie so subsequent visits will show the previously selected agent.