CB round BlueRed Mouseover Dark to Light
<DIV><script language="JavaScript">
var n3 = false;
image1 = new Image();
// Place your first
image within the
// quotation marks on the line below.
image1.src =
function on3(name)
{
document[name].src = eval(name + "on.src");
}
function off3(name)
{
document[name].src = eval(name + ".src");
}
n3 = true;
function on(name)
{
if (n3)
on3(name);
}
function off(name)
{
if (n3)
off3(name);
}
</script>
</DIV>
<DIV><center><A onmouseout="off('image1')" onmouseover="on('image1');" ><img
border="0" name="image1"
http://www.commonbondband2.com/sitebuildercontent/sitebuilderpictures/cbrndrbd.gif"></A></center></DIV>