
function flipImage(locationName,imageName) {
	document[locationName].src = eval(imageName + ".src");
	
}


