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("jueves0601.jpg", ""), 
	'TI2':wrap_img("jueves0602.jpg", ""), 
	'TI3':wrap_img("jueves0603.jpg",""), 
	'TI4':wrap_img("jueves0604.jpg", ""), 
	'TI5':wrap_img("jueves0605.jpg",""), 
	'TI6':wrap_img("jueves0606.jpg",""), 
	'TI7':wrap_img("jueves0607.jpg",""), 
	'TI8':wrap_img("jueves0608.jpg",""), 
	'TI9':wrap_img("jueves0609.jpg",""), 
	'TI10':wrap_img("jueves0610.jpg",""), 
	'TI11':wrap_img("jueves0611.jpg",""), 
	'TI12':wrap_img("jueves0612.jpg",""), 
	'TI13':wrap_img("jueves0613.jpg",""), 
	'TI14':wrap_img("jueves0614.jpg",""), 
	'TI15':wrap_img("jueves0615.jpg",""), 
	'TI16':wrap_img("jueves0616.jpg",""), 
	'TI17':wrap_img("jueves0617.jpg",""), 
	'TI18':wrap_img("jueves0618.jpg",""), 
	'TI19':wrap_img("jueves0619.jpg",""), 
	'TI20':wrap_img("jueves0620.jpg",""), 
	'TI21':wrap_img("jueves0621.jpg",""), 
	'TI22':wrap_img("jueves0622.jpg",""), 
	'TI23':wrap_img("jueves0623.jpg",""), 
	'TI24':wrap_img("jueves0624.jpg",""), 
	'TI25':wrap_img("jueves0625.jpg",""), 
	'TI26':wrap_img("jueves0626.jpg",""), 
	'TI27':wrap_img("jueves0627.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
