window.addEvent('domready', function() {	$('logo').addEvent('click', function(e) {		new Event(e).stop();		location.href = 'index.html';	});	});