// JavaScript Document

function swap(myNode, myImg){
	myNode.firstChild.src = myImg;
}