$(document).ready(function() {
	$("#subscribe_link").fancybox({
		'titleShow'		: 	 false,		
		'type'			:	 'iframe',
		helpers : {
			title : false
		}
	});
});
								   
								   
