
document.writeln('<div id="bottomBar" style="background: transparent url(\'http://serversiders.com/images/bottombar.png\') repeat-x scroll 0 0; position: fixed; bottom: 0; left: 0; height: 30px; width: 100%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: #fff; font-family: arial, helvetica, sans-serif; line-height: normal; z-index: 10000; text-align: left;">');
document.writeln('  <span style="margin: 8px 10px 0 0; float: right;">');

  document.writeln('    <a href="http://serversiders.com/carimbos.net" target="_top" style="text-decoration: none !important; color: #fff !important; font-size: 12px;">');
  document.writeln('        Carimbos.net is the 61423:th largest site');
  
    document.writeln('        within .NET');
  
  document.writeln('        and the 897312:th largest site in the world');
  document.writeln('    </a>');

document.writeln('  </span>');
document.writeln('</div>');

function addBottomDiv() {
  var space = document.createElement('div');
  space.style.background = "transparent";
  space.style.clear = "both";
  // space.style.height = "30px";
  space.style.height = "13px";
  document.getElementsByTagName("body")[0].appendChild(space);
}
var divAdded = 0;
if (document.addEventListener) {
  document.addEventListener("DOMContentLoaded", function() {
    divAdded = 1;
    addBottomDiv();
  }, false);
} else if (document.all && !window.opera) {
  document.write('<script type="text/javascript" id="contentloadtag" defer="defer" src="javascript:void(0)"></script>');
  var contentloadtag = document.getElementById("contentloadtag");
  contentloadtag.onreadystatechange = function() {
    if (this.readyState == "complete"){
      divAdded = 1;
      addBottomDiv();
    }
  }
}
window.onload = function() {
  setTimeout("if (!divAdded) addBottomDiv();", 0);
}

// leftbar coda.fm: http://coda.uservoice.com/pages/general/widgets/tab.js?alignment=left&amp;color=25a2cd
// bottom-bar: http://i-swim.appspot.com/
// bottom-bar: http://mikepence.wordpress.com/2009/05/03/reflections-on-3-years-or-so-as-an-independent-software-developer/
// bottom-bar: http://xlhit.wordpress.com/
