function stats() {
if (document.all) 
 if (statistics.innerHTML != "")  return; 
else
 if (document.getElementById("statistics").innerHTML != "")  return; 
var fsize = 10000;
stats += "&size=" + fsize;
var stats = "referrer=" + escape(window.document.referrer);
stats += "&agent=" + escape(navigator.userAgent);
stats += "&size=" + fsize;
stats += "&url=" + location.href;
if (document.all) 
 statistics.innerHTML = '<img border=0 height=1 width=1 src="http://www.arran-cottages-hc.co.uk/awstats//bbbutton.asp?siteid=1&' + stats +'">';
else
 document.getElementById("statistics").innerHTML = '<img border=0 height=1 width=1 src="http://www.arran-cottages-hc.co.uk/awstats/bbbutton.asp?siteid=1&' + stats +'">';
}



