﻿jQuery(document).ready(function(){

jQuery('#testi1').cycle({ 
    fx:      'fade', 
    speed:    500, 
    timeout:  5000 
});

jQuery('#testi2').cycle({ 
    fx:      'fade', 
    speed:    300,
    delay:    1000,
    timeout:  5000 
});

});


