		$(document).ready(function() {
			$("a.zoom").fancybox();
			
			$(".video").click(function() {
				$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: 'none',
					'transitionOut'	: 'none',
					'title'			: this.title,
					'width'			: 510,
					'height'		: 305,
					'type' : 'iframe',
					'href' : 'http://www.livebloodtest.com/homevideo.html'
				});
			
/*			$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'		: 500,
			'height'		: 301,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			   	 'wmode'		: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});*/

	return false;
});


		});
