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