Here's my attempt at a forum clock, there must be a better way, any suggestions?Administration > Layout > Header & Footer > Footer
<div id="clock" style="float: left; display: none;"><embed src=http://flash-clocks.com/extdocs/custom-flash-clock---pd2.swf height=28 wmode=transparent type=application/x-shockwave-flash></embed></div> <script>jQuery( document ).bind( "ready", function() { $("div.topnavigation_wrap").prepend( $("#clock").show() ); });</script>
The embed-code itself seems to be correct (I'd place it in the "footer"-section just to make sure Jquery is done loading before the code is executed).I'm sure you'll find tons of JS-clocks with a simple google search.