dhtmlLoadObjects('js/jquery.greyscale.js');
dhtmlLoadObjects ('/js/jquery.cookie.js');
jQuery(function() {
    jQuery("#headerimage div").cycle({speed: 2000, timeout: 4000});
    $(".oldalkepek img").greyColorGallery();
    if ($.browser.msie && $.browser.version < 9) {
    	$('<div>').addClass("lekerekites lk-top-left").appendTo("#headerimage");
    	$('<div>').addClass("lekerekites lk-top-right").appendTo("#headerimage");
    }
    $("#popupmessage:not(:empty)").each(function() {
    	if ($.cookie('message_shown')) {
    		$(this).remove();
    	}
    	else { 
    	  $(this).dialog({
    	    width: 450, 
    	    height: 220, 
    	    modal: true, 
    	    close: function(evnt, ui) {
    		  $.cookie('message_shown', 1, {path: '/'});
    	    }
         });
    	}
    });
});
