function swap(target, fname) {
	document[target].src = "" + fname;
}
