I really need to know how to put a cookie on my fancybox so the visitors see the fancybox on the first visit and then the cookie prevent the fancybox to be onload for 3 days, this is my code so far and the fancybox works but I don't know how to set up the cookie:
$(document).ready(function(){
$("#hidden_link").fancybox().trigger('click');
});