// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2010 Passive Safety\n\nPart of UK Roads Ltd, 97, St. Ronan’s Road Southsea, Hampshire PO4 0PR. Tel: +44 (0) 23 9273 7000.\n\nWe do not accept responsibility for the validity of any information obtained via this site from other sites.\n\nAny information used is at your own risk.");
    parent.location.href = cameFrom;
	return true;
}


function footer (copyright)
{
	
	// Start of StatCounter Code
	document.write ("<script type='text/javascript'>");
	document.write ("var sc_project=5682352;");
	document.write ("var sc_invisible=1;"); 
    document.write ("var sc_partition=63;");
    document.write ("var sc_security='a0a27e76'; ");
	document.write ("</script>");
	document.write ("<script type='text/javascript' language='javascript' src='http://www.statcounter.com/counter/frames.js'></script>");
	document.write ("<noscript>");
	document.write ("<a href='http://www.statcounter.com/blogger/' target='_blank'><img class='statcounter'src='http://c.statcounter.com/5682352/0/a0a27e76/1/'alt='blogger visitor counter' ></a>");
	document.write ("</noscript>");
	// End of StatCounter Code
}

