<!--
function stat(section){
	var cook=getCookieData('forsarahstat');
	if (cook == "forsarahstat=yes"){
		document.write('<img src="/cgi-bin/image_cnt.pl?id=' + section + '&vis=R" width=1 height=1 alt=""');
	}else{
		setStatCookie(30);
		document.write('<img src="/cgi-bin/image_cnt.pl?id=' + section + '&vis=N" width=1 height=1 alt=""');
	}
}
// -->