// Function to add multiple window.onload events
function onloader() {
  photoShufflerLaunch();
  secondphotoShufflerLaunch();
  thirdphotoShufflerLaunch();
  fourthphotoShufflerLaunch();
  SetEvents();
// linkedphotoshuffler1.js
// linkedphotoshuffler2.js
// linkedphotoshuffler3.js
// linkedphotoshuffler4.js
// sfhover.js
}
window.onload = onloader;