animInit_pitindext = "";
animControlName_pitindext = "pitindext";
animCurrentFrame_pitindext = 0;
animMaxNumFrames_pitindext = 2;
var animFrameDelay_pitindext = new Array(0, 4500, 5000);
animFadeDelay_pitindext = .5; 
var animEffect1_pitindext = new Array('Fade',   'Fade', 'Fade');
var animEffect2_pitindext = new Array('Appear', 'Appear', 'Appear');
var animContent_pitindext = new Array('',
   '<h1  style="text-align: center; color: rgb(204, 0, 0); font-family: Verdana;">"Do  You  Want To Be In The Top 10%</h1>  <h1  style="text-align: center; color: rgb(204, 0, 0); font-family: Verdana;">of  Individual Traders,</h1>  <h1  style="text-align: center; color: rgb(204, 0, 0); font-family: Verdana;">The  Ones  That Are Making <br>  </h1>  <h1 style="text-align: center; color: rgb(204, 0, 0);font-family: Verdana;">A Very  Nice Living From Trading?" </h1>  </div>',
'<div style="text-align: center;">  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);">Read  on to discover </span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);"></span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);">several  truths about trading </span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);"></span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);">that  can change your  future </span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);"></span></font></h1>  <h1><font size="+3"><span  style="font-family: Verdana; font-weight: bold; color: rgb(0, 0, 153);">as  a trader <span style="font-style: italic;">dramatically</span>...</span></font></h1>  </div>');

animIE_pitindext = (Prototype.Browser.IE);
animLoop_pitindext = true;
   
document.write ('<div style="text-align: center; width: 700px; height: 250px; clip: auto; overflow: hidden;"><span id="pitindext" ');
if (animInit_pitindext != "")
   document.write (animInit_pitindext + '="animCurrentFrame_pitindext=1; selectAnim_pitindext();">' + animContent_pitindext[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_pitindext == "")
   selectAnim_pitindext();   
   
function selectAnim_pitindext() {
   if (animCurrentFrame_pitindext < animMaxNumFrames_pitindext || animLoop_pitindext) {
      var sEffect = animEffect1_pitindext[animCurrentFrame_pitindext];
      if (animIE_pitindext && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_pitindext, {duration:animFadeDelay_pitindext});');
      animCurrentFrame_pitindext += 1;
      if (animCurrentFrame_pitindext > animMaxNumFrames_pitindext) animCurrentFrame_pitindext = 1;
      window.setTimeout('changeAnim_pitindext()',animFadeDelay_pitindext * 1000);
   }
}

function changeAnim_pitindext() {
   document.getElementById(animControlName_pitindext).innerHTML = animContent_pitindext[animCurrentFrame_pitindext];
   var sEffect = animEffect2_pitindext[animCurrentFrame_pitindext];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_pitindext, {duration:animFadeDelay_pitindext});');
   window.setTimeout('selectAnim_pitindext()',animFrameDelay_pitindext[animCurrentFrame_pitindext]);
}
