jQuery(document).ready(function() {
	 jQuery('a.highslide').each(function() {
    this.onclick = function() {
      return hs.expand(this);
    };
 });
});
