var URL = '/';

$(function() {
    $("a[rel^='gallery']").prettyPhoto({
        theme:'dark_square',
        showTitle: false
    });

    /*$("body#intro").append('<div id="popup"><a href="'+ URL +'Orientalny-tanec/Tisic-a-jedna-noc"><img src="'+ URL +'img/popup.jpg" alt="" border="0" /></a><a href="'+ URL +'Orientalny-tanec/Tisic-a-jedna-noc" class="moreInfo">Viac informácií</a></div>');

    $("#popup").dialog({
        bgiframe: true,
        resizable: false,
        modal: true,
        width: 501,
        height: 724,
        dialogClass: 'dialog',
        close: function(event,ui){
            $(this).remove();
        }
    });

    $(document).click(function () {
      $("#popup").dialog('close');
    });*/
});
