<script language="JavaScript">
var t = new Date();
t.getTime() + -864e5;
</script>
What is that funky code after the "+" at the end of the second line doing?
It is probably made to be hard to understand, since I suspect it's one of the ways they try to protect themselves against scraping.