﻿$(document).ready(function() {
  $("#rotate").cycle(
  { fx: "fade",
    timeout: 5000
  });
});

