// JavaScript Document

$(document).ready(function() {		
		//Execute the slideShow, set 4 seconds for each images
	slideShow(4000);

});
