window.addEvent('domready', function() {

    // syntaxhighlighting
    // http://pradador.com/code/lighterjs/
    $$('pre').light({
        altLines: 'hover',
        path: '/system/javascript/lighter/',
        //editable: true,
        flame: 'patterntext',
        indent: 2,
        fuel: 'html',
        mode: 'ol'
    });
  
});