$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/s/Steven_Spielberg/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/h/Harrison_Ford/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/c/Cate_Blanchett/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/s/shia_labeouf/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/j/John_Hurt/popup.shtml',2,e);});
$('#link6').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/r/ray_winstone/popup.shtml',2,e);});
$('#link7').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/j/Jim_Broadbent/popup.shtml',2,e);});
$('#link8').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/g/George_Lucas/popup.shtml',2,e);});
});