        $().ready(function() {
            $('#arclist').makeARClist({
                indexTitle: "My Index",
                displayIndex: false,
                arclistHeader: "h3"
            });
        });
