window.clk=function(id){
	if(document.images){
		(new Image).src="/click?id=" + id
	}
	return true
};
