var jqueryNoConflict = jQuery.noConflict();
jqueryNoConflict(document).ready(function(){
jqueryNoConflict(".Id4yooLink").colorbox({width:"660px", height:"555px", iframe:true});	
//Example of preserving a JavaScript event for inline calls.
jqueryNoConflict("#click").click(function(){ 
jqueryNoConflict('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});