Potatoday
<html> <head> <title>It's Potato Day!</title> <style type="text/css"> @import url("http://www.wikidot.com/common--theme/base/css/style.css"); </style> <script type="text/javascript"> function opentab() { window.open(this.href, '_blank'); return false; } </script> </head> <body> <script type="text/javascript"> var d = new Date(); var today = d.getDay(); if (today == 3) { document.write('<a href="http://imapotato.wikidot.com/" target="_blank">This train only runs every Wednesday. It is a very oblong shaped train, and it is brown. On it is the word <i>Petato</i>.</a>'); } else { document.write('Unfortunately, this train only runs every Wednesday. Come back when it is Wednesday for the train to come back.'); } </script> </body> </html>
Wisp:Whatcha doin' thar, Tim?
*Reads a bit into the code*
Wisp:Suh-weeeeet. You can do that? Does this only work with days of the week?
Timothy: Supposedly, this will activate the link every Wednesday, though there appears to be a glitch somewhere.