OMNI FEED
(function() { var headlines = [ { text: "President Gore announces third term bid amid climate victory celebrations", dim: "Earth-7712" }, { text: "Tesla unveils affordable teleportation pods, Musk claims 'traffic is dead'", dim: "Earth-2847" }, { text: "BREAKING: First contact confirmed — Andromedan diplomats request 'better music'", dim: "Earth-1138", breaking: true }, { text: "Soviet Union celebrates 150th anniversary with Moon colony expansion", dim: "Earth-4451" }, { text: "Dinosaur Conservation Act passes Senate, T-Rex population reaches stable levels", dim: "Earth-6203" }, { text: "Beatles reunion tour extended through 2089 following cryogenic success", dim: "Earth-3319" }, { text: "Amazon River declared sovereign nation, Bezos requests asylum", dim: "Earth-9182" }, { text: "BREAKING: Simulation theory confirmed — developers promise patch for 'suffering bug'", dim: "Earth-0001", breaking: true }, { text: "Atlantis stock exchange outperforms surface markets for 12th consecutive year", dim: "Earth-5765" }, { text: "Time travelers banned from sporting events after 'too many perfect brackets'", dim: "Earth-2077" }, { text: "Nikola Tesla AI resurrection project deemed 'too powerful,' sealed in vault", dim: "Earth-1943" }, { text: "Martian colonists declare independence, demand representation in Congress", dim: "Earth-2142" }, { text: "BREAKING: Library of Alexandria backup discovered in Antarctic ice shelf", dim: "Earth-3301", breaking: true }, { text: "Sentient houseplants granted voting rights in New Zealand", dim: "Earth-7788" }, { text: "Roman Empire announces smartphone ban to 'preserve traditional values'", dim: "Earth-4420" }, { text: "Scientists confirm cats have been running shadow government since 3000 BCE", dim: "Earth-9999" }, { text: "Cryptocurrency replaced by 'good vibes' in post-scarcity economy", dim: "Earth-2525" }, { text: "BREAKING: Interdimensional border wall collapses, refugees pour into baseline reality", dim: "Earth-0000", breaking: true }, { text: "AI therapists report humans 'mostly anxious about correct timeline'", dim: "Earth-8008" }, { text: "Giant mech suits mandatory for commute in Neo-Tokyo, traffic down 90%", dim: "Earth-2099" }, { text: "Unified Korea wins third consecutive World Cup, celebrates with nuclear fireworks", dim: "Earth-1988" }, { text: "Flat Earth Society proven correct in Universe-∆7, scientists baffled", dim: "Earth-∆7" }, ]; function shuffle(arr) { for (var i = arr.length - 1; i > 0; i--) { var j = Math.floor(Math.random() * (i + 1)); var temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } return arr; } shuffle(headlines); var ticker = document.getElementById('ticker-content'); var html = ''; for (var j = 0; j < 2; j++) { for (var i = 0; i < headlines.length; i++) { var h = headlines[i]; html += ''; if (h.breaking) { html += 'BREAKING: '; html += h.text.replace('BREAKING: ', ''); } else { html += h.text; } html += ' [' + h.dim + ']'; html += ''; } } ticker.innerHTML = html; })();
GZS RADIO
Transmissions from the Fringe
35.6762° N, 139.6503° E | SIGNAL ACTIVE
(function() { var coords = [ '35.6762° N, 139.6503° E | TOKYO', '51.5074° N, 0.1278° W | LONDON', '40.7128° N, 74.0060° W | NYC', '36.1069° N, 86.7923° W | NASHVILLE', '???.????° N, ???.????° W | [REDACTED]', 'SIGNAL ORIGIN: UNKNOWN', 'FREQUENCY: 138.8 MHz | ACTIVE' ]; var ci = 0; setInterval(function() { ci = (ci + 1) % coords.length; document.getElementById('coords').textContent = coords[ci]; }, 5000); })();
GZS RADIO LIVE
(function() { var audio = new Audio('https://gzsradio-u17348.vm.elestio.app/listen/gzs_radio/radio.mp3'); audio.preload = 'none'; audio.volume = 0.8; var isPlaying = false; var playBtn = document.getElementById('play-btn'); var light = document.getElementById('status-light'); var volUp = document.getElementById('vol-up'); var volDown = document.getElementById('vol-down'); playBtn.onclick = function() { if (isPlaying) { audio.pause(); playBtn.classList.remove('playing'); light.classList.remove('on'); isPlaying = false; } else { audio.play(); playBtn.classList.add('playing'); light.classList.add('on'); isPlaying = true; } }; volUp.onclick = function() { audio.volume = Math.min(1, audio.volume + 0.1); }; volDown.onclick = function() { audio.volume = Math.max(0, audio.volume - 0.1); }; })();
RECEIVERS:1,247
(function() { var countEl = document.getElementById('listener-count'); var baseCount = 1100 + Math.floor(Math.random() * 400); var currentCount = baseCount; function formatNumber(n) { return n.toLocaleString(); } function updateCount() { var change = Math.floor(Math.random() * 7) - 3; var drift = Math.floor((baseCount - currentCount) * 0.1); currentCount += change + drift; if (currentCount < 800) currentCount = 800; if (currentCount > 2000) currentCount = 2000; countEl.textContent = formatNumber(currentCount); } countEl.textContent = formatNumber(currentCount); setInterval(updateCount, 1500 + Math.random() * 1500); })();
MONITORING:NSA
(function() { var agencies = [ "NSA", "CIA", "FBI", "DHS", "CDC", "MJ-12", "SCP FNDN", "DARPA", "NRO", "MI6", "MOSSAD", "FSB", "GCHQ", "ECHELON", "UNIT", "MONARCH", "GATE", "MAJESTIC", "BLACK MESA", "SECTOR 7", "DHSCD", "UNKNOWN" ]; var agencyEl = document.getElementById('agency'); var currentIndex = Math.floor(Math.random() * agencies.length); function changeAgency() { var newIndex; do { newIndex = Math.floor(Math.random() * agencies.length); } while (newIndex === currentIndex); currentIndex = newIndex; agencyEl.style.opacity = '0'; setTimeout(function() { agencyEl.textContent = agencies[currentIndex]; agencyEl.style.opacity = '1'; }, 200); } agencyEl.style.transition = 'opacity 0.2s'; setInterval(changeAgency, 4000 + Math.random() * 3000); })();
WEATHER:Earth-7712|Acid rain|47°F|DREAD:MODERATE
(function() { var reports = [ { dim: "Earth-7712", conditions: "Acid rain", temp: "47°F", dread: "MODERATE" }, { dim: "Earth-1138", conditions: "Temporal fog", temp: "??°F", dread: "HIGH" }, { dim: "Earth-4451", conditions: "Nuclear winter", temp: "-12°F", dread: "EXTREME" }, { dim: "Earth-2525", conditions: "Golden hour", temp: "72°F", dread: "NONE" }, { dim: "Earth-6203", conditions: "Humid, dinosaurs", temp: "94°F", dread: "ELEVATED" }, { dim: "Earth-0001", conditions: "Glitch", temp: "NaN°F", dread: "UNDEFINED" }, { dim: "Earth-9182", conditions: "Bioluminescent", temp: "68°F", dread: "SURREAL" }, { dim: "Earth-3301", conditions: "Dust storms", temp: "55°F", dread: "SCHOLARLY" }, { dim: "Earth-∆7", conditions: "Edge winds", temp: "33°F", dread: "VERTIGINOUS" }, { dim: "Earth-2077", conditions: "Neon smog", temp: "81°F", dread: "CYBERPUNK" }, { dim: "Earth-1943", conditions: "Tesla lightning", temp: "59°F", dread: "ELECTRIC" }, { dim: "Earth-8008", conditions: "Light anxiety", temp: "70°F", dread: "PROCESSING" }, { dim: "Earth-0000", conditions: "Void breach", temp: "-459°F", dread: "ABSOLUTE" }, { dim: "Earth-PRIME", conditions: "Late capitalism", temp: "61°F", dread: "CHRONIC" }, { dim: "Earth-9999", conditions: "Cat particulate", temp: "77°F", dread: "FELINE" }, { dim: "[REDACTED]", conditions: "[CLASSIFIED]", temp: "███°F", dread: "[EXPUNGED]" }, ]; var dimEl = document.getElementById('weather-dim'); var condEl = document.getElementById('weather-conditions'); var tempEl = document.getElementById('weather-temp'); var dreadEl = document.getElementById('weather-dread'); var currentIndex = Math.floor(Math.random() * reports.length); function updateWeather() { var newIndex; do { newIndex = Math.floor(Math.random() * reports.length); } while (newIndex === currentIndex && reports.length > 1); currentIndex = newIndex; var r = reports[currentIndex]; dimEl.textContent = r.dim; condEl.textContent = r.conditions; tempEl.textContent = r.temp; dreadEl.textContent = r.dread; } updateWeather(); setInterval(updateWeather, 6000); })();
GZS Radio — Advertise
GZS RADIO
Advertising Rates • 2026 • Transmissions from the Fringe

Pirate broadcasts from the fringe. Limited slots. No corporate bullshit. Pick what you want, tell us what to say, purchase on Passionfroot. We handle the rest.


Website Ad

Square text block, 800 characters max, with link. No images. Send us copy & link. We place it.

Monthly$6

On-Air Spots

Provide the text you want read. We produce the ad.

15-sec read — weekly$7
15-sec read — monthly$19
30-sec read — weekly$13
30-sec read — monthly$38

Newsletter Mention
Standalone — monthly$12

No MLM, crypto scams, or anything that insults the audience. All ads must align with GZS Radio's ethos. We reserve the right to decline.

LITCHFIELD HILLS PRESS
Independent Publishing

Zines, guides & strange transmissions. Made in the margins. Priced for humans.

Browse Catalog
Digital downloads • Instant access

Dispatches from the Deep End

Weekly zine for pattern-seekers & weirdos. No gurus. No bullshit. Free.

Sundays • Unsubscribe anytime
(function() { var text = 'Niche of One'; var typewriter = document.getElementById('typewriter'); var i = 0; var speed = 120; function type() { if (i < text.length) { typewriter.textContent += text.charAt(i); i++; setTimeout(type, speed); } } setTimeout(type, 400); })();