I have this page
<html>
<body>
<script>
document.domain = "yandex.ru";
</script>
<a href="/video">video</a>
</body>
</html>
Sadly, still have link in HTML like /video, instead of yandex.ru/video. P.S.: links are relative type and don't depends from myself. In certain cases (not all though) - they are incorparated in iframes.