$(document).ready(function() {
    
    // Our clients slideshow animation
    $("#our-clients").cycle();
    
    // Remove title tags from menu to stop overlapping drop downs
    $("#drop-menu li a").attr('title', '');
});
