
(function($) {
	
	$(document).ready(function(){
		$("#vivvologin").fancybox({
			'width'				: 290,
			'height'			: 310,
        	'autoScale'     	: false,
    	    'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
		
		$("#comment_vivvologin").fancybox({
			'width'				: 290,
			'height'			: 310,
        	'autoScale'     	: false,
    	    'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'				: 'iframe'
		});
	});
	
})(jQuery);