1 <script src
="<?php echo $CFG->themewww .'/'. current_theme() ?>/js/jquery-latest.pack.js" type
="text/javascript"></script
>
3 <script type
="text/javascript">
4 $
(document
).ready(function() {
8 var init
= function() {
9 window
.setTimeout(function(){$
('#infowrapper').click();}, 4000);
10 $
('#infowrapper').toggle(function() {
11 $
('#infooverlay').animate({height
: 'toggle'}, "fast");
12 $
(this
).animate({opacity
: 0.3}, "fast");
14 $
('#infooverlay').animate({height
: 'toggle'}, "fast");
15 $
(this
).animate({opacity
: 0.9}, "fast");