$(document).ready(function(){
				$("a[rel='link1']").colorbox({width:"620", height:"75%", iframe:true});
				$("a[rel='link2']").colorbox({width:"620", height:"75%", iframe:true});

	
});