function getNoiseWords () { var noiseAR = new Array(); noiseAR[1] = '$'; noiseAR[2] = '0'; noiseAR[3] = '1'; noiseAR[4] = '2'; noiseAR[5] = '3'; noiseAR[6] = '4'; noiseAR[7] = '5'; noiseAR[8] = '6'; noiseAR[9] = '7'; noiseAR[10] = '8'; noiseAR[11] = '9'; noiseAR[12] = 'a b c d e f g h'; noiseAR[13] = 'about'; noiseAR[14] = 'after'; noiseAR[15] = 'all'; noiseAR[16] = 'also'; noiseAR[17] = 'an'; noiseAR[18] = 'and'; noiseAR[19] = 'another'; noiseAR[20] = 'any'; noiseAR[21] = 'are'; noiseAR[22] = 'as'; noiseAR[23] = 'at'; noiseAR[24] = 'be'; noiseAR[25] = 'because'; noiseAR[26] = 'been'; noiseAR[27] = 'before'; noiseAR[28] = 'being'; noiseAR[29] = 'between'; noiseAR[30] = 'both'; noiseAR[31] = 'but'; noiseAR[32] = 'by'; noiseAR[33] = 'came'; noiseAR[34] = 'can'; noiseAR[35] = 'come'; noiseAR[36] = 'could'; noiseAR[37] = 'did'; noiseAR[38] = 'do'; noiseAR[39] = 'each'; noiseAR[40] = 'for'; noiseAR[41] = 'from'; noiseAR[42] = 'get'; noiseAR[43] = 'got'; noiseAR[44] = 'had'; noiseAR[45] = 'has'; noiseAR[46] = 'have'; noiseAR[47] = 'he'; noiseAR[48] = 'her'; noiseAR[49] = 'here'; noiseAR[50] = 'him'; noiseAR[51] = 'himself'; noiseAR[52] = 'his'; noiseAR[53] = 'how'; noiseAR[54] = 'if'; noiseAR[55] = 'in'; noiseAR[56] = 'into'; noiseAR[57] = 'is'; noiseAR[58] = 'it'; noiseAR[59] = 'like'; noiseAR[60] = 'make'; noiseAR[61] = 'many'; noiseAR[62] = 'me'; noiseAR[63] = 'might'; noiseAR[64] = 'more'; noiseAR[65] = 'most'; noiseAR[66] = 'much'; noiseAR[67] = 'must'; noiseAR[68] = 'my'; noiseAR[69] = 'never'; noiseAR[70] = 'now'; noiseAR[71] = 'of'; noiseAR[72] = 'on'; noiseAR[73] = 'only'; noiseAR[74] = 'or'; noiseAR[75] = 'other'; noiseAR[76] = 'our'; noiseAR[77] = 'out'; noiseAR[78] = 'over'; noiseAR[79] = 'said'; noiseAR[80] = 'same'; noiseAR[81] = 'see'; noiseAR[82] = 'should'; noiseAR[83] = 'since'; noiseAR[84] = 'some'; noiseAR[85] = 'still'; noiseAR[86] = 'such'; noiseAR[87] = 'take'; noiseAR[88] = 'than'; noiseAR[89] = 'that'; noiseAR[90] = 'the'; noiseAR[91] = 'their'; noiseAR[92] = 'them'; noiseAR[93] = 'then'; noiseAR[94] = 'there'; noiseAR[95] = 'these'; noiseAR[96] = 'they'; noiseAR[97] = 'this'; noiseAR[98] = 'those'; noiseAR[99] = 'through'; noiseAR[100] = 'to'; noiseAR[101] = 'too'; noiseAR[102] = 'under'; noiseAR[103] = 'up'; noiseAR[104] = 'very'; noiseAR[105] = 'was'; noiseAR[106] = 'way'; noiseAR[107] = 'we'; noiseAR[108] = 'well'; noiseAR[109] = 'were'; noiseAR[110] = 'what'; noiseAR[111] = 'where'; noiseAR[112] = 'which'; noiseAR[113] = 'while'; noiseAR[114] = 'who'; noiseAR[115] = 'with'; noiseAR[116] = 'would'; noiseAR[117] = 'you'; noiseAR[118] = 'your'; return noiseAR; }