<!-- Begin

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

function start() {
  initAd();
  updateRegionSelectMenu();
  updateDepartmentSelectMenu();
  Nifty("div#rental-vertical-marquee","big");  
}
window.onload = start;

// End -->