"; var datearray = new Array(); datearray = datepublished.split('/'); datepublished = datearray[2] + "/" + datearray[0] + "/" + datearray[1]; var posttitle = "It's a bird! It's a plane! It's a guy with a huge pole in his hands! "; var regex = new RegExp("[^a-zA-z0-9\\s\\-]", "g"); posttext = posttitle.replace(regex, ""); var regex2 = new RegExp("\\s", "g"); posttext = posttext.replace(regex2, "-"); posttext = posttext.toLowerCase(); var redirecturl = "http://www.anonymouscoworker.com/" + datepublished + "/" + posttext + "/"; window.location = redirecturl;



This is no longer the AnonymousCoworker blog!

You can find all of my new content at anonymouscoworker.com.