<table>
	<tr id="pebtAttRow">
		<td>
			<div class="report_icon" style="visibility:hidden;"></div>
			<a href="pebtAttRpt.html">MBA P-EBT Attendance Report</a>
		</td>
		<td>&nbsp;</td>
		<td>
			Search attendance based on the number of occurrences of attendance codes for a date range.
		</td>
	</tr>
</table>

<script type="text/javascript">
	$j(document).ready(function(){
		var targetRow = $j('tr:contains("Monthly Student Attendance Report")').last();
		if (targetRow.find('td').length < 3) $j('#pebtAttRow td').eq(1).remove();
		if($j('.report_icon').length < 3) $j('#pebtAttRow .report_icon').remove();
		targetRow.before($j('#pebtAttRow'));	
	});
</script>