ok so i have looked at numerous tutorials and im trying to figure out how to get my little ajax script to auto update like every 30 or so seconds... any ideas?
<script>
window.setInterval("ahah('Live/lefcon','lefcon')", 2000);
</script>