function hit( t, c, i ) {
    var url = (new String(document.location)).match( /(http[s]:\/\/[^\/]+)/ );
    (new Image()).src = url + '/images/hit.gif?' + t + ',' + c + ',' + i;
    return true;
}

