Javascript text as promised:
function replaceAll(str,find,replace){return str.replace(new RegExp(find,'g'),replace);} var split=window.location.href.split('/');var pop=split.pop();var joined=split.join();var url=replaceAll(joined,',','/');
Javascript text as promised:
function replaceAll(str,find,replace){return str.replace(new RegExp(find,'g'),replace);} var split=window.location.href.split('/');var pop=split.pop();var joined=split.join();var url=replaceAll(joined,',','/');