$(document).ready(function(){
	$(".footerlink").colorbox({iframe:true, width:"80%", height:"80%", opacity: "0.75"});
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
});
			
