jQuery(document).ready(function () {
    jQuery("div.iframe-pop a").colorbox(
        { width: "800px",
          height: "600px",
          scrolling: "true",
          iframe: "true"
      }
          );
});
