// JavaScript Document

$(document).ready(function() {
	$('#flash').slideShow({
		interval: 3
});
});
