jQuery(document).ready(function() {
   jQuery('a.highslgide').click(function() {
	   return hs.expand(this);
	});
});


