window.onerror = null;

bVer = parseInt(navigator.appVersion)



if (bVer >= 3)   ver = "n3"

else   ver = "n2"




if (ver == "n3") 

{

function gotoUrl(url) { if (url != "") location=url }

home_on = new Image(92,24)

	home_on.src = "../../../Buttons/home_on.gif"

	home_off = new Image(92,24)

	home_off.src = "../../../Buttons/home.gif"

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"

}



function jp_power(imgDocID1,imgObjName1) 

	{  

	if (ver == "n3") 

	{ 

		if ( imgObjName1 != null )

		{document.images[imgDocID1].src = eval(imgObjName1 + ".src")

	 	}

	}

}






function addBookmark(title,url) {
if (window.sidebar) { 
window.sidebar.addPanel(title,url,""); 
} else if( document.all ) {
window.external.AddFavorite( url,title);
} else if( window.opera && window.print ) {
return true;
}
}

var time = null
function move() {
window.location = 'http://www.theworkofgod.org/'
}



function mailpage()
{
mail_str = "mailto:?subject=Check out: " + document.title 
mail_str +="&body='" 
mail_str +="&body=Hi, I think you will be interested in this page:                                  " + location.href
location.href = mail_str;
}    
  
  <!--

  
  var message="God bless you +";
  function click(e) {
  if (document.all) {
  if (event.button==2||event.button==3) {
  alert(message);
  return false;
  }
  }
  if (document.layers) {
  if (e.which == 3) {
  alert(message);
  return false;
  }
  }
  }
  if (document.layers) {
  document.captureEvents(Event.MOUSEDOWN);
  }
  document.onmousedown=click;

  // -->
