var beth = new Array("Place cursor over Elvish phrases to see translation!", 
//1
"Spoke",
"Malbeth (\"Golden-word\")",
"the Seer",
"Over the",
//5
"land",
"spreads",
"a shadow-long",
"to the",
"west",
//10
"wings",
"(of) darkness",
"(are) flowing.",
"the tower",
"trembles.",
//15
"tombs",
"(of) kings",
"doom",
"approaches.",
"(it is) the awakening",
//20
"(of) the dead.",
"The time",
"(of) Oathbreakers",
"comes.",
"At the",
//25
"Stone", 
"(of) Erech",
"again-they-shall-stand", 
"they-shall-hear",
"horn-ringing",
//30
"across",
"[the] hills.",
"Who",
"(is/will be) holding",
"the horn?",
//35
"calling",
"them",
"out-of-twilight",
"grey", 
"the people",
//40
"forgotten? (literally: without-remembrance)",
"the heir",
"(of) one",
"to whom",
"they-swore [the oath]",
//45
"from",
"the North",
"shall-he-come",
"need",
"driving [him]",
//50
"he-shall-cross",
"[the] Door",
"to the",
"Paths",
"(of) the Dead.",
//55
"May it be that the halflings find their way.",
"ents",
"Speak to me.",
"Two dead, out of countless thousands. And we do not know the names of the slain.",
"Friends know their names. And the enemy will remember, when they meet our blades and bows.",
//60
"May it be.",
"Silvan elves, Wood-elves, \"tawarwaith\": A primitive, backward race of elves who had no part in the triumphs or disasters of the great elf-kingdoms.",
"Sindar, Grey-elves: Refugees of the legendary Kingdom of Thingol, accounted wise and noble. Celeborn and Thranduil are Sindar.",
"Friend of mortals. A wordplay on \"elvellon\", Elf-friend.",
"mortal maid",
//65
"Now ride on, Galadrim.",
"Hold!"

);

window.defaultStatus = beth[0];

function pedo(sMsg) {
    window.status = sMsg ;
    return true ;
}