I'm having trouble running on jquery and javacrips on nopcommerce 1.9.An error has occurred in the scrip on the page.Error: 'hs' is inderfined.

I tried to change but does not work on IE 6,IE 7,IE 8

I tried to run jquery code on IE 6, IE 7, IE 8, but don't works well when pasting code into the website
.I believe it was due to conflict with the javacrips .Who know what this is please help me.


Code:

<script src="JS/jquery.ae.image.resize.min.js" type="text/javascript"></script>  
<script src="JS/crawler.js" type="text/javascript"></script>  
<script src="JS/behaviour.js" type="text/javascript"></script>        
<script src="JS/tooltip.js" type="text/javascript"></script>  
<script src="JS/dropdown.js" type="text/javascript"></script>  
<script src="JS/jquery.galleryview-1.1.js" type="text/javascript"></script>        
<script src="JS/jquery.timers-1.1.2.js" type="text/javascript"></script>        
<script src="JS/jquery.easing.1.3.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function () {
$('#coin-slider').coinslider({
width: 815,
height: 220,
delay: 3000
});
});
</script>


<div class="slideShow">
  <div class="headerSS">Products Hight</div>
     <div class="gallery">
        <div class="galleryview">
           <li>....</li>
            <li>....</li>
      </div>
     </div>
</div>

I checked jquery galleryview and it works well on IE 6, IE 7, IE 8, but for the error on the website

Website:thegioivitamins.com