<html>
<head>
<script>
document.cookie = "secret=FAIL";
</script>
</head>
<body>
<script>
document.write(window.location.href);
</script>
has set a secret cookie.
</body>
</html>
<html>
<head>
<script>
document.cookie = "secret=FAIL";
</script>
</head>
<body>
<script>
document.write(window.location.href);
</script>
has set a secret cookie.
</body>
</html>