$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/q/Queen_Latifah/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/g/Gisele_Bundchen/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/c/Christian_Kane/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/l/Luc_Besson/popup.shtml',2,e);});
});