﻿//JScript
function SearchSDBFor(name)
{
    if (name != "")
    {
        var sdbpath = "http://www.surnamedb.com/surname.aspx?name=" + name;
        window.location = sdbpath;
    }
}
document.writeln("<style>");
document.writeln(".sdbhd{background:#DB4105 url(\"http://www.surnamedb.com/images/widhead.gif\") 5px 5px no-repeat;height:60px;}");
document.writeln(".sdbbox{text-align: left;font-family: arial, sans-serif;font-size: 12px;max-width: 300px;border: solid 1px gray;margin:5px;background: #fff url(\"http://www.surnamedb.com/images/bk.jpg\") 0 80% repeat-x;}");
document.writeln(".sdbsrch{height: 50px;}");
document.writeln("</style>");