﻿jQuery(document).ready(function () {
    jQuery('#home-wrapper img.tip[title]').tooltip({ effect: 'fade', position: 'bottom center' });
});
