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