function click()  { if(event.button==2) { alert('Parts of EarningCharts.NET are not free. For 1.79 EUR 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 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 400 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, 164 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;}
         //Tag=(TeilDat[1]);
        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]);
        //alert (TeilDat[1];
        document.write(Tag+". "+Monat+" "+TeilDat[2]); }
        //document.write(NurDatum);}

/*hier beginnt der Code für FadenKreuz*/

var hairColor="lightsalmon";
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=2;
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("DiaLink0.htm","0Links","width=919,height=169,left=599,top=329,toolbar=no,scrollbars=no,hotkeys=yes,resizable=yes"); }

function FensterBox () { var FensterBox
FensterBox=window.open("0WerBox.htm","0Box","width=604,height=135,left=19,top=459,toolbar=no,scrollbars=no,menubar=no,personalbar=no,statusbar=no,hotkeys=no,resizable=no"); }

function FensterNemax () { var FensterNemax
FensterNemax=window.open("0Nemax.htm","Nem","width=919,height=999,left=589,top=449,toolbar=no,scrollbars=yes,hotkeys=yes,resizable=yes"); }

function GDPs () { var GDPFenster
GDPFenster=window.open("0BipGDPs.htm","GDPs","width=929,height=1999,left=99,top=99,toolbar=no,scrollbars=yes,hotkeys=yes,resizable=yes"); }

function DayT () { var DayTFenster
DayTFenster=window.open("0DayTrad.htm","DayT","width=369,height=245,left=329,top=341,toolbar=no,scrollbars=no,hotkeys=no,resizable=no"); }

function scrollit(seed) {
var m1 = " TopDownApproach to the Capital Markets ___ www.EarningCharts.NET ___ ";
var m2 = " Location: Before the Gate ___ ";
var m3 = " eMail: EarningCharts @ gMail.COM ___ ";
var m4 = " Stocks, Bonds, Commodities, Currencies ___ ScriptAuthor: George Chiang ___ ";
var msg=m1+m2+m3+m4; var out = " "; var c = 1;
if (seed > 100) { seed--; cmd="scrollit("+seed+")"; timerTwo=window.setTimeout(cmd,100); }
else if (seed <= 100 && seed > 0)
{ for (c=0 ; c < seed ; c++) { out+=" "; } out+=msg; seed--; window.status=out;
cmd="scrollit("+seed+")"; timerTwo=window.setTimeout(cmd,100); }
else if (seed <= 0)
{ if (-seed < msg.length) { out+=msg.substring(-seed,msg.length); seed--; window.status=out;
cmd="scrollit("+seed+")"; timerTwo=window.setTimeout(cmd,100); }
else { window.status=" "; timerTwo=window.setTimeout("scrollit(100)",75); } } }

/*window.onscroll=scrollit(100);*/

/*Blinken der StatusLeiste*/
var textBlink="eMail:___EarningCharts @ gMail.COM___bei___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"; }