function nl_count_params(counter, type, item, subitem) {
    var log_click = new Image();
    log_click.src = 'http://click.topturizm.ru/log_click.php?counter_id=' + counter + '&type=' + type + '&id=' + item + '&subitem=' + subitem + '&rand='+ Math.round(Math.random()*10000000);
}
