$(document).ready(function() {
    $.blockUI({  
          //message: '<div style="background: url(images/layer2.jpg); width:593px; height:234px; position:relative;"><a id="closebutton" style="display:block; cursor:pointer; width:20px; height:20px; position:absolute; top: 14px; left:15px;"></a><a href="<?= l(21) ?>" style="display:block; cursor:pointer; width:174px; height:30px; position:absolute; bottom: 16px; left:20px;"></a><a href="<?= l(20) ?>" style="display:block; cursor:pointer; width:130px; height:30px; position:absolute; bottom: 16px; right:260px;"></a></div>',
          message: '<div style="background: url(images/oraslayer.jpg); width:647px; height:320px; position:relative;"><a id="closebutton" style="display:block; cursor:pointer; width:20px; height:20px; position:absolute; top: 14px; left:15px;"></a><a href="nautica-jatek.html" style="display:block; cursor:pointer; width:177px; height:33px; position:absolute; bottom: 24px; left:36px;"></a><a href="http://www.vitorlazas.hu" style="display:block; cursor:pointer; width:203px; height:33px; position:absolute; bottom: 24px; right:33px;"></a></div>',
          //message: '<div style="background: url(images/vitlayer.jpg); width:593px; height:234px; position:relative;"><a id="closebutton" style="display:block; cursor:pointer; width:20px; height:20px; position:absolute; top: 14px; left:15px;"></a><a href="<?= l(3268) ?>" style="display:block; cursor:pointer; width:130px; height:30px; position:absolute; bottom: 22px; right:24px;"></a></div>',
          css: {  
              width: '647px', 
              height: '320px',   
              border: 'none',
              cursor: 'default'
          } 
      }); 
      $('#closebutton').attr('title','Bezárás').click($.unblockUI);
       
      setTimeout($.unblockUI, 16000); 
});  
