$(document).ready(function()
{
	$('img.tt').cluetip(
	{
		splitTitle: '|',
		showTitle: true,
		width:200
	});
});