$(document).ready(function(){  
	$("a.blank").attr("target", "_blank");
	$('#footer a.cb').colorbox({width:"500px", height:"400px", iframe:true });	
}); 
