﻿
//Bar Specials tooltips
$(function() 
{
    $('$span[name] *').tooltip(
    {
        track: true,
	    delay: 0
    });
});