﻿$(document).ready(function () {
    $('#logo').click(function () {
        $(location).attr('href', 'Home.html');
    });

});
