		$.noConflict();
		jQuery(document).ready(function() {

			jQuery("#newsletter").fancybox({
				'width'				: 515,
				'height'			: 520,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe',
				'centerOnScroll'	: 'true'
			});


		});



