$(document).ready(function(){
    $("#digium-logo").click(function(){
        location.href='http://www.digium.com'; 
    });
});