$(document).ready(function() {
      $("a#fw_sendlink").fancybox({
  		'width': 350,
  		'height': 450,
		'type': 'iframe',
  		'zoomSpeedIn':	0, 
  		'zoomSpeedOut':0,
  		'overlayShow':	true,
  		'hideOnContentClick': true 
  	});

      $("a#fw_staticlink").fancybox({
  		'width': 350,
  		'height': 130,
		'type': 'iframe',
  		'zoomSpeedIn':	0, 
  		'zoomSpeedOut':0,
  		'overlayShow':	true,
  		'hideOnContentClick': true 
  	});

      $("a#fw_toblog").fancybox({
  		'width': 380,
  		'height': 240,
		'type': 'iframe',
  		'zoomSpeedIn':	0, 
  		'zoomSpeedOut':0,
  		'overlayShow':	true,
  		'hideOnContentClick': true 
  	});

  });
