function logo(){$('logo').style.cursor = 'pointer'; $('logo').onclick = function (){window.location.href="/"}}
addEvent(window,'load',logo);