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