
function change_img(path){
	var obj = document.getElementById('imgb');
	obj.innerHTML = '<img src="/img/staff/b/' + path + '.jpg" alt="" />';
}

