function swapPicture(obj, file) {
	obj.src = file;
}
