// Site
$page = include ("http://babelfish.altavista.com/babelfish/urltrurl?lp=en_fr&url=http://najdes.host.sk/$address.php");
// Bad URL
$url = 'http://thesite.com/pigtails/dalink?lp=en_fr&url=';
// Good URL
$new_url = 'trans.php?address=';
//Replace bad with good
$output = str_replace($url, $new_url, $page);
// Print Page
print $output;