qinit()
document.write ( "<h2>", CapFirst(GenNounPhrase(0)), " (", year0(), ")</h2>" )
document.write ( "<blockquote>", GenRandomSentence(), " " )
document.write ( "", GenRandomSentence(), " </blockquote>" )

for ( j=0; j<4; j++ )
{
var n = 5
var p = 4 + qrand(n)
document.write ( "<h2>", CapFirst(GenNounPhrase(0)), "</h2>" )
document.write ( "<blockquote>", GenRandomSentence(), " " )
for ( i=0; i<p; i++ )
   {
		     document.write ( "", GenRandomSentence(), " " )
   }
document.write ( "", GenRandomSentence(), " </blockquote>" )
document.write ( " ")
}

document.write ( "<h2>Epilegomena</h2>" )
document.write ( "<blockquote>", GenRandomSentence(), " " )
for ( i=0; i<5; i++ )
{
document.write ( "", GenRandomSentence(), " " )
}
document.write ( "", GenRandomSentence(), " </blockquote>" )
document.write ( "<hr>")

