﻿jQuery(document).ready(function() {  
        jQuery('.pptshowdh').cycle({
            fx: 'fade,wipe',
            randomizeEffects: true,
            timeout: 5000
        });
});  
