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["'"] =" ";


