function r(c) {
 img = new Image();
 img.src = '/go.php?i='+c;
 return true;
}
