﻿$(document).ready(function() {
    
    //Start Image Fading    

    $('.HomeImages').innerfade({                        
                        speed: 2500,
                        timeout: 5000,
                        type: 'sequence',
                        containerheight: '473' }); 
    
});
