12
           
            
                
     
    
    Have just found an alternative method which may work better:
I Moved the slider code into a separate file then enclosed it like this in the main theme.html file so it only appears on the home page
  
<{if $smarty.server.PHP_SELF=='/index.php'}> 
<{include file="$theme_name/theme_slider.html"}> 
<{/if}> 
  
I then removed this line from the  section of theme.html
 <script src="<{xoImgUrl js/jquery.jcarousel.js}>" type="text/javascript">script>  
and added it to the end of the slider file (after the last 
 div> 
<script src="<{xoImgUrl js/jquery.jcarousel.js}>" type="text/javascript">script>  
This should allow any module to work (I hope!!!)
Alan