1 </div> <!-- end .cols --> <?cs # normally opened by header.cs ?> 2 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?> 3 4 <?cs if:carousel ?> 5 <script type="text/javascript"> 6 $('.slideshow-container').dacSlideshow({ 7 btnPrev: '.slideshow-prev', 8 btnNext: '.slideshow-next', 9 btnPause: '#pauseButton' 10 }); 11 </script> 12 <?cs /if ?> 13 <?cs if:tabbedList ?> 14 <script type="text/javascript"> 15 $(".feed").dacTabbedList({ 16 nav_id: '.feed-nav', 17 frame_id: '.feed-frame' 18 }); 19 </script> 20 <?cs /if ?> 21 22