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

