(function(){ url = window.location.href; test = /ReadArticle.asp/; if(url.search(test) >-1) { url = url.replace(test, 'Printable.asp'); window.location.href=url; } })();