<!-- Step 1 INCLUDE THE SCRIPT -->
<script src="/assets/jsloader.js"></script>
<script>
// Step 2: Load the modules
JSLoader.load("ria","prototype","1.5.1");
JSLoader.load("ria","prettify","1.0");
</script>
<script>
// Step 3: Use the Functionality
Event.observe(window,"load",prettyPrint);
</script>