$(document).ready(function() {
	
	
	$("#vidonhome").click(function() {
		$.fancybox({
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'overlayColor'	: '#000',
			'overlayOpacity': '0.8',
			'width'			: 680,
			'height'		: 495,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/') + '&autoplay=1',
			'type'			: 'swf',
			'swf'				: {
				'wmode'			: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});
		return false;
	});
	
	
	$("a#vidonhome").trigger('click');

	
	
});
