// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2009 UKRoadSignals.com\n\nUKRoadSignals is a web-resource for Traffic Signal Engineers by practicing Signal 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 Alistair Gollop FIHIE, MIET at alistair@ukroadsignals.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.\n\nUKRoadSignals welcomes submissions of material, such as articles, papers, photographs and project information; from signal practitioners, for the interest and benefit of others in the field. People submitting material for use by UKRoadSignals warrant that copyright infringement shall not occur by this use. Please note that UKRoadSignals reserves the right to use materials submitted for inclusion on the web-site, in all types of media.");
    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 UKRoadSignals.com</a> All Rights Reserved" );
	document.write ("</center>");
	
	// Start of StatCounter Code
	document.write ("<script type='text/javascript'>");
	document.write ("var sc_project=2765485;");
	document.write ("var sc_invisible=0;"); 
    document.write ("var sc_partition=28;");
    document.write ("var sc_security='1e89c2ad'; ");
	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://c29.statcounter.com/2765485/0/1e89c2ad/0/' alt='web metrics' /></a>");
	document.write ("</div>");
	document.write ("</noscript>");
	// End of StatCounter Code

}
