// JavaScript Document

jQuery(document).ready(function() {
	jQuery('#slideshow').slideShow({
		interval: 5
});
});
