// Only words with length >= 3

var common_words = new Array (
"about",
"add",
"after",
"ago",
"all",
"and",
"any",
"are",
"aren't",
"but",
"com",
"for",
"from",
"get",
"how",
"into",
"isn't",
"its",
"more",
"most",
"must",
"new",
"news",
"none",
"not",
"nothing",
"off",
"often",
"old",
"once",
"only",
"other",
"our",
"ours",
"out",
"over",
"page",
"she",
"should",
"small",
"some",
"than",
"true",
"thank",
"that",
"the",
"their",
"theirs",
"them",
"then",
"there",
"these",
"they",
"this",
"those",
"thus",
"time",
"times",
"too",
"under",
"until",
"upon",
"use",
"users",
"version",
"very",
"via",
"want",
"was",
"way",
"web",
"were",
"what",
"when",
"where",
"which",
"who",
"whom",
"whose",
"why",
"wide",
"will",
"with",
"within",
"without",
"would",
"yes",
"yet",
"you",
"your",
"yours"
);

