<!-- 
function clic(id,r,c) 
{ 
if(document.images) 
(new Image()).src="http://www.wozzor.com/bom.php?id=" + id + "&r=" + r + "&c=" + c; 
return true; 
} 
//-->