/* Author:

*/

$('#logo').click(function() {
    location.href='index.html';
});







