function swap(fresh, target)
{
	document[target].src = fresh;
}
