
/* the next line is an example of how you can override default options globally (currently commented out) ... */
 // $.fn.cluetip.defaults.tracking = true;
// $.fn.cluetip.defaults.debug = true;
$(document).ready(function() {



 // $.cluetip.setup({insertionType: 'insertBefore', insertionElement: 'div:first'});
 
/* $('img.videothumb').cluetip({
						cluetipClass: 'vwtv',
						titleAttribute: 'imgthumb',
						splitTitle: '|',
						width: '80px',
						tracking: true,
						cursor: 'pointer',
						dropShadow: false,
						delayedClose: 1000
						}); */
						
$('img.videothumb').cluetip({
						cluetipClass: 'vwtv',
						showTitle: false,
						width: '84px',
						tracking: true,
						delayedClose: 1000
						}); 
						

						
});
  



