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("2jortea1601.jpg", "<h3>Jos&eacute; Angel Artu&ntilde;edo Alarc&oacute;n"), 
	'TI2':wrap_img("2jortea1602.jpg", "<h3>Rufi, Pili y Nin&iacute;, tres &quot;buenas amigas&quot; de Maribel"), 
	'TI3':wrap_img("2jortea1603.jpg","<h3>Maribel obsequiando a sus amigas"), 
	'TI4':wrap_img("2jortea1604.jpg", "<h3>Do&ntilde;a Paula, tia del novio, insin&uacute;a que sabe m&aacute;s de lo que parece"), 
	'TI5':wrap_img("2jortea1605.jpg","<h3>Don Jos&eacute;, el administrador"), 
	'TI6':wrap_img("2jortea1606.jpg","<h3>Marcelino, el novio, es presentado a las amigas de Maribel"), 
	'TI7':wrap_img("2jortea1607.jpg","<h3>Marcelino regala un vestido de novia a Maribel"), 
	'TI8':wrap_img("2jortea1608.jpg","<h3>Y las amigas siguen sospechando de todo"), 
	'TI9':wrap_img("2jortea1609.jpg","<h3>8 magn&iacute;ficas mujeres dando vida a otros tantos personajes.")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
