function favorites() 



                {
                if      (navigator.appName == "Microsoft Internet Explorer")
                        {
                        if (confirm("Would you like to add this Page to your Favorites ?"))
                        window.external.addFavorite('http://neonet.bc.ca/unitedchurchdawsoncreek','South Peace United Church Dawson Creek')
                        ;
                        }
                else 
                        {
                        if (!confirm("Netscape requires you to bookmark manually. Please choose 'add current page' from the 'Bookmarks' menu on top of the page! Or press (Ctrl-D) Thanks!"))
                        location.href="spuc_home.html"
                        ;
                        }
                }


              
