// JavaScript Document

function swap_img(id, new_img) {
	$('#'+id).attr({'src' : new_img});
}
