function addEngine(name,ext,cat)
{
if ((typeof window.sidebar == "object") && (typeof
window.sidebar.addSearchEngine == "function"))
{
window.sidebar.addSearchEngine(
"http://smallsizeurl.com/"+name+".src",
"http://smallsizeurl.com/smallsizeurl."+ext,
name,
cat );
}
else
{
alert("Sorry, you need Netscape 6 or Mozilla to install our Small Size URL browser add-on! We apologize for the inconvenience.");
}
}
