<script>
window.stuff = new Array;
for (i = 0; i < 1000; ++i)
window.stuff.push(new String("abc"));
window.setTimeout(function() { }, 10000);
</script>
<script>
window.stuff = new Array;
for (i = 0; i < 1000; ++i)
window.stuff.push(new String("abc"));
window.setTimeout(function() { }, 10000);
</script>