// JavaScript Document
function logo_link() {
	document.location='index.html';	
}
