$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/m/Monica_Bellucci/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Laurence_Fishburne/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/c/Carrie_Anne_Moss/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/j/Jada_Pinkett_Smith/popup.shtml',2,e);});
$('#link5').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/k/Keanu_Reeves/popup.shtml',2,e);});
$('#link6').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/h/Hugo_Weaving/popup.shtml',2,e);});
});