// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. // SECTION
108(a)(3)). var sWayBackCGI = "http://web.archive.org/web/20040205145515/"; function
xLateUrl(aCollection, sProp) { var i = 0; for(i = 0; i < aCollection.length; i++)
if (aCollection[i][sProp].indexOf("mailto:") == -1 && aCollection[i][sProp].indexOf("javascript:")
== -1) aCollection[i][sProp] = sWayBackCGI + aCollection[i][sProp]; } if (document.links)
xLateUrl(document.links, "href"); if (document.images) xLateUrl(document.images,
"src"); if (document.embeds) xLateUrl(document.embeds, "src"); if (document.body
&& document.body.background) document.body.background = sWayBackCGI + document.body.background;
//-->