$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/g/Gerard_Butler/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/k/katherine_heigl/popup.shtml',2,e);});
});