1 2 3 4 5 6 7 8 9 10 11 12 13
<html> <body> <pre> <script> document.write(window.sidebar.something); for (i in window.sidebar) { break } </script> </pre> </body> </html>