pretty.js 111 Bytes
$(document).ready(function() {
    $('pre code').parent().addClass('prettyprint well');
    prettyPrint();
});