$(document).ready(function() {

$('a.more').cluetip({ // MOUSEOVERS FOR WEBCAST DESCRIPTIONS
	width:'434px',
	arrows: false,
	showTitle: false,
	positionBy: 'auto',
	fx: {
		open: 'fadeIn'
		}	
	});

$('a.external').attr("target", "_blank");


});

