﻿// JScript File
$(function(){
    $(".homeGallery").innerfade({
	    speed: 'slow',
	    timeout: 5000,
	    type: 'sequence',
	    containerheight: '380px'
    });		    
});
