<!--//--><![CDATA[//><!--

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;




// Hides email address from Spambots
var e1='in';
var e2='heartwoodmusic.com';
var e3='fo';
var e4='?subject=Email%20from%20Heartwood%20Website';


function address(){
document.write("<a href=" + "mail" + "to:" + e1 + e3 + "&#64;" + e2 + e4 + ">" + e1 + e3 + "&#64;" + e2 + "</a>");

}



function jumpto(add){
    if (add) {document.location.href=add;}
}





//--><!]]>