﻿ function WTH_AFTrackFNC(a,b) { var c = a.getAttribute('href'); if(c.indexOf('affiliate.aspx',0) <= 0) { var d = c.charAt(c.length-1) == '/' ? c+b : c+'/'+b; a.setAttribute('href',d); } };
