$(document).ready(function() {

    if($("a[rel^='prettyPhoto']").length>0) {
         $("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded',deeplinking: false});
    }
    
    $(".blank").click(function(){
       window.open(this.href);
       return false;
    });
          
});


function prevMonth()
{
 $("#mKol").load("/includes/updateKoledar.php?month_move=prev");
}

function nextMonth()
{
 $("#mKol").load("/includes/updateKoledar.php?month_move=next");
}
