jQuery.noConflict(); 
  (function($) { 
  $(document).ready(function(){
    $(".popup_nl").colorbox({width:"550px", height:"475px", iframe:true});
  });
})(jQuery); 
