// Copyright 2005 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Yoruba language hymn page
function init_yo
(
	level, 	// Number of levels below site root
	midi,	// MIDI file name (without extension, which must be .mid)
	prev,	// Previous page's URL (without extension, which must be .htm)
	next	// Next page's URL (without extension, which must be .htm)
){
	if (argsOk(arguments.callee, false, false))
		init(level, midi, prev, next,"S'ehin","Ile","S'iwaju","iwe orin")
	setTipMidi("Oju iwe si")
	setTipScore("Si oju iwe orin si")
	setTipBio("Wo itan orin (Ede oyinbo)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file,"Ede Oyinbo")
}
