var isIE = (window.navigator.userAgent.indexOf("MSIE") > 0);
var addthis_disable_flash = true;

if (! isIE) {
  HTMLElement.prototype.__defineGetter__("innerText",
              function () { return(this.textContent); });
  HTMLElement.prototype.__defineSetter__("innerText",
              function (txt) { this.textContent = txt; });
}

function bibleGW(obj) {

//	alert(escape(obj.innerText));
	location.href  = 'http://www.biblegateway.com/passage/?search=' + obj.innerText + '&version=9';

}
