﻿     $(function(){
        /* 
         * Apply the FAQ plug-in to jQuery object <dl>
         * Parameter 1: (optional): the index [integer] of a <dt> to open on load
         */
        $('#faq').faq();
      });