     jQuery(document).ready(function($){
        
        $(".colorbox").colorbox({width:"90%", height:"90%", iframe:true, title:'&raquo; Back to Swayn &amp; McCabe &raquo;'});
        
        $(".inline").colorbox({inline:true, title:'&raquo; Back to Swayn &amp; McCabe &raquo;', href:"#colorbox_inline"});
        
        $('a.cimage').colorbox();
        
        if ($('meta[name=item]').attr('content').length)
            $('#cf_field_4').val($('meta[name=item]').attr('content'));

     });
                       