﻿window.addEvent('domready', function() {
    $('aLeppard').store('tip:title', 'Leppard and Associates');
    $('aLeppard').store('tip:text', 'Click here to visit their website.');
});