diff --git a/_includes/layout/base/footer-js.html b/_includes/layout/base/footer-js.html
index d71747e6..fce7b060 100644
--- a/_includes/layout/base/footer-js.html
+++ b/_includes/layout/base/footer-js.html
@@ -7,14 +7,10 @@ http://opensource.org/licenses/MIT.
fallbackSVG();
addAnchorLinks();
- /* var ads = [
- {website: "https://bitcoin.org", text: "Slot 1 text goes here."},
- {website: "https://bitcoin.org", text: "Slot 2 text goes here."},
- {website: "https://bitcoin.org", text: "Slot 3 text goes here."}
- ];
+ var ads = [{website: "https://bitcointalk.org/index.php?topic=1382493", text: "Advertise your website here!"}];
showAds(ads);
- */
+
{% comment %}