
$(document).ready(function(){
    // Examples of how to assign the ColorBox event to elements
    if( $('a.colorbox') )
    {
        $('a.colorbox').each(function(){
            $(this).colorbox();
        });

//             $("a[rel='example1']").colorbox();                
    }
    

});

