<!-- 
if (!document.layers){
//This table stops oddness in NS6!!!
if (document.getElementById&&!document.all){
document.write("<div style='position:relative'>"
+"<table border='0' cellpadding='0' cellspacing='0'>"
+"<tr><td valign='top'>");
}

/*   The visible Buttons here!
Add as many as you want. Make sure 
you follow the same format as below
eg: Link('MyOtherPage.html','See my other page');
*/

Link('http://www.hombusiness.com','&nbsp;Home');

if (document.getElementById&&!document.all){
document.write("</td></tr></table></div>");
}
}
//-->