function changeAlbum(albumTitle) {
	document.getElementById("currAlbum").innerHTML = albumTitle;
}
