// People Assistant
// Javascript Utilities

function swapImg(orig, target) {
	orig.src = target;
}
