$(document).ready(function() {
  $('<div id="traildiv"></div>').appendTo('body');
  $('.thickbox').colorbox({
    iframe: true,
    width: 450,
    height: 570
  });
});

