			jQuery.noConflict();
			(function($) {
			$(document).ready(function(){
				$(".popup").colorbox({width:"542px", height:"351px", iframe:true});
			});
			})(jQuery);
