// Replace sports with the topic of the page of your choice
var pathArray = window.location.pathname.split('/');
var topic = pathArray; //or use any string you want like: "sports"
// On 3rd visit to this topic tag user set
// Change to any number...