window.onload = function() {
	var myTips2 = new MooTips($$('.tx-contagged-dfn_block'), {
		showDelay: 200,			// Delay for 500 milliseconds
		maxTitleChars: 100,
		fixed: true,			// fixed in place; note tip mouseover does not hide tip
		offsets: {'x':10,'y':10} // offset by 100,100
	});
}
