<!-- begin
var line1='onmouseover = "ButtonFlip(this, ' + "'03')" + '"'
var line2='onmouseout = "ButtonFlip(this, ' + "'01')" + '"'
var line3='onmousedown = "ButtonFlip(this, ' + "'02')" + '"'

document.writeln("<center>");
document.writeln("<a href='http://www.stl-vettes.com/Home/index.asp'> ");
document.writeln("<img src = '/images/Button01.gif' ");
document.writeln("title = 'Click for Black_Magic Home Page' ");
document.writeln(line1);
document.writeln(line2);
document.writeln(line3);
document.writeln("width = '177' ");
document.writeln("height = '23' ");
document.writeln("border = '0' ");
document.writeln("></a></center> ");
// end -->