$(document).ready(function() {

$( "a.highslide" ).each(
  function(){ $( this ).bind ("click", function(){ return hs.expand(this)});  } 
);

});