﻿ $(document).ready(function() {  
    $('#categoryImagesDIV').innerfade({ 
        animationtype: 'fade', 
        speed: 750, 
        timeout: 5000});

});

 $(document).ready(function() {  
    $('#categoryDIV').innerfade({ 
        animationtype: 'fade', 
        speed: 750, 
        timeout: 5000});

});

