jQuery(document).ready(function() {
                  $("#various3").fancybox({
                                'width'                         : 640,
                                'height'                        : 385,
                                'autoScale'                     : false,
                                'transitionIn'          : 'none',
                                'transitionOut'         : 'none',
                     		    'title' 		: '<a href=/index.php?cmd=account><font color=white><u>Регистрация</u></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.::.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=http:/index.php?cmd=files><font color=white><u>Начать игру!</u></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.::.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=http://forum.wonderage.org><font color=white><u>Форум</u></font></a>',
			'centerOnScroll'		: true, 
			          'type'                          : 'iframe'
                        
			 });

	$(".video[title !='vk']").click(function() {
		$.fancybox({    
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: '<a href=/index.php?cmd=account><font color=white><u>Регистрация</u></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.::.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=http:/index.php?cmd=files><font color=white><u>Начать игру!</u></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.::.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=http://forum.wonderage.org><font color=white><u>Форум</u></font></a>',
			'centerOnScroll'		: true,
			'width'			: 640,
			'height'		: 385,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			'wmode'				: 'transparent',
			'allowfullscreen'	: 'true'
			}
		});

		return false;
	});


});

