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("2jortea2301.jpg", "<h3>Jos&eacute; Garc&iacute;a Rabad&aacute;n, autor, director y pentabuelo."), 
	'TI2':wrap_img("2jortea2302.jpg", "<h3>El General, desde el otro lado, vela por sus hijas."), 
	'TI3':wrap_img("2jortea2303.jpg","<h3>Caro, la mayor de las hijas..."), 
	'TI4':wrap_img("2jortea2304.jpg", "<h3>acaba con el ritual impuesto por su padre."), 
	'TI5':wrap_img("2jortea2305.jpg","<h3>Lul&uacute; hablando con una amiga..."), 
	'TI6':wrap_img("2jortea2306.jpg","<h3>piensa que todo lo hace la magia..."), 
	'TI7':wrap_img("2jortea2307.jpg","<h3>Caro le explica que el trabajo de casa lo tienen que repartir."), 
	'TI8':wrap_img("2jortea2308.jpg","<h3>Lul&uacute; se indispone cuando Caro la manda a la cocina."), 
	'TI9':wrap_img("2jortea2309.jpg","<h3>Se sale la leche y quema las tostadas."), 
	'TI10':wrap_img("2jortea2310.jpg","<h3>Y aparece Andrea..."), 
	'TI11':wrap_img("2jortea2311.jpg","<h3>segura de conseguir trabajo."), 
	'TI12':wrap_img("2jortea2312.jpg","<h3>Tambi&eacute;n llega Cele..."), 
	'TI13':wrap_img("2jortea2313.jpg","<h3>y confunde a Andrea con Caro."), 
	'TI14':wrap_img("2jortea2314.jpg","<h3>Por lo tanto Caro es una intrusa."), 
	'TI15':wrap_img("2jortea2315.jpg","<h3>Caro se resiste a esperar en el recibidor a que la reciba Caro."),
	'TI16':wrap_img("2jortea2316.jpg","<h3>Una aparici&oacute;n ectopl&aacute;smica..."),
	'TI17':wrap_img("2jortea2317.jpg","<h3>persigue a Cele hasta el sof&aacute;."),
	'TI18':wrap_img("2jortea2318.jpg","<h3>Las hermanas encuentran el bulto en el sof&aacute;..."),
	'TI19':wrap_img("2jortea2319.jpg","<h3>y lo confunden con el fantasma."),
	'TI20':wrap_img("2jortea2320.jpg","<h3>Cele dispuesta a librarse de Andrea..."),
	'TI21':wrap_img("2jortea2321.jpg","<h3>compra el retrato del General."),
	'TI22':wrap_img("2jortea2322.jpg","<h3>&iquest;Que tramar&aacute; Andrea?")
	};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
