	function openVerse(ref)
	{
		var url = "http://www.biblegateway.com/passage/?version=31&search=";
		url = url + ref;
		window.open(url,'mywindow','width=800,height=600')
		//window.location = url;
	}
	