// JavaScript Document

$(document).ready(function() {
			$('a.title').cluetip({splitTitle: '|', cluetipClass: 'jtip', arrows: true, height:185, width:230, dropShadow: true, positionBy: 'bottomTop',  hoverIntent: true, });

			
		});