<html><head><script>
function handleStorageEvent(e) {
window.parent.storageEventList.push(e);
}
</script></head><body onstorage="handleStorageEvent(window.event);">
</body></html>
<html><head><script>
function handleStorageEvent(e) {
window.parent.storageEventList.push(e);
}
</script></head><body onstorage="handleStorageEvent(window.event);">
</body></html>