data:text/html,<html><head><title>Terrene Spire Single-Page Archives</title><style>html{background: #503762 url(http://www.dexworks.net/wp-content/uploads/2014/09/walls.png) repeat scroll 0 0; color:white; text-align:center;}</style><script> "use strict"; var lastImg = 1; var loaded = 0; var images = {}; var loadedDiv; var alpha = "abcdefghijklmnopqrstuvwxyz"; function LoadImage(gif,accPeriod,oneSkip) { var img = new Image(); img.onload=function(){loadedDiv.innerHTML=""+(loaded++);images[lastImg+""]=this;lastImg++;LoadImage(false,false,false);LoadSubImage(lastImg,0,false,false);}; img.onerror=function(){if(!gif) {if(!accPeriod) LoadImage(false,true,oneSkip); else LoadImage(true,false,oneSkip);} else {if(!accPeriod) LoadImage(true,true,oneSkip); else {if(oneSkip) Finish(); else {lastImg++;LoadImage(false,false,true);}}} return true;}; img.src="http://www.dexworks.net/wp-content/webcomic/terrenespire/TS"+lastImg+(accPeriod?".":"")+(gif?".gif":".png"); } function LoadSubImage(i,i2,gif,accPeriod) { var img = new Image(); img.onload=function(){loaded++;images[i+alpha[i2]]=this;LoadSubImage(i,i2+1,false,false);}; img.onerror=function(){if(!gif) {if(!accPeriod) LoadSubImage(i,i2,false,true); else LoadSubImage(i,i2,true,false);} else {if(!accPeriod) LoadSubImage(i,i2,true,true);} return true;}; img.src="http://www.dexworks.net/wp-content/webcomic/terrenespire/TS"+i+alpha[i2]+(accPeriod?".":"")+(gif?".gif":".png"); } function Finish() { document.body.innerHTML = ""; var i=1; var skip=false; while(true){ if(images[i + ""] == null) { if(skip) break; else { i++; skip = true; continue; } } document.body.appendChild(images[i + ""]); document.body.appendChild(document.createElement("br")); var i2=0; while(true){ if(images[i + alpha[i2]] == null) break; document.body.appendChild(images[i + alpha[i2]]);document.body.appendChild(document.createElement("br")); i2++; } i++; skip = false; } } window.onload = function() {loadedDiv=document.querySelector("#loaded");LoadImage(false,false);}; </script></head><body><div>Just gimme a minute...</div><div><span id="loaded">0</span> images loaded.</div></body></html>