$("document").ready(function() { $("#logo").click(function() { document.location = "/"; }); }); document.write('');