
function changePicture(theCombo, picName) {

	if (document.images) {
	  imgOn = "images/news/" + theCombo;
	  document[picName].src = imgOn;
	}

}



