    jQuery(document).ready(function(){
      //Examples of how to assign the ColorBox event to elements
      jQuery("*[rel='cb-n']").colorbox();
      jQuery(".video[rel='cb-i']").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    });
