В head
Code
<script type="text/javascript">
$(document).ready(function(){
$("a[@href^=http:]").each(function(){
if(this.host!="cool-team.moy.su"){$(this).attr("target","_blank").attr("onclick",function(){return 'window.open("/away.htm?'+this.href+'");return false;'});}
})});
</script>
создаём файл away.htm и кидаем туда код:
Code
<html>
<head></head>
<body>
<script type="text/javascript">
url=self.location.search;
if (url.charAt(0)=='?') {
location.href="/away.htm";
} else {
url=document.referrer;
url=url.substring(url.indexOf('?')+1, url.length);
document.write('<iframe src='+url+' frameborder="0" width="100%" height="100%" style="margin:0;"></iframe>')
}
</script>
</body>
</html>
cool-team.moy.su- заменяем на свой сайт! Заливаем се в файловый менеджер.
Теперь при других ссылках у вас будет не адрес сайта, а site.ru/away.htm