function loadTab( tab ) { 
  new Ajax.Updater('banner', tab, { method: 'get' });
}
