jQuery(document).ready(function() {

 var id = $("#id").html();
 zap(id);

});


function zap(idpage)
{
 strona =escape(document.referrer);

        p=navigator.platform;
        n=escape(navigator.userAgent);
        h=screen.height;
        w=screen.width;
         if(!navigator.browserLanguage){ jezyk=navigator.language;}else{jezyk=navigator.browserLanguage;}

 $.post("a/index.php", {  strona:strona, h:h, w:w, id:idpage, l:jezyk,p:p,n:n });


}

