function registerHit(type) {
    new Ajax.Request('counter.php',
                     { method:'post',
                       parameters:'type='+type
                     });
                     i = 1;
}
