// JavaScript Document
function count_item(n,s,u) {
	document.CountForm.id.value = n;
	document.CountForm.sid.value = s;
	document.CountForm.url.value= u;
	document.CountForm.submit();
}