if ( !(new String).endsWith ){
	String.prototype.endsWith = function(str,i){ i=(i)?'gi':'g';var re=new RegExp(str+'$',i);return (this.normalize().match(re)) ? true : false ; };
}

var showSocialBookmarks = ((!document.location.href.toLowerCase().endsWith("home.aspx")) && (!document.location.href.toLowerCase().endsWith("default.aspx")) && (document.location.href.toLowerCase() !="http://www.erikvanballegoij.com/")) ;

var divSocialBookmarks = document.getElementById('divSocialBookmarks');
if (showSocialBookmarks){
  divSocialBookmarks.style.display = ''
}
else {
  divSocialBookmarks.style.display = 'none'
}
