function swapImage(obj, url) {
	obj.src=url;
}