﻿google.setOnLoadCallback(function() {
	$('#rotation').cycle({ 
    fx:    'fade', 
    timeout:	10000,
    speed:  1000 
 });
});