von Bulli » Di 28 Nov, 2000 23:44 
			
			Hi Ihr!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
<SCRIPT language=3DJavaScript>
<!--
function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var =
i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=
=3Dfalse;
  if (document.MM_Time =3D=3D null) MM_initTimelines(); //if *very* 1st =
time
  tmLn =3D document.MM_Time[tmLnName];
  if (myID =3D=3D null) { myID =3D ++tmLn.ID; firstTime=3Dtrue;}//if new =
call, incr ID
  if (myID =3D=3D tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew =3D ++tmLn.curFrame;
    for (i=3D0; i<tmLn.length; i++) {
      sprite =3D tmLn[i];
      if (sprite.charAt(0) =3D=3D 's') {
        if (sprite.obj) {
          numKeyFr =3D sprite.keyFrames.length; firstKeyFr =3D =
sprite.keyFrames[0];
          if (fNew >=3D firstKeyFr && fNew <=3D =
sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=3D1;
            for (j=3D0; j<sprite.values.length; j++) {
              props =3D sprite.values[j];=20
              if (numKeyFr !=3D props.length) {
                if (props.prop2 =3D=3D null) sprite.obj[props.prop] =3D =
props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] =3D =
props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && =
fNew>=3Dsprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew=3D=3Dsprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 =3D=3D null) sprite.obj[props.prop] =
=3D props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] =3D =
props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=3D=3D'b' && fNew =3D=3D sprite.frame) =
eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID =3D 0;
  } }
}
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var =
i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj=
;
  if (document.MM_Time =3D=3D null) MM_initTimelines(); //if *very* 1st =
time
  tmLn =3D document.MM_Time[tmLnName];
  if (numGotos !=3D null)
    if (tmLn.gotoCount =3D=3D null) tmLn.gotoCount =3D 1;
    else if (tmLn.gotoCount++ >=3D numGotos) {tmLn.gotoCount=3D0; =
return}
  jmpFwd =3D (fNew > tmLn.curFrame);
  for (i =3D 0; i < tmLn.length; i++) {
    sprite =3D (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count =
bkwds if jumping back
    if (sprite.charAt(0) =3D=3D "s") {
      numKeyFr =3D sprite.keyFrames.length;
      firstKeyFr =3D sprite.keyFrames[0];
      lastKeyFr =3D sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) =
continue; //skip if untouchd
      for (keyFrm=3D1; keyFrm<numKeyFr && =
fNew>=3Dsprite.keyFrames[keyFrm]; keyFrm++);
      for (j=3D0; j<sprite.values.length; j++) {
        props =3D sprite.values[j];
        if (numKeyFr =3D=3D props.length) propNum =3D keyFrm-1 =
//keyframes only
        else propNum =3D =
Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal =
range
        if (sprite.obj !=3D null) {
          if (props.prop2 =3D=3D null) sprite.obj[props.prop] =3D =
props[propNum];
          else        sprite.obj[props.prop2][props.prop] =3D =
props[propNum];
      } }
    } else if (sprite.charAt(0)=3D=3D'b' && fNew =3D=3D sprite.frame) =
eval(sprite.value);
  }
  tmLn.curFrame =3D fNew;
  if (tmLn.ID =3D=3D 0) eval('MM_timelinePlay(tmLnName)');
}
function MM_initTimelines() {
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights =
reserved.
    var ns =3D navigator.appName =3D=3D "Netscape";
    document.MM_Time =3D new Array(2);
    document.MM_Time[0] =3D new Array(3);
    document.MM_Time["Timeline1"] =3D document.MM_Time[0];
    document.MM_Time[0].MM_Name =3D "Timeline1";
    document.MM_Time[0].fps =3D 15;
    document.MM_Time[0][0] =3D new String("sprite");
    document.MM_Time[0][0].slot =3D 1;
    if (ns)
        document.MM_Time[0][0].obj =3D document["Layer1"];
    else
        document.MM_Time[0][0].obj =3D document.all ? =
document.all["Layer1"] : null;
    document.MM_Time[0][0].keyFrames =3D new Array(1, 40);
    document.MM_Time[0][0].values =3D new Array(2);
    document.MM_Time[0][0].values[0] =3D new =
Array(126,136,146,155,165,175,185,195,204,214,224,234,244,253,263,273,283=
,293,302,312,322,332,341,351,361,371,381,390,400,410,420,430,439,449,459,=
469,479,488,498,508);
    document.MM_Time[0][0].values[0].prop =3D "left";
    document.MM_Time[0][0].values[1] =3D new =
Array(36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,35,35,3=
5,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35);
    document.MM_Time[0][0].values[1].prop =3D "top";
    if (!ns) {
        document.MM_Time[0][0].values[0].prop2 =3D "style";
        document.MM_Time[0][0].values[1].prop2 =3D "style";
    }
    document.MM_Time[0][1] =3D new String("sprite");
    document.MM_Time[0][1].slot =3D 1;
    if (ns)
        document.MM_Time[0][1].obj =3D document["Layer1"];
    else
        document.MM_Time[0][1].obj =3D document.all ? =
document.all["Layer1"] : null;
    document.MM_Time[0][1].keyFrames =3D new Array(42, 81);
    document.MM_Time[0][1].values =3D new Array(2);
    document.MM_Time[0][1].values[0] =3D new =
Array(506,496,486,476,466,456,446,436,426,416,405,395,385,375,365,355,345=
,335,325,315,305,295,285,275,265,255,245,235,225,215,204,194,184,174,164,=
154,144,134,124,114);
    document.MM_Time[0][1].values[0].prop =3D "left";
    document.MM_Time[0][1].values[1] =3D new =
Array(36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,37,37,3=
7,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37);
    document.MM_Time[0][1].values[1].prop =3D "top";
    if (!ns) {
        document.MM_Time[0][1].values[0].prop2 =3D "style";
        document.MM_Time[0][1].values[1].prop2 =3D "style";
    }
    document.MM_Time[0][2] =3D new String("behavior");
    document.MM_Time[0][2].frame =3D 81;
    document.MM_Time[0][2].value =3D "MM_timelineGoto('Timeline1','1')";
    document.MM_Time[0].lastFrame =3D 81;
    document.MM_Time[1] =3D new Array(0);
    document.MM_Time["Timeline2"] =3D document.MM_Time[1];
    document.MM_Time[1].MM_Name =3D "Timeline2";
    document.MM_Time[1].fps =3D 15;
    document.MM_Time[1].lastFrame =3D 0;
    for (i=3D0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID =3D null;
        document.MM_Time[i].curFrame =3D 0;
        document.MM_Time[i].delay =3D 1000/document.MM_Time[i].fps;
    }
}
//-->
</SCRIPT>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=3D#000000 link=3D#ffff00 bgColor=3D#3366cc=20
onload=3D"MM_timelinePlay('Timeline1')">
Hi Ihr!
Also was ich da gelesen habe, das kann ich nur bejahen!!!
Wie schon gesagt.....alleine wegen dem guten Angebot und um Aon eines auszuwischen ist es wert zu INS zu gehen.
Und wie wir schon festgestellt haben, wollen wir ja einem so florierendem und fairem Unternehmen wie INS nicht schaden, indem wir das nicht von ungefähr berechnete Downloadvolumen überschreiten wollen...
Also, mein INS-Anschluss kann kommen....was ich heute gehoert habe freut mich wirklich sehr!!!
<DIV id=3DLayer1=20
style=3D"Z-INDEX: 1; LEFT: 126px; WIDTH: 263px; POSITION: absolute; TOP: =
36px; HEIGHT: 55px">
<H1>AON_SUXX</H1></DIV>
<DIV align=3Dcenter><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV align=3Dcenter><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV align=3Dleft><FONT face=3DArial =
size=3D2></FONT> </DIV></BODY>