﻿$(document).ready(
		function () {

		    $('#rotation').innerfade({
		        animationtype: 'fade',
		        type: 'random',
		        speed: 'slow',
		        timeout: 6000,
		        type: 'random'
		    });
		}
	);

