// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2009 UKRoadsLtd.com\n\nUKRoadsLtd. UK Roads Ltd, 97, St. Ronan’s Road Southsea, Hampshire PO4 0PR. Tel: +44 (0) 23 9273 7000. Any information used is at your own risk.");
    parent.location.href = cameFrom;
	return true;
}
{
    document.write ("<a class='copyright' href=\"JavaScript:aboutBox('");
    document.write (document.URLUnencoded);
	document.write ("');\">Copyright © 2009 UKRoadsLtd.com</a> All Rights Reserved" );
	document.write ("</center>");
	
	// Start of StatCounter Code
	document.write ("<script type='text/javascript'>");
	document.write ("var sc_project=3147428;");
	document.write ("var sc_invisible=0;"); 
    document.write ("var sc_partition=33;");
    document.write ("var sc_security='da825fec'; ");
	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/3147428/0/da825fec/0/' alt='free hit counter' /></a>");
	document.write ("</div>");
	document.write ("</noscript>");
	// End of StatCounter Code
}
