<!--function switchImage(imgName, imgSrc) {  if (document.images)  {    if (imgSrc != "none")    {      document.images[imgName].src = imgSrc;    }  }}


function writethis(what) {	document.write(what);}//-->