function init() {
	document.getElementById('logo').onclick = function() {
		document.location.href="default.htm";
	};
}