<!--
	// rotate the images within the herb-rotator div element.
	$(document).ready(function() {
    	$(".jewelry-rotator").cycle({
			fx: 'fade',
			speed: 1500, 
			timeout: 6000
		});
	});
//-->
