<html>
<head>
<script>
window.location.existingCustomProperty = 1;
window.location[1] = 1;
</script>
</head>
<body>
</body>
</html>
<html>
<head>
<script>
window.location.existingCustomProperty = 1;
window.location[1] = 1;
</script>
</head>
<body>
</body>
</html>