$(document).ready(function(){
	
	hs.graphicsDir = 'http://encuentrosenpsiquiatria.com.s108-233.furanet.com/scripts/graphics/';
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.headingEval = 'this.a.title';
	
	$("a.highslide").click(function(){
		return hs.expand(this);
	});
	
});