﻿Event.observe(window, 'load', loadAccordions, false);
function loadAccordions() {
    var rightAccordion = new accordion('links-right');
}
