// JavaScript Document
$(document).ready(function(){
$('#mapFrame').ready(function(){
	$(this).find('td.note').hide();
});
});