var HINTS_CFG = {
	'top'        : 5, // a vertical offset of a hint from mouse pointer
	'left'       : 5, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 2 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TI1':wrap_img("2jortea24a01.jpg", "<h3>Jos&eacute; Angel Artu&ntilde;edo Alarc&oacute;n"), 
	'TI2':wrap_img("2jortea24a02.jpg", "<h3>Mientras Juana se queja de su suerte..."), 
	'TI3':wrap_img("2jortea24a03.jpg","<h3>Miguel asea la casa..."), 
	'TI4':wrap_img("2jortea24a04.jpg", "<h3>cuando aparecen Mercedes y Manuel."), 
	'TI5':wrap_img("2jortea24a05.jpg","<h3>Son tan afortunados que..."), 
	'TI6':wrap_img("2jortea24a06.jpg","<h3>Manuel explica su sistema."), 
	'TI7':wrap_img("2jortea24a07.jpg","<h3>Los amigos no salen de su asombro..."), 
	'TI11':wrap_img("2jortea24a11.jpg","<h3>"), 
	'TI12':wrap_img("2jortea24a12.jpg","<h3>Madre e hija en el hospital,"), 
	'TI13':wrap_img("2jortea24a13.jpg","<h3>mientras la primera cree morir..."), 
	'TI14':wrap_img("2jortea24a14.jpg","<h3>trama su fuga para morir dignamente."), 
	'TI15':wrap_img("2jortea24a15.jpg","<h3>En el hospital la dan por muerta,"), 
	'TI16':wrap_img("2jortea24a16.jpg","<h3>pero la muerta es una viva..."), 
	'TI17':wrap_img("2jortea24a17.jpg","<h3>que organiza su propio funeral."), 
	'TI18':wrap_img("2jortea24a18.jpg","<h3>")
	};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
