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