Bluesky1912: (JAVASCRIPT) wird von suchmaschine mit "gespidert" warum?

Hi kann mir jemand helfen,jede Suchmaschine nimmt folgendes Script mit auf,wie kann man das verhindern?

<SCRIPT LANGUAGE="JavaScript">
<!--
var browserok = false;
if( parseInt( navigator.appVersion ) >= 3 && navigator.appName == "Netscape") { browserok = true; }
if( parseInt( navigator.appVersion ) >= 4 && navigator.appName == "Microsoft Internet Explorer") { browserok = true; }
function vs_ein(nam,bild,besch) {if (browserok) {document.images[nam].src = bild; window.status=besch;}}
function vs_aus(nam,bild) {if (browserok) {document.images[nam].src = bild; window.status='';}}
function vs_chbld(nam,bild,fra) {parent.frames[fra].document.images[nam].src = bild;}
function vs_bgf(f) {window.document.bgColor=(f);}
function vs_txf(f) {window.document.fgColor=(f);}
function vs_lf(f) {window.document.linkColor=(f);}
function vs_alf(f) {window.document.alinkColor=(f);}
function vs_vlf(f) {window.document.vlinkColor=(f);}
function vs_sttx(f) {window.status=(f);}
function vs_openbr(openbrse, openbrna, openbrop) {window.open(openbrse, openbrna, openbrop )}
function vs_multilink(URL1,F1,OP1,URL2,F2,OP2,URL3,F3,OP3)
{URL=new Array(); F=new Array(); OP=new Array(); URL[1] = URL1; URL[2] = URL2; URL[3] = URL3; F[1] = F1; F[2] = F2; F[3] = F3; OP[1] = OP1; OP[2] = OP2; OP[3] = OP3;
for(i=1;i<=3;i++){if(URL[i] != "") {
  if(F[i] == "_blank") {window.open(URL[i])}
  else{ if(F[i] == "_self") {location.href=URL[i];}
      else{ if(F[i] == "_top") {top.location.href=URL[i];}
   else{ if(OP[i] != "") {vs_openbr(URL[i], F[i], OP[i])}
    else{ parent.frames[F[i]].location.href=URL[i];}}}}}}}

function vs_sound(vs_start_stop,_sndObj) {
var sndObj = eval( _sndObj );
if(sndObj != null){
if(vs_start_stop=='stop'){sndObj.stop();}
else {
if (navigator.appName == 'Netscape' ) {sndObj.play();}
else {
if (document.MM_WMP_DETECTED == null) {
document.MM_WMP_DETECTED = false;
var i;
for( i in sndObj )if ( i == "ActiveMovie" ){
document.MM_WMP_DETECTED = true; break;}
}
if (document.MM_WMP_DETECTED)
sndObj.play();
else if ( sndObj.FileName )
sndObj.run();}}}}
//-->
</SCRIPT>

  1. auch hi

    eine sichere loesung gibts natuerlich nicht, aber die meisten suchmaschinen sollten sich an

    <meta name="robots" content="noindex">

    (< /selfhtml/tcbc.htm#a4>)

    halten.

    cua

    n.d.p.