Language.snippets = [
    { input : 'dw', output : 'document.write(\'$0\');' },
    { input : 'getid', output : 'document.getElementById(\'$0\')' },
    { input : 'fun', output : 'function $0(){\n\t\n}' },
    { input : 'func', output : 'function $0(){\n\t\n}' }