Or instead of adding extra javascript to parse, you can just modify the headinclude template, which is the recommended place to add/edit additional meta tags.
Use this for keywords:
Code:
<meta name="keywords" content="keywords, go, here, add more, right here" />
and instead of statement change that to description.
Code:
<meta name="description" content="add your description" />