
$(function(){
	
	$("a.scast").click(function(){
		$(this).colorbox({iframe:true, innerWidth:625, innerHeight:544});
	});
	
});

