function imgSrc(imgObject, imgUrl) {

	imgObject.src = imgUrl;

}