window.onload = function(){
	document.getElementById("home").onmouseover = function(){
		this.src = "images/sitemap/home_on.jpg";
	}
	document.getElementById("home").onmouseout = function(){
		this.src = "images/sitemap/home.jpg";
	}
}
