function pokaz(modul,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("stat.php", { modul: modul, strona:strona, h:h, w:w, id:idpage, l:jezyk,p:p,n:n });


}
     
function go(adres)
{
if(adres!=0){
location.href=adres;}
}


$(document).ready(function()
{





             $(function() {
        $('.produkt-foto').lightBox();
    });
    
     $(function() {
        $('.produkt-gallery2').lightBox();
    });
    
    

    
    
    
    $("#remove-newsletter").click(function()
        {

          var adres = $("#input_newsletter").attr('value');
          $.post("ajax.php?act=remove_newsletter", { id: adres },function(data){
    $("#newsletter-message").html(data);
  }




);


        });
    
    
    



 $("#add-newsletter").click(function()
        {

          var adres = $("#input_newsletter").attr('value');
          $.post("ajax.php?act=add_newsletter", { id: adres },function(data){
    $("#newsletter-message").html(data);
  }
  
  


);


        });

});


