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

HINTS_ITEMS = {
	
	16:'<table width=200 height=11 border=1 bgcolor=#9EA6BA><tr><td width=200 height=14>Settembre 2007</td></tr></table>',
	17:'<table width=200 height=11 border=1 bgcolor=#9EA6BA><tr><td width=200 height=14>HC Blenio – HC Locarno		8 – 3 (4:0, 2:2, 2:1)</td></tr></table>'
};

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);




