Inherently Different

crack the code

UpthewaterfallWhen in doubt, do it yourself, I always say. My host won’t participate in my domain mapping scheme. Am I surprised? Not really, since they don’t want to do much of anything that I want to do. I wanted to make sure people who still had my old blog address (literalspace.net) to get here without much effort on their end. So, I wrote a simple java script that automatically shoots you over. Well, in theory it should. Really simple, though… I’m sure others have done it more eleganty, but I’m a writer not a grinder.

[SCRIPT language=”JavaScript”]
[!– Hide from old browsers
window.location.replace(“your.url.goes.here”);
// Stop hiding –]
[/SCRIPT]

I placed this in the head tag (replacing ALL the brackets “[ ]” with carats “< >”