// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2009 UKRoadSigns.com\n\nUKRoadSigns is a web-resource for Traffic Sign Engineers by practicing Sign Engineers.\nIt is part of UK Roads Ltd, 97, St. Ronan’s Road Southsea, Hampshire PO4 0PR. Tel: +44 (0) 23 9273 7000.\n\nIn case of query or comment, please contact us at info@ukroadsigns.com\n\nAlthough all efforts are made to host current versions of documents on this site, we cannot offer an absolute guarantee that they have not been superseded. We do not accept responsibility for the accuracy of third party information or its fitness for purpose. Any information used is at your own risk.");
    parent.location.href = cameFrom;
	return true;
}


function footer (copyright)
{
    document.write ("<a class='copyright' href=\"JavaScript:aboutBox('");
    document.write (document.URLUnencoded);
	document.write ("');\">Copyright © 2009 UKRoadSigns.com</a> All Rights Reserved" );
	document.write ("</center>");
	
	// Start of StatCounter Code
	document.write ("<script type='text/javascript'>");
	document.write ("var sc_project=2288255;");
	document.write ("var sc_invisible=0;"); 
    document.write ("var sc_partition=21;");
    document.write ("var sc_security='530b2dfe'; ");
	document.write ("</script>");
	document.write ("<script type='text/javascript' src='http://www.statcounter.com/counter/counter_xhtml.js'>");
	document.write ("</script>");
	document.write ("<noscript>");
	document.write ("<div class='statcounter'>");
	document.write ("<a class='statcounter' href='http://www.statcounter.com/'><img class='statcounter' src='http://c22.statcounter.com/2288255/0/530b2dfe/0/' alt='web site hit counter' /></a>");
	document.write ("</div>");
	document.write ("</noscript>");
	// End of StatCounter Code
}
