window.addEvent('domready', function(){
	$('header').addEvent('click', function(e){
	location.href='/';
	});
}); 

