// Application-wide JS

$(document).ready(function(){
  SyntaxHighlighter.all();
});

$(document).unload(function(){
  // Google maps memory leak prevention
  // GUnload();
});
