/*document.getElementById('entrance').onmouseover = function() {
	document.getElementById('entrance').src = '/common/images/enter_see_sm.gif';
}
document.getElementById('entrance').onmouseout = function() {
	document.getElementById('entrance').src = '/common/images/mainlogo_208_79.jpeg';
}*/
document.getElementById('entrance').onclick = function() {
	window.location = '/home.htm';
}