



//swap photos for artist pages
function showPic(val) {
	document.getElementById("photoholder").src = val;
}
