$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/e/Ewan_McGregor/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/h/Hugh_Jackman/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/m/michelle_williams/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/m/maggie_q/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/n/Natasha_Henstridge/popup.shtml',2,e);});
});