
$(document).ready(function() {
	$('div.HomeBanner').slideshow({
		timeout: 2000,
		type: 'sequence'
	});
});

