function hit(t,c,i) {
    var x = parseInt(10000*Math.random());
    (new Image()).src = 'http://yukistore.com/images/hit' + x + '.gif?' + t + ',' + c + ',' + i;
    return true; 
}
