function click()  { if(event.button==2) { alert('Parts of EarningCharts.NET are not free. For 1.79 Euro one can surf for eight hours through the discussion of 150 US- and 130 european large caps (daily candle sticks, rating, fundamental analysis) and of the 80 largest stocks of the german TechMarket, 4 US-sectors, the daily candle stick analysis of the NASDAQ- plus TechIndices, and the currency- and yield markets. The first 5 Euro are free. The credit card numbers are submitted to FirstGate Click & Buy.') } }
document.onmousedown=click ;

window.defaultStatus = "EarningCharts.NET      EarningCharts @ gMail.COM";

// Script von A. Reinicke - www.pr-reinicke.de
function TxtSonde() { Text.filters.revealTrans.Apply();
Text.innerText = "Our ,Wall Street probe' shows daily candles for the Wilshire Equ., the PSE Hightech- und the NASDAQ-indices. Plus those of 300 american and european large caps.";
Text.filters.revealTrans.Play(); }

function TxtRanking() { Text.filters.revealTrans.Apply();
Text.innerText = "Never again the wrong stocks: Our comme nted rating between - 20 und + 20 for 380 stocks sorts out most of them. Don't buy below +15, don't short above - 15 !";
Text.filters.revealTrans.Play(); }

function TxtKostenD() { TextKo.filters.revealTrans.Apply();
TextKo.innerText = "EarningCharts.NET ist teilweise gebührenpflichtig. Für 1,79 EUR kann man 8 Stunden durch die tägliche Darstellung der etwa 80 wichtigsten Aktien des TecDAX, 27 DAX-Aktien, 150 US- und 150 EU-LargeCaps (TagesCandle, Rating, GewinnAnalysen), 4 US-Branchen, die tägliche CandleStick Analyse der Tech- plus NASDAQ-Indizes und der Devisen- und Zinsmärkte blättern. Die ersten 5 EUR werden nicht berechnet. Die Abrechnung übernimmt FirstGate.";
TextKo.filters.revealTrans.Play(); }

function TxtKostenE() { TextKo.filters.revealTrans.Apply();
TextKo.innerText = "Parts of EarningCharts.NET are not free. For 1.79 Euro one can surf for eight hours through the discussion of 164 US- and 150 european large caps (daily candle sticks, rating, fundamental analysis) and of the 100 largest stocks of the german TechMarket, 4 US-sectors, the daily candle stick analysis of the NASDAQ- plus TechIndices, and the currency- and yield markets. The first 5 Euro are free. The credit card numbers are submitted to FirstGate Click & Buy.";
TextKo.filters.revealTrans.Play(); }

function GDPnDEUJ() { Grafik.filters.revealTrans.Apply();
Grafik.src = "GDPnDEUJ.png";
Grafik.filters.revealTrans.Play(); }

function GDPrDEUJ() { Grafik.filters.revealTrans.Apply();
Grafik.src = "GDPrDEUJ.png";
Grafik.filters.revealTrans.Play(); }                                                                                                                                                                function init() { if(parent != null && parent != self)
                { var host=parent.location.hostname;
                  if (host != "www.earningcharts.net")
                { top.location.href=self.location.href; } } }

if(top.frames.length > 0) top.location.href=self.location;

function LetzAend(){
        Datum = document.lastModified; NurDatum = Datum.substr(0,10);
        TeilDat = NurDatum.split("/");//Zahl = TeilDat.length
        switch(TeilDat[0]){
         case "01":Monat="Jan";break;
         case "02":Monat="Feb";break;
         case "03":Monat="Mar";break;
         case "04":Monat="Apr";break;
         case "05":Monat="May";break;
         case "06":Monat="Jun";break;
         case "07":Monat="Jul";break;
         case "08":Monat="Aug";break;
         case "09":Monat="Sep";break;
         case "10":Monat="Oct";break;
         case "11":Monat="Nov";break;
         case "12":Monat="Dec";break;}
        if((TeilDat[1])=="01")Tag="1";
        else if ((TeilDat[1])=="02")Tag="2";
        else if ((TeilDat[1])=="03")Tag="3";
        else if ((TeilDat[1])=="04")Tag="4";
        else if ((TeilDat[1])=="05")Tag="5";
        else if ((TeilDat[1])=="06")Tag="6";
        else if ((TeilDat[1])=="07")Tag="7";
        else if ((TeilDat[1])=="08")Tag="8";
        else if ((TeilDat[1])=="09")Tag="9";
        else Tag=(TeilDat[1]);
        document.write(Tag+". "+Monat+" "+TeilDat[2]); }
        //document.write(NurDatum);}

/*hier beginnt der Code für FadenKreuz*/

var hairColor="red";
function followMouse(e){
if(e!=null){
            hHair.style.top=e.pageY+2
            hHair.style.left=pageXOffset
            vHair.style.top=pageYOffset
            vHair.style.left=e.pageX+2
            }else{
            hHair.style.top=document.body.scrollTop+event.clientY
            hHair.style.left=document.body.scrollLeft
            vHair.style.top=document.body.scrollTop
            maxLeft=document.body.clientWidth+document.body.scrollLeft;
            if(event.clientX>maxLeft) vHair.style.left=maxLeft
            else vHair.style.left=document.body.scrollLeft+event.clientX
            }
      hHair.clip.width=window.innerWidth?innerWidth:document.body.clientWidth;                               vHair.clip.height=window.innerHeight?innerHeight:document.body.clientHeight;
      hHair.style.visibility='visible';
      vHair.style.visibility='visible';
      }

function makeDiv(){
if(document.layers){
        newDiv=new Layer(0);
        newDiv.style=newDiv;
        }else if(document.body.appendChild){
              newDiv=document.createElement('div');
              newDiv.style.position='absolute';
              newDiv.style.visibility='hidden';
              document.body.appendChild(newDiv);
        }else if(document.all){
              thisID="div"+Math.floor(Math.random()*100000);
              document.all(document.all.length-1).innerHTML+='<div id='+thisID+
              ' style="postion:absolut;visibility:hidden;"></div><span></span>';
              newDiv=document.all(thisID);
        }
   if(!newDiv.clip)newDiv.clip=newDiv.style;
   return newDiv;
}

function divColor(div,color){
if(document.layers) div.bgColor=color;
else div.style.backgroundColor=color; }

function crossHairs(){
hHair=makeDiv();
vHair=makeDiv();
divColor(hHair,hairColor);
divColor(vHair,hairColor);
hHair.style.fontSize="1px";
vHair.style.fontSize="1px";
hHair.clip.height=1;
vHair.clip.width=1;
if(document.layers)
  {window.captureEvents(Event.MOUSEMOVE);window.onmousemove=followMouse;}
else document.onmousemove=followMouse;

window.onscroll=followMouse;}

/*window.onload=crossHairs;*/

function FensterLinks () { var FensterLinks
FensterLinks=window.open("DiaLinks.htm","Links","width=919,height=161,left=599,top=329,toolbar=no,scrollbars=no,hotkeys=yes,resizable=yes"); }

window.onload=FensterLinks;

/*Scrollen der StatusLeiste*/
var curm = 0; var y = 0; var count = 0; var mes = new Array();
mes[0] = "location: Behind the Gate ___ www.EarningCharts.NET ___ EarningCharts @ gMail.COM ___";
mes[1] = "___ daily charts ___ comments daily, weekly, monthly, quarterly and successively ___";
mes[2] = "scrollScript M. Mailer ___ www.WebAid.de/js ___ eMail mm@WebAid.de ___";
var temp = "";
function typew() { y = y + 1 , check()
window.status = mes[curm].substring(0, y)
if(y == mes[curm].length + 5) { curm = curm + 1 , y = 0 }
if(curm > 2) { curm = 0 }
count = setTimeout("typew()", 150) }
function check() { if(y <= mes[curm].length)
{ if(mes[curm].substring(y, y + 1) == "")
{ y = y + 1 , check() }  }  }

/*window.onload=typew();*/

/*Blinken der StatusLeiste*/
var textBlink="eMail:___EarningCharts @ gMail.COM___@___EarningCharts.NET";
var pulsi=2999; var vis=0;
function statBlink() {if (vis == 0) {window.status=textBlink;vis=1;} else {
window.status="TopDownApproach to the Capital Markets _ Stoxx - Bonds - Currencies - Commodities _ fundamentally - quantitatively - technically with CandleSticks";vis=0;}
setTimeout('statBlink()',pulsi);}

function Sprung(SM) { var SM ; location.href=SM ; }

function NeuImWXLtw () { window.document.images[0].src="stxNeuMw.png"; }
function NeuImWXLwt () { window.document.images[0].src="stxNeuMt.png"; }

function NuoImWXLtw () { window.document.images[0].src="stxNuoMw.png"; }
function NuoImWXLwt () { window.document.images[0].src="stxNuoMt.png"; }

function WSWImWXLtp () { window.document.images[0].src="http://www.EarningCharts.NET/stxUSAp.png"; }
function WSWImWXLpt () { window.document.images[0].src="stxkUSin.png"; }

function IndiaImWXLtw () { window.document.images[0].src="http://www.EarningCharts.NET/stxBombW.png"; }
function IndiaImWXLwt () { window.document.images[0].src="http://www.EarningCharts.NET/stxBombT.png"; }

function USDImWXLtp () { window.document.images[0].src="http://www.EarningCharts.NET/USDtEYFP.png"; }
function USDImWXLpt () { window.document.images[0].src="http://www.EarningCharts.NET/USDpEYFP.png"; }

function ChiImWXLtp () { window.document.images[0].src="http://www.EarningCharts.NET/stxChinP.png"; }
function ChiImWXLpt () { window.document.images[0].src="http://www.EarningCharts.NET/stxChinT.png"; }

function IndImWXLtp () { window.document.images[0].src="http://www.EarningCharts.NET/stxBombP.png"; }
function IndImWXLpt () { window.document.images[0].src="http://www.EarningCharts.NET/stxBombT.png"; }

function BonddWXLwp () { window.document.images[0].src="http://www.EarningCharts.NET/BonddRen.png"; }
function BonddWXLpw () { window.document.images[0].src="http://www.EarningCharts.NET/BonddReP.png"; }