diff --git a/app/listings/listings.jade b/app/listings/listings.jade
index ccbc73bd0..859ef2b9b 100755
--- a/app/listings/listings.jade
+++ b/app/listings/listings.jade
@@ -1,2 +1,13 @@
-
\ No newline at end of file
+
+
+script.
+ (function() {
+ var s = document.createElement("script");
+ s.type = "text/javascript";
+ s.async = true;
+ s.src = '//api.usersnap.com/load/'+
+ '3e7c8f0c-6cf6-41b6-9f2c-e8e4e60dfc59.js';
+ var x = document.getElementsByTagName('script')[0];
+ x.parentNode.insertBefore(s, x);
+ })();
diff --git a/app/my-dashboard/my-dashboard.jade b/app/my-dashboard/my-dashboard.jade
index 81ab325ba..18d25b980 100644
--- a/app/my-dashboard/my-dashboard.jade
+++ b/app/my-dashboard/my-dashboard.jade
@@ -12,14 +12,6 @@
.description Learn about Cognitive technologies and get hands on experience as a member of the Topcoder Cognitive Community.
a(href="https://cognitive.topcoder.com").cta.tc-btn-white.tc-btn-radius Learn More
-// .tco.tco17
-// .tc-banner-placeholder.predix
-// .subtitle Ready for the future? The Industrial Internet is here
-// .description Get hands-on with the Predix platform and the Industrial Internet
-// a(href="http://predix.topcoder.com/").cta.tc-btn-white.tc-btn-radius Learn More
-
- //- .ttl
- //- tc-banner(theme="black", banner-name="ttl")
.tco.tco17
.tc-banner-placeholder.black.bg-image
.title 2017 Topcoder Open
@@ -32,3 +24,4 @@
.programs(id="community", ui-view="programs")
.community-updates(ui-view="community-updates")
+