/*
$(function(){$('#popup').hide().attr('title','Hirdetés').dialog({
  modal: true,
  width: 535,
  height: 760,
  close: function(ev, ui) {$.get('/popup')}
})});
/*/
$(function(){$('#popup').hide()});
//*/

