<!-- Begin

// All onloads must be put in this script file //

function start() {
  runFOURslideshow();
  runFIVEslideshow();
  runSIXslideshow();
  Nifty("div#vertical-marquee","big");  
}
window.onload = start;

// End -->