$(document).ready(function()
{
	Shadowbox.init({
    handleOversize: "drag",
    modal: true
});

	$(".content-column").equalHeight();
	$('#news-box').cycle('fade');
	
	$('.video_link').click(function()
					{
						$('#news-box').fadeOut();
					}
				);
				
	
});
