<link rel="stylesheet" type="text/css" href="css/jthumb.css" media="screen" />

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.jthumb.js"></script>

<script type="text/javascript">
	$(document).ready(function() {
		$("a.thumb, img.thumb").jThumb(); // the wrapping function
		$("a.thumb img, img.thumb").jThumbImg(); // the img positioning function (optional)
	});
</script>