$(document).ready(function(){
$(".carregandojs").colorbox();	
$(".carregandojsiframe").colorbox({width:"80%", height:"80%", iframe:true});
//DEFININDO CARREGANDOJS
$("#click").click(function(){ 
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Houve um erro, tente abrir novamente o link.");
return false;
});
});
