I’ve imported all posts/comments to my domain hosted blog (including
full archives) and updated/fixed links and images for every post. Soon
I will be implementing the code to redirect each McSAnimations Log post
to the corresponding post on Breakaway.
The transition over the next couple days should go smoothly, but if
you run across any bad links or redirecting bugs, let me know. Also,
any bookmarks, rss feeds, or links... Read More...
\n');
}
// SEO fix thanks to Hambon
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var pairDelimiter = "&";
var pairSeparator = "=";
var joomlaComName = "option,com_expose";
if (query == "") {
query = window.location.pathname.substring(1);
var joomlaIsSEO = query.indexOf(joomlaComName);
if (joomlaIsSEO != -1) {
pairDelimiter = "/";
pairSeparator = ",";
}
}
var vars = query.split(pairDelimiter);
for (var i=0;i