// JavaScript Document

$(document).ready(function()
{
	$('.cluetip').cluetip(
	{
		'sticky': true,
		'closePosition': 'title',
		'width':'320px'
	});
});