// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2009 UKRoadSafety.com\n\nUKRoadSafety is a web-resource for Traffic Engineers by practicing Traffic 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@ukroadsafety.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 UKRoadSafety.com</a> All Rights Reserved" );
	document.write ("</center>");
	
	// Start of StatCounter Code
    document.write ("<script type='text/javascript'>");
    document.write ("var sc_project=2151656;");
    document.write ("var sc_invisible=0;");
    document.write ("var sc_partition=19;");
    document.write ("var sc_security='e403577e';");
    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/'>");
    document.write ("<img class='statcounter' src='http://c20.statcounter.com/2151656/0/e403577e/0/' alt='web metrics' /></a></div></noscript>");
    // End of StatCounter Code -->



	
	// Start of StatCounter Code
	document.write ("<a href='http://www.statcounter.com/' target='_blank'><img src='http://c20.statcounter.com/2151656/0/e403577e/0/' alt='free hit counter code' border='0'></a>");
	// End of StatCounter Code
}
