<div id="customiarrific" style="display:none">
<table id="customStateTable" class="linkDescList">
    <tbody>
        <tr class="headerRow">
            <th class="bold" width="20%">Custom State</th>
            <th class="bold" width="10%">Version</th>
            <th class="bold" width="70%">Description</th>
        </tr>
        <tr class="oddRow">
            <td><a href="IL_AdamExam_Upload.html">IAR/ISA Accommodations Upload 2025</a></td>
            <td>24-25</td>
            <td>Part of the IARriffic Plugin</td>
        <tr>
        <tr class="evenRow">
            <td><a href="IL_AdamExam_Tickets.html">IAR/ISA Print Student Test Tickets</a></td>
            <td>24-25</td>
            <td>Part of the IARriffic Plugin</td>
        <tr>
    </tbody>
</table>
</div>
<script type="text/javascript">
    $j(document).ready(function(){ 
        var customDiv = $j('#customiarrific').html();
        $j('#customiarrific').remove();
        $j(".box-round:first table:last").after(customDiv);
    });
</script>