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