$(function(){
	$( '#header' ).css({cursor: 'pointer'});
	document.getElementById('header').onclick = function (){
		location.href = "/";
	}; 
});

