


function pitchChange(id) {
	//alert(id);
	document.getElementById('muzzy_pitch').style.backgroundImage = 'url(Muzzykids.com_files/pitch_'+id+'.jpg)';

}


