// JavaScript Document

jQuery(document).ready(function()
{
	jQuery('.calendar-table .cluetip').cluetip(
	{
		'width':            200,
		'closePosition': 	'title',
		'local': 			true,
		'positionBy':       'auto',
		'leftOffset':       -50, 
		'dropShadow':       	false
	});
});