<html>
<body>
<script type="text/javascript">
var d = new Date()
d.setSeconds(1)
document.write(d)
</script>
</body>
</html>