﻿$(document).ready(function() {
    $('#splash').show();
    $('#splash ul').innerfade(
        { animationtype: 'fade', speed: 750, timeout: 10000, type: 'random', containerheight: '1em' });
});


Cufon.replace(['#navlist a', '.business_title h4', '#rdc h3'], {
    fontFamily: 'Neo Sans Pro'
});


$(document).ready(function() {
    $('#reftable').tablesorter();
    $('#downloadtable').tablesorter();
}
); 
    
