Img tag is not closed.
Code:
<link rel="stylesheet" href="/nivo/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/nivo/nivo-slider_uf_theme.css" type="text/css" media="screen" />
<div style="height:250px;">
<div id="wrapper">
<div class="slider-wrapper theme-uf">
<div class="ribbon"></div>
<div id="slider" class="nivoSlider">
<a href="http://consortium.stormspire.net"><img src="nivo/1Test.png" alt="" title="#htmlcaption1" /></a>
</div>
<div id="htmlcaption1" class="nivo-html-caption">
<b>Items that should be on your snatch list</b> </ br> testing.. <a href="http://consortium.stormspire.net">read more</a>
</div>
</div>
</div>
<script type="text/javascript" src="/clientscript/jquery/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/nivo/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#slider").nivoSlider();
});
</script>
</div>
try this one.
Ah i see, was my blunder in the code above - sorry
Edit:
If you have jquery 1.4 or higher allready running on your site you can delete that line:
<script type="text/javascript" src="/clientscript/jquery/jquery-1.4.4.min.js"></script>