<!-- 

        randomize(NamesArray.length) // or put the desired number here in parentheses
        word = NamesArray[rnd];
        window.document.write(word)


//-->