<html>
<head>
<script>
try {
var c = window.localStorage;
document.write('No exception');
} catch (exception) {
document.write(exception.name);
}
</script>
</head>
<body>
</body>
</head>
<html>
<head>
<script>
try {
var c = window.localStorage;
document.write('No exception');
} catch (exception) {
document.write(exception.name);
}
</script>
</head>
<body>
</body>
</head>