$$.Include('/Library/dp.SyntaxHighlighter/Uncompressed/shCore.js');
$$.Include('/Library/dp.SyntaxHighlighter/Uncompressed/shBrushPhp.js');
$$.Include('/Library/dp.SyntaxHighlighter/Uncompressed/shBrushCss.js');
$$.Include('/Library/dp.SyntaxHighlighter/Uncompressed/shBrushJScript.js');
$$.Include('/Library/dp.SyntaxHighlighter/Uncompressed/shBrushXml.js');

$(document).ready(
  function() {
    dp.SyntaxHighlighter.ClipboardSwf = '/Library/dp.SyntaxHighlighter/Scripts/clipboard.swf';    
    dp.SyntaxHighlighter.HighlightAll('code');
  }
);