﻿$(document).ready(function() {

$(".tooltip-target").ezpz_tooltip({
	contentPosition: 'rightStatic',
	stayOnContent: true
});

});




