var str;
str=document.location.toString();


function getLinkClass(t) {
	if (str.indexOf(t)>-1) return "hotlink";
	return "link";
}



document.write("Band releases<br>");
document.write("<a class="+getLinkClass("radiate.html")+" href=\"radiate.html\">Radiate (2006)</a><br>");
document.write("<a class="+getLinkClass("hip_to_hip.html")+" href=\"hip_to_hip.html\"> Hip to Hip (2000)</a> <br>");
document.write("<a class="+getLinkClass("illinois.html")+" href=\"illinois.html\"> Illinois (1997)</a> <br>");
document.write("<a class="+getLinkClass("gathering_my_name.html")+" href=\"gathering_my_name.html\"> Gathering My Name (1994) </a> <br><br>");

document.write("Compilations<br>");
document.write("<a class="+getLinkClass("evensong.html")+" href=\"evensong.html\"> Evensong Sampler (1999)</a> <br>");
document.write("<a class="+getLinkClass("in_your_ear.html")+" href=\"in_your_ear.html\"> In Your Ear: Volume I (1998)</a> <br>");