﻿window.addEvent('domready', function() {
    $('aEmail13').store('tip:title', 'Peter Gordon');
    $('aEmail13').store('tip:text', 'Tel: 011 551 0663<br>Fax: 086 501 6895<br>Click to email.');
    
    $('aFMI').store('tip:title', 'FMI');
    $('aFMI').store('tip:text', 'Click here for more info.');

    $('aConsort').store('tip:title', 'Consort');
    $('aConsort').store('tip:text', 'Click here for more info.');

    $('aLeppard').store('tip:title', 'Leppard and Associates');
    $('aLeppard').store('tip:text', 'Click here for more info.');
    
    $('aPinAfrica').store('tip:title', 'Pinn Africa');
    $('aPinAfrica').store('tip:text', 'Click here for more info.');
    
    $('aHCV').store('tip:title', 'HCV');
    $('aHCV').store('tip:text', 'Click here for more info.');
});