jQuery(document).ready(function() {

    $("#video1").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video2").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});
	return false;
    });

    $("#video3").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video4").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video5").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video6").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video7").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#video8").click(function() {
	$.fancybox({
		'showCloseButton'	: true,
		'padding'		: 0,
		'autoScale'		: false,
		'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'title'			: this.title,
		'width'			: 680,
		'height'		: 495,
		'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
		'type'			: 'swf',
		'swf'			: {
		    'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
		}
	});

	return false;
    });

    $("#inline").fancybox({
		'transitionIn'		: 'none',
		'hideOnContentClick'	: false,
		'transitionOut'		: 'none',
		'autoDimensions'	: false,
		'width'			: 620,
		'height'		: 400,
    });   

    $(".Work").fancybox({
	'width'			: '65%',
	'height'		: '65%',
	'type'			: 'iframe'
    });
});

