// JavaScript Document

soothdown = new Image; soothdown.src = "images/soothsayer.gif";

function mouseOver(ButtonName)
{
if (ButtonName=="sooth") {document.sooth.src = soothdown.src;}
}
