hs.graphicsDir = '/js/highslide/graphics/';
hs.outlineType = 'rounded-white';
window.onload = function() {
	jQuery('.newsitem .image a').addClass('highslide');
	jQuery('.newsitem .image a').click(function(){return hs.expand(this)});
}