// This version of SyntaxHighlighter supports titles through the
// 'title' parameter. The title is displayed above the code element.
// The title is also displayed in the toolbar tooltips, e.g.,
// "view plaintext source for SyntaxHighlighter Supports
// Titles!" This may semm like overkill, but it's an attempt
// to better serve the visually disabled. I'd be interested to
// hear feedback on how (or if) it works for those users.
function makeTitle() {
return "Hello, world!";
}