var spellingArray = [];
spellingArray['Innocense'] = "Innocence";
spellingArray['Buldge'] = "Bulge";
spellingArray['Andy Griffieth'] = "Andy Griffith";
spellingArray['singing in the rain'] = "singin' in the rain";
spellingArray['Katherine Hepburn'] = "Katharine Hepburn";
spellingArray['\\.(\\w+)'] = ". $1";
spellingArray['&'] = "and";
spellingArray['Judgement'] ="Judgment";
spellingArray['commun'] = "communist";
spellingArray['2'] ="two";
spellingArray['7'] = "seven";
spellingArray['story of sea'] = "Story of Seabiscuit";
spellingArray['\\badventures of mar\\b'] = "Adventures of Marco";
spellingArray['\\bday the earth s\\b'] = "day the earth";
spellingArray['\\bno time for s\\b'] = "no time for";


