new Ajax.Updater('content', '/page/home.html', { method: 'get' });
new Ajax.Updater('nav', '/node/nav.html', { method: 'get' });
new Ajax.Updater('contact', '/node/contact.html', { method: 'get' });
new Ajax.Updater('fp', '/node/mplayer.html', { method: 'get' });