﻿$(function() {
    $('#HomepageSlideshow').cycle(
	{
	    fx: 'fade',
	    speed: 3000,
	    timeout: 5000
	});
});

