if(!url.text) url.text = "Get ShrunkLink for this page";
document.write("<a target=\"_blank\" href=\"http://shrinkthislink.com/add?url="+escape(window.location)+"\" onclick=\"ShrinkThisPage(); return false;\">"+url.text+"</a>");
function ShrinkThisPage() {
  var address = "http://shrinkthislink.com/add?url=" + escape(window.location);
  var theOptions = "toolbar=false,location=false,directories=false,status=false,menubar=false,scrollbars=false,resizeable=true,width=485,height=250";
  theWin = window.open(address, "shrunklinkwin", theOptions);
}

