function addIEFavorite()
{
	if (window.external)
	{
		external.AddFavorite(location.href, 'Christ Life Ministries')
	}
	else 
	{
		alert("Oops! Your browser doesn't support this feature.\nIf you are using Netscape Navigator, click Bookmarks\nand then Add Bookmark to add this site to your favorites.");
	}
}

