try
{
  jQuery( document ).ready( function() {
    jQuery( "a[rel='ticketshop']" ).colorbox( {
      transition: 'fade',
      width: '750px',
      height: '550px',
      iframe: true
    } );
  } );
}
catch ( e ) {
//  alert( e );
}
