/*~type:text/javascript~*/
jQuery(document).ready(function($)
{
	jQuery("#breadcrumb").jBreadCrumb();
	$(".staff-tip").ezpz_tooltip({
		contentPosition: 'belowStatic',
		stayOnContent: true,
		offset: -5
	});
});
