/**
* @author Ian Snailham
* @copyright Lyndhurst Associates 2006
*/
var sendPage = location.pathname.toLowerCase();
var sendURL = "Home";

if (location.search.length > 1)
{
    sendURL = location.search.substring(1);
}

