﻿// Requires jquery.js and jqrotator.js

$(document).ready(
	function(){
		$('ul#imagerotator').cycle({
		//animationtype: 'slide',
		speed: 'slow',
		timeout: 4000/*,
		type: 'sequence',
		containerheight: '104px'*/
		});
	});
	


