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("2jortea1701.jpg", "<h3>El buf&oacute;n nos sit&uacute;a en la historia"), 
	'TI2':wrap_img("2jortea1702.jpg", "<h3>Don Baldomero recibe el encargo de buscar novia a su rey"), 
	'TI3':wrap_img("2jortea1703.jpg","<h3>Do&ntilde;a Urraca, una candidata"), 
	'TI4':wrap_img("2jortea1704.jpg", "<h3>Do&ntilde;a Sancha y do&ntilde;a Berenguela tambi&eacute;n aspiran"), 
	'TI5':wrap_img("2jortea1705.jpg","<h3>Do&ntilde;a Berenguela amenaza al rey"), 
	'TI6':wrap_img("2jortea1706.jpg","<h3>Y do&ntilde;a Sancha le hace jake o... jaca!"), 
	'TI7':wrap_img("2jortea1707.jpg","<h3>Al rey no le queda mas que..."), 
	'TI8':wrap_img("2jortea1708.jpg","<h3>La reina con do&ntilde;a Obdulia y do&ntilde;a Ulrica"), 
	'TI9':wrap_img("2jortea1709.jpg","<h3>El juglar y su soledad"), 
	'TI10':wrap_img("2jortea1710.jpg","<h3>El rey que pretende consolarse"), 
	'TI11':wrap_img("2jortea1711.jpg","<h3>El capit&aacute;n Borrego trae noticias de guerra"), 
	'TI12':wrap_img("2jortea1712.jpg","<h3>Pero no solo le acosa Flandes"), 
	'TI13':wrap_img("2jortea1713.jpg","<h3> y al juglar que tampoco..."), 
	'TI14':wrap_img("2jortea1714.jpg","<h3>...le dejan en paz"), 
	'TI16':wrap_img("2jortea1716.jpg",""), 
	'TI17':wrap_img("2jortea1717.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
