
function imgsrcset(thisimg, newsrc) {
		
	thisimg.src = newsrc;
}

