(function() {try {if(localStorage['GOB_' + window.location.href] == 1) {return false;}} catch (e) {}var url = "http://dev.zachallia.com/goodorbad/",clicked = false,id = "tapulous",outer = document.createElement("div"),inner = document.createElement("div"),urle = function(str) { return escape(str).replace('+', '%2B').replace('%20', '+').replace('*', '%2A').replace('/', '%2F').replace('@', '%40'); }, question = document.createElement("div"),good = new Image(),bad = new Image(),style = document.getElementsByTagName("head")[0].appendChild(document.createElement("link")),didClick = function(e) {if(!clicked) {try {localStorage['GOB_' + window.location.href] = 1;} catch (e) {}clicked = true;(new Image()).src = url + "record/?u=" + id + "&t=" + urle(document.title) + "&a=" + e.target.title + "&r=" + parseInt(Math.random() * 100000);var anim = function anim() {anim.width -= 4;anim.opacity -= 6;outer.style.width = anim.width + "px";outer.style.opacity = anim.opacity / 100;if(anim.width > 0) {setTimeout(anim,13);} else {outer.style.display = "none";}};anim.width = outer.offsetWidth - 10;anim.opacity = 100;setTimeout(anim,600);}};style.setAttribute("rel", "stylesheet", 0);     style.setAttribute("type", "text/css", 0);     style.setAttribute("href", url + "style.css", 0); good.setAttribute("id","GOB_GoodButton");good.src = url + "good.png";good.title = "Yes";good.onclick = didClick;bad.setAttribute("id","GOB_BadButton");bad.src = url + "bad.png";bad.title = "No";bad.onclick = didClick;question.setAttribute("id","GOB_Question");question.innerHTML = "Do you like this page?";inner.setAttribute("id","GOB_Inner");inner.appendChild(question);inner.appendChild(good);inner.appendChild(bad);inner.onmouseover = function(e) {question.style.display = "block";};inner.onmouseout = function(e) {question.style.display = "none";};outer.appendChild(inner);outer.setAttribute("id","GOB_Outer");setTimeout(function() {document.body.appendChild(outer);},350);})();