<!--
var app=navigator.appName;
if (app.indexOf("Microsoft Internet Explorer") !=-1)
{
   // It is MS Internet Explorer show graphic
	document.write("<BR><TABLE CLASS='t' WIDTH='600' ALIGN='CENTER' CELLSPACING='0' CELLPADDING='2' BORDER='0'>");
}
if (app.indexOf("Microsoft Internet Explorer") !=0)
{
   // Not MS Internet Explorer don't show graphic
	document.write("<BR><TABLE CLASS='t' WIDTH='600' ALIGN='CENTER' CELLSPACING='0' CELLPADDING='2' BORDER='0'>");
}

   // All Browsers
	document.write("<TR><td align='center' valign='middle' BACKGROUND='/seibyte/images/menu1.gif' width='600' height='24'>");

//The Beginning
if (document.title=="The Shari and David Seibold Family News")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/indx.html' target='_top'>The Beginning</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/indx.html' target='_top'>The Beginning</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Bakersfield Gossip
if (document.title=="The SFN Bakersfield Gossip Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/bgossip.shtml' target='_top'>Bakersfield Gossip</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/bgossip.shtml' target='_top'>Bakersfield Gossip</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Belching Gourmet
if (document.title=="The SFN Belching Gourmet Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/food.shtml' target='_top'>Belching Gourmet</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/food.shtml' target='_top'>Belching Gourmet</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Downloads
if (document.title=="The SFN Download Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/download.shtml' target='_top'>Downloads</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/download.shtml' target='_top'>Downloads</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Events
if (document.title=="The SFN Events Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/events.shtml' target='_top'>Events</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/events.shtml' target='_top'>Events</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Front Page
if (document.title=="The SFN Front Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/frontpg.shtml' target='_top'>Front Page</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/frontpg.shtml' target='_top'>Front Page</A>");
}
//
document.write("</td></TR><TR><td  align='center' valign='middle' BACKGROUND='/seibyte/images/menu2.gif' width='600' height='24'>");
//
//Pets
if (document.title=="The SFN Pets Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/pets.shtml' target='_top'>Pets World</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/pets.shtml' target='_top'>Pets World</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//RugRats
if (document.title=="The SFN RugRat Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/rugrats.shtml' target='_top'>RugRats</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/rugrats.shtml' target='_top'>RugRats</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Master Story List
if (document.title=="SFN Site Search")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/sfnhohum_search.asp' target='_top'>Search SFN</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/sfnhohum_search.asp' target='_top'>Search SFN</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Guest Sign-In
//if (document.title=="SFN Guest Sign-In")
//{
//document.write("<a class='p' href='/seibyte/sfnhohum/guestbook/addguest.shtml'>Sign Guestbook</a>");
//}
//else
//{
//document.write("<a class='a' href='/seibyte/sfnhohum/guestbook/addguest.shtml'>Sign Guestbook</a>");
//}
//
//document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Guest Book
if (document.title=="SFN Comment")
{
document.write("<a class='p' href='/seibyte/sfnhohum/vc/vc.asp'>Comment</a>");
}
else
{
document.write("<a class='a' href='/seibyte/sfnhohum/vc/vc.asp'>Comment</a>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Contact
if (document.title=="The SFN Contact Page")
{
document.write("<A class='p' HREF='/seibyte/sfnhohum/contact.shtml'>Contact</A>");
}
else
{
document.write("<A class='a' HREF='/seibyte/sfnhohum/contact.shtml'>Contact</A>");
}
//
document.write("<SPAN CLASS='menu'> | </SPAN>")
//
//Seibold Shorts
document.write("<A class='a' HREF='/seibyte/shorts/index.html' target='_new'>Seibold Shorts</A>");
//
document.write("</td></tr></table><BR>");

if (app.indexOf("Microsoft Internet Explorer") !=0)
{
   // Not MS Internet Explorer, add <BR>
	document.write("<BR>");
}

<!--end-->
