// JScript source code
function aboutBox (cameFrom)
{
    alert ("Copyright © 2009 The Passive Revolution\n\nPart of UK Roads Ltd, 25 City Business Centre, Hyde Street, Winchester, Hampshire, SO23 7TA. Tel: +44 (0) 1962 820303.\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=887056;");
	document.write ("var sc_invisible=1;"); 
    document.write ("var sc_partition=7;");
    document.write ("var sc_security='3840f67d'; ");
	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/' target='_blank'><img src='http://c8.statcounter.com/counter.php?sc_project=887056&amp;java=0&amp;security=3840f67d&amp;invisible=1' alt='free stats' border='0' /></a>");
	document.write ("</noscript>");
	// End of StatCounter Code
}
