$(document).ready(function()
{

if($("[class^=brush]").length)
    {
        $.insert(TEMPLATE_DIR+'/syntax/syntax_highlightning.js');
    }
});
