function domLoaded() {
	footnoteLinks('main-content', 'other-info', false);
}

Event.observe(document, "dom:loaded", domLoaded);