﻿$(document).ready(function() {
    $('.homepageBanner').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 3000
	});
});

