<div id="customiarrific" style="display:none">
<table id="customStateTable" class="linkDescList">
   <thead>
         <tr>
            <th class="bold" width="20%">Custom State</th>
            <th class="bold" width="10%">Version</th>
            <th class="bold" width="70%">Description</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td><a href="IARrific/IL_AdamExam_Upload.html">IAR/ISA Accommodations Upload</a></td>
            <td>25-26</td>
            <td>Part of the IARriffic Plugin</td>
        </tr>
        <tr>
            <td><a href="IARrific/IL_AdamExam_Tickets.html">IAR/ISA Print Student Test Tickets</a></td>
            <td>25-26</td>
            <td>Part of the IARriffic Plugin</td>
        </tr>
        <tr>
            <td><a href="IARrific/IL_IAR_Form_Conflicts.html">IAR/ISA Form Conflicts</a></td>
            <td>25-26</td>
            <td>Part of the IARriffic Plugin</td>
        </tr>
        <tr>
            <td><a href="IARrific/IL_ACCESS_Upload.html">ACCESS Accommodations Upload</a></td>
            <td>25-26</td>
            <td>Generate a CSV to upload ACCESS accommodations into WIDA/AMS. Part of the IARriffic + ACCESS Plugin</td>
        </tr>
    </tbody>
</table>
</div>
<script type="text/javascript">
    $j(function() {
        var customDiv = $j('#customiarrific').html();
        $j('#customiarrific').remove();
        $j(".box-round:first table:last").after(customDiv);
    });
</script>