// JavaScript Document
$(document).ready(function() {
						// simplest example
						$('.simpleSlideShow').slideShow({
							interval: 3
						});
						$('#logo, #reservation').supersleight();
					});
