Seven World Tales

Stories Spanning Seven Extended Multimedia Franchises.Sci Fi. Fantasy. Action. Comedy. Crime.

Time Team

The greatest non-existent TV show in the universe. Read short stories and episode screenplays below.

(function () { const btn = document.getElementById("copy-ai-md"); const ta = document.getElementById("ai-md"); const status = document.getElementById("copy-ai-md-status"); function setStatus(msg) { if (status) status.textContent = msg; } btn.addEventListener("click", async function () { const text = (ta && ta.value ? ta.value : "").trim(); if (!text) return setStatus("No markdown found."); try { await navigator.clipboard.writeText(text); setStatus("Copied."); setTimeout(() => setStatus(""), 2000); } catch (e) { ta.style.position = "static"; ta.style.left = "0"; ta.style.top = "0"; ta.focus(); ta.select(); setStatus("Select all + copy."); } }); })();