jQuery(document).ready(function() {
   jQuery('a.highslide').click(function() {
	   return hs.expand(this);
	});
   jQuery('.gallery-icon a').click(function() {
	   return hs.expand(this);
	});
});

