jQuery.noConflict();

jQuery(document).ready(function() {

	// add external, document, download, etc. icon hints and tooltips to links
	jQuery('#main').linkHints({
		base : jQuery('link[@rel=home]').attr('href'),
		targetClass : ".arrow",
		cb : function(){
			return true
		}}
	);
	jQuery('.linkhint + .arrow, p.video a').addClass('hint_override');
});
