//                                     */
//    Used with: moonaudio.htm         */
//               moonevolution.htm     */
//                                     */
//               cycle_moonfadebkg.css */
//               cycle_moonfade.css    */
//                                     */
$(document).ready(function() {
$("#cyclemoonfade").cycle({ 
    fx:      'fade',
    speed:   2500, 
    timeout: 5000, 
    after:   onAfter 
});
    function onAfter() {
        $('#title').html(this.alt);
    }
});