Widget:AvailableCritters: Difference between revisions

no edit summary
(Created page with "<script> // gallerySwitcher.js // Function to switch images based on the day and time function switchGalleryImage() { // Get the current day and time var now = new Date(); var dayOfWeek = now.getDay(); // Sunday is 0, Monday is 1, ..., Saturday is 6 var currentTime = now.getHours(); // Define the gallery element ID var galleryId = 'myGallery'; // Define the image sources for each day and time range var imageSources = { 0: { start: 0, end: 24, sourc...")
 
No edit summary
Line 10: Line 10:


   // Define the gallery element ID
   // Define the gallery element ID
   var galleryId = 'myGallery';
   var galleryId = 'crittergallery';


   // Define the image sources for each day and time range
   // Define the image sources for each day and time range