function scripture(scriptref) {
    linkref = scriptref.replace(/ /g,'+');
    scriptref = scriptref.replace(/ /g,'&nbsp;');
    return ('<a href="http://www.biblegateway.com/passage/?search=' + linkref + '&version=64" target="bible" >'
	 + scriptref + '</a>');
  }
