$(document).ready(function() {
  $.cookie('js_test_cookie', '1', { path: '/', domain: 'zklimatem.pl', secure: false});
});
