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