

<!-- The Work of God
window.onerror = null;
bVer = parseInt(navigator.appVersion)
if (bVer >= 3)   ver = "n3"
else   ver = "n2"
if (ver == "n3") 
{

inspire_on = new Image(120,25)
	inspire_on.src = "../../../Buttons/inspire_on.gif"
	inspire_off = new Image(120,25)
	inspire_off.src = "../../../Buttons/inspire.gif"
	
	
	home_on = new Image(95,87)
	home_on.src = "../../../Buttons/home_on.gif"
	home_off = new Image(95,87)
	home_off.src = "../../../Buttons/home.gif"


}

function jp_power(imgDocID1,imgObjName1) 

	{  

	if (ver == "n3") 

	{ 

		if ( imgObjName1 != null )

		{document.images[imgDocID1].src = eval(imgObjName1 + ".src")

	 	}

	}

}

// -->


var bookmarkurl="http://www.theworkofgod.org/Devotns/Euchrist/HolyMass/inspiration.asp"
var bookmarktitle="The Work of God - Inspiration"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
