function whereTo(){if(prompt("What is the magic word?","Pretty Please?") == magic_word){window.open("http://dulemba.com/index_stories.html", "win"+(new Date().getTime()));}else{window.location = "index.html";}}var magic_word="Jay";
