//### By Renish Ghodasara Date: 20 Dec. 2007
//### This script checks for the logo if it exists in the script then it takes its path to generate the menu

var o
o = document.getElementById("xLogo");
if (o) {
    menuPath = o.src;
    menuPath = menuPath.replace("images/xchanginglogo.gif", "");

    document.write("	<div id=\"footer\">");
    document.write("	<p>");
    document.write("	Copyright &copy; 2009, Xchanging UK Ltd. All rights reserved | ");
    document.write("		<a href=\"" + menuPath + "Information/Privacy.htm\">Privacy</a> | ");
    document.write("		<a href=\"" + menuPath + "Information/Terms.htm\">Terms &amp; Conditions</a> | ");
    document.write("		<a href=\"" + menuPath + "Information/Accessibility.htm\">Accessibility</a> |");
    document.write("		<a href=\"" + menuPath + "Information/SitePlan.htm\">Site Map</a> | ");
    document.write("		<a href=\"" + menuPath + "home.htm\">Home</a>");
    document.write("		</p>");
    document.write("	</div>");
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
    var pageTracker = _gat._getTracker("UA-9147183-2");
    pageTracker._trackPageview();
}
catch (err) { }