﻿window.onload=function(){
  new Ajax.Updater( 'menu', '../menu2.html', {method: 'get'});
  new Ajax.Updater( 'footer', '../footer2.html', {method: 'get'});
}