// JavaScript Document
function DLbutton (filename) {

	document.write ("<a href =\"http://www.houseonthehillmusic.com/force-download.php?file="+filename+"\"><span class=\"dlbutton\">Download</span></a>")		

}