= 1 && directories[0] != "")
setProp6 = directories[0];
if (directories.length >= 2)
setProp7 = setProp6 + '/' + directories[1];
if (directories.length >= 3)
setProp8 = setProp7 + '/' + directories[2];
if (directories.length >= 4)
setProp9 = setProp8 + '/' + directories[3];
function setProps() {
setProp6 = "";
setProp7 = "";
setProp8 = "";
setProp9 = "";
if (paths.length >= 1 && paths[0] != "")
setProp6 = paths[0];
if (paths.length >= 2)
setProp7 = setProp6 + '/' + paths[1];
if (paths.length >= 3)
setProp8 = setProp7 + '/' + paths[2];
if (paths.length >= 4)
setProp9 = setProp8 + '/' + paths[3];
}
function trackData(evnt) {
s.linkTrackVars="events";
s.linkTrackEvents=evnt;
s.events=evnt;
s.tl(this,'o','AjaxCall');
}
/ remove the trailing slash and pagination (/all, or /2, for example)
/ from the ends of blog permalink urls for the omniture s.pageName param
function scrubStatsBlogPermalinkPageName() {
pathArray = window.location.pathname.split('/');
var lastPathElement;
do {
lastPathElement = pathArray.pop();
} while(!lastPathElement || lastPathElement.length == 0);
paginationFilter = /^([0-9]+|all)$/
if(!paginationFilter.test(lastPathElement)) {
pathArray.push(lastPathElement);
}
s.pageName = window.location.protocol + '/' + window.location.hostname + pathArray.join('/');
}
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant