	$(document).ready(function() {
		$("#blogshareform1").fancybox({
			'width': 610,
			'height': 620,
       		'autoScale': false,
      	  	'transitionIn': 'none',
			'transitionOut': 'none',
			'type': 'iframe',
			'titleShow':false
			});


		$(".popouts").fancybox({
			'width': 610,
			'height': 620,
        		'autoScale': false,
        		'transitionIn': 'none',
			'transitionOut': 'none',
			'type': 'iframe',
			'titleShow':false
	});
});
