<!--
function countit(pageref)
{
var data,source;
source = escape(document.referrer);
if (source == "")  source = 'none' ;
data='?ref=' + pageref + '&src=' + source;
document.write('<img border=0 hspace=0 '+
 'vspace=0 width=1 height=1 src="http://ccgi.custelec.force9.co.uk/cgi-bin/count.pl'+data+'">');
}
function countit_ns(pageref)
{
var data;
data='?ref=' + pageref;
document.write('<img border=0 hspace=0 '+
'vspace=0 width=1 height=1 src="http://ccgi.custelec.force9.co.uk/cgi-bin/count.pl'+data+'">');
}
// -->
