<!--
function addbookmark(){
	if (document.all) {
		window.external.AddFavorite(document.location,document.title);
	}
}
	browser_name = navigator.appName;
	document.write("<div align='center'><center>");
	document.write("<table border='0' cellpadding='4' cellspacing='0'>");
	document.write("  <tr>");
	document.write("    <td><p align='center'><font face='Verdana' size='1'><a href='login.htm'>Update");
	document.write("    Content</a> | <a href='church.htm'>Churches</a> | <a href='products.htm'>Products</a> | <a");
	document.write("    href='services.htm'>Services</a> | <a href='custdevl.htm'>Custom Development</a><br>");
	document.write("    <a href='webdevl.htm'>Web Development</a> | <a href='webhost.htm'>Web Hosting</a> | <a");
	document.write("    href='freestuff.htm'>Free Stuff</a> | <a href='webtools.htm'>Web Content</a> <br>");
	document.write("    <a href='index.html'>Home</a> | <a href='aboutus.htm'>About Us</a> | <a href='links.htm'>Links</a>&nbsp;|");
	document.write("    <a");
	document.write("    href='contactus.htm'>Contact Us</a><br>");
	document.write("    <a href='recommend.php4'>Recommend Us</a>");
	if (browser_name == "Netscape")  {
		document.write(" | <a href=# onclick=window.open('bookmark_ns.html','','top=1,left=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=420,height=400') class='sidelinks'>Make this my default homepage</a>");
	}
	else if (browser_name == "Microsoft Internet Explorer") {
		document.write(" | <a href='' onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage(document.location);\" class='sidelinks'>Make this my homepage</a>");
	}
	if (browser_name == "Netscape")  {
		document.write(" | <a href='javascript:addbookmark()'>Add to my Bookmarks</a>");
	} else {
		document.write(" | <a href='javascript:addbookmark()'>Add to my Favorites</a>");
	}
	document.write("    | <a href='copyright.htm'>Copyright</a></font></td>");
	document.write("  </tr>");
	document.write("</table>");
	document.write("</center></div>");
//-->