// Copyright 2006 The Cyber Hymnal
//------------------------------------------------
// PURPOSE Initializes Shona language hymn page
function init_sn
(
	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,"Kumashure","Kumavambo","Pamberi","urongwa hwerwiyo","mutinhimira")
	setTipMidi("Zarura mutinhimira")
	setTipScore("Zarura urongwa hwerwiyo")
	setTipBio("Tarira nhoroondo (Muchirungu)")
}
//------------------------------------------------
// PURPOSE Draws link to English version
function en(file)
{
	english(file, "Chirungu")
}
