// JavaScript Document
function cf3(n)
{ 
document.getElementById("img1").src = n;
document.getElementById("aimg").href = n;
}


