//### By Renish Ghodasara Date: 12 Nov. 2009
//### 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 class=\"footer\">");
	document.write("Xchanging Copyright © 2011, Xchanging plc. All rights reserved | ");
	document.write("		<a href=\"" + menuPath + "Information/Privacy.html\">Privacy</a> | ");
	document.write("		<a href=\"" + menuPath + "Information/TermsConditions.html\">Terms and conditions</a> | ");
	document.write("		<a href=\"" + menuPath + "Information/Accessibility.html\">Accessibility</a> |"); 
	document.write("		<a href=\"" + menuPath + "Information/SiteMap.aspx\">Site map</a> | ");
	document.write("		<a href=\"" + menuPath + "ContactUs.aspx\">Contact us</a> | ");
	document.write("		<a href=\"" + menuPath + "home.html\">Home</a>");
	document.write("</div>");
}

//### By Renish Ghodasara Date: 12 Nov. 2009
//### This script checks for the logo if it exists in the script then it takes its path to generate the menu
/*
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9147183-2']);
_gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
*/
