@ryo @Telvannichad @neo I'm kind of tempted to use it just so I can have a navbar that I can change on every page without server-side scripting or editing each individual page.
@neo @Telvannichad @ryo You can do that without AJAX. Just have an external script that puts down a few links via document.writeln() or innerHTML.
So make it generate a random hex value on every page load, and ASSign it to the div as the background-color.