"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. Visit this link to watch the Update day video
diff --git a/meta/gallery.js b/meta/gallery.js
index 730d9ee..9efa9d4 100644
--- a/meta/gallery.js
+++ b/meta/gallery.js
@@ -1,3 +1,16 @@
+function preloadArrows() {
+ function preloadImages() {//v1.0
+ var doc = document, args = arguments; if (!doc.img) doc.img = new Array();
+ for (var i = 0; i < args.length; i++) { doc.img[i] = new Image; doc.img[i].src = args[i]; }
+ }
+ preloadImages(
+ "/meta/arrow-right-hover.png",
+ "/meta/arrow-left-hover.png",
+ "/meta/arrow-right-pressed.png",
+ "/meta/arrow-left-pressed.png"
+ );
+}
+
const galleries = document.querySelectorAll('.gallery');
galleries.forEach(gallery => {