$(document).ready(function() {
	$("#featured").fancybox({
		'overlayOpacity'        : 0.7,
		'overlayColor'          : '#000',
		'centerOnScroll'		: true,
		'hideOnContentClick'    : true,
		'hideOnOverlayClick'	: true,
		'autoDimensions'        : true,
		'padding'		        : 0,
		'width'					: '90%',
		'height'				: '90%',
		'autoScale'				: false,
		'type'					: 'iframe',
		'href'			        : $(".featured").href,
	//'href'			        : 'http://www.google.com',
		'title'   				: $(".featured").comment,
		'transitionIn'			: 'fade',
		'transitionOut'			: 'fade'
	})
});


			
