$(document).ready(function(){
	$("#lodgingList ul a[target=_blank]").colorbox( { iframe: true, width: "95%", height: "95%" } );
	
	$('img.externalURL').remove();
});
