<script type="text/javascript">
function refreshIFrame(sel) {
setTimeout(function(){sel.src=sel.src.split('?')[0]+'?'+(+new Date());},2000);
}
</script>
<iframe src="last.html" width="130" height="52" align="center" frameborder="0" onload="refreshIFrame(this)">
</iframe>
<iframe src="last2.html" width="130" height="52" align="center" frameborder="0" onload="refreshIFrame(this)">
</iframe>