function hit(hitlink) {
	if(document.images) {
		(new Image()).src=''+hitlink+'';
	}
	return true;
}
