$(document).ready(function () {
      $('#link1').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/a/anton_yelchin/popup.shtml',2,e);});
$('#link2').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/r/Robert_Downey_Jr/popup.shtml',2,e);});
$('#link3').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/h/hope_davis/popup.shtml',2,e);});
$('#link4').bind('mouseenter',function(e){tooltip.enable(this,'http://www.kinomania.ru/stars/k/kat_dennings/popup.shtml',2,e);});
});