$(function(){

});
$(document).ready(function(){       
      $("a[rel='newsletter']").fancybox({
            'width':375,
                'height':420, 
                scrolling:'no',
                autoScale : false, 
                showNavArrows:false,
                titleShow:false
            
    });
            });
