<!-- this comment hides script from script-blind browsers
function WriteMail(subject)
	{
	self.location = "mailto:email@BibleSelector.com?subject=" + subject;
	}
// this comment closes the script-hiding comment -->

