$(document).ready(function() {
  $("a[rel=popup]").fancybox(
	  {
	      'autoScale'		: false,
	      'transitionIn'		: 'none',
	      'transitionOut'		: 'none',
	      'type'			: 'iframe'
	  }
  );
});
