Add this script to the top of your tpl,
<script type="text/javascript">
setInterval(function() {
$("#fboard").load(location.href+" #fboard>*","");
}, 60000);
</script>
Place your flightboard between these divs,
<div id="fboard"><---Place your include here---></div>