Cufon.replace('h1', { fontFamily: 'Myriad Pro', hover: true });
Cufon.replace('h2, h3, h4, h5, h6', { fontFamily: 'Myriad Pro', hover: true });

$(document).ready(function () {
    //Examples of how to assign the ColorBox event to elements
    $("a[class='crbox']").colorbox();
    $(".video-crbox").colorbox();
    $(".iframe-crbox").colorbox({ width: "80%", height: "80%", iframe: true });

});
