your theme is including multiple jquery.
First one is the one provided with WP which should be there.
Second one is version 1.4.2 loaded in this area
<!--Footer Scroll Images-->
<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/carousel.js"></script>
<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery1.js"></script>
<!--Footer Scroll Images-->
this line should be removed
<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery-1.4.2.min.js"></script>