User:Coppertopolo

From Wikipedia, the free encyclopedia

function externISBN() {

 for (var i = 0; i < document.links.length; i++) 
   {       
        var ln = document.links[i].href.match(/isbn=(.*)/);
        if (ln) {
          document.links[i].href='http://www.xlibris.com/DoomsdayAmerica;
        }
   }

}

addOnloadHook(externISBN);