var oldLocation = location.href; var clean = oldLocation.split('.shtml'); var param = clean[0].replace(/http:\/\/\w.+\//, ""); var newLocation = clean[0].replace(/http:\/\/\w.+/, "http://www.atomic-eggs.com/cgi-bin/oldies.pl?file="+param); /************************ OLDIES UMLEITEN **************************/ if (!dc.getElementById) { self.location.href=newLocation; } /********************* ENDE OLDIES UMLEITEN ***********************/