jQuery.noConflict();

jQuery(document).ready(function($)
{
	// Typekit
	try{Typekit.load();}catch(e){}
	
	// Tooltips
	$(".tooltip_title[title]").tooltip(
	{
		position: 'top center',
		offset: [-10, 0]
	});
});
