$(document).ready(function () {
    $('#logo > img').click(function () {
        redirect(APP_ROOT_IMAGES);
    });
});
