﻿window.addEvent('domready', function() {
  var toolTipsTwo = new Tips('.tooltip', { showDelay: 500, hideDelay: 500, fixed: false });
});
