var SH = SH || {};

SH.init = function() {
	$('.video').colorbox({
		width: '642px',
		inline: true,
		href: $(this).attr('href')
	});
};

$(document).ready(SH.init);
