﻿$(document).ready(function(){
					
					// starts up the rotating images on home page
					$('.fader').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'sequence',
						containerheight: '292px'
					});
					
					

			});


