!window.jQuery && document.write('<script src="jquery-1.4.3.min.js"><\/script>');
$(document).ready(function() {
	$("a.video").click(function() {
	$.fancybox({
	'padding'		: 0,
	'autoScale'		: false,
	'transitionIn'	: 'none',
	'transitionOut'	: 'none',
	'title'			: this.title,
	'width'			: 480,
	'height'		: 385,
	'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
	'type'			: 'swf',
	'swf'			: {
	'wmode'			: 'transparent',
	'allowfullscreen'	: 'true'
	}
	});
	return false;
	});
});
