Javascript脚本实现网页重定向

下面的JS代码可以实现网页跳转到新网址:

<script type="text/javascript">
<!--
  window.location="http://www.newlocation.com";
//-->
</script>