animInit_trn = "";
animControlName_trn = "trn";
animCurrentFrame_trn = 0;
animMaxNumFrames_trn = 7;
var animFrameDelay_trn = new Array(0, 5000, 5000, 5000, 5000, 5000, 5000, 4000);
animFadeDelay_trn = .5; 
var animEffect1_trn = new Array('Fade',   'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade');
var animEffect2_trn = new Array('Appear', 'Appear', 'Appear', 'Appear', 'Appear', 'Appear', 'Appear', 'Appear');
var animContent_trn = new Array('',
   '<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=5  COLOR=#000000>  As <FONT COLOR=#cc0000>Incredible</FONT> As It May Sound, You Can <BR>  <U><I>Literally</I></U> <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Change Who You Are....</A>. <BR>  With Almost <FONT COLOR=#cc0000>No Effort</FONT> At All!  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=3  COLOR=#000000>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT>   <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950136">Dissolve Panic & Anxiety Now!</A>  <BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT>   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Be Healed Now!</A> <BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950135">Freedom From Depression Now!</A>  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=3  COLOR=#000000>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have  <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950138">Financial Abundance Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have  <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950169">Accelerated Sales Success Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have  <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950177">Unstoppable Motivation Now!</A>  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=3  COLOR=#000000>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT>   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Eat For Excellent Health Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> be  <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Smoke Free Now!</A>  <BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT>   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Love Exercising Now!</A>  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=3  COLOR=#000000>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=1950139">Real Self-Esteem Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Fearless Public Speaking Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have  <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Effective Time Management Now!</A>  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=3  COLOR=#000000>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Infinite Joy Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?Clk=2316180">Instant Inner Power Now!</A><BR><BR>  You <FONT COLOR=#cc0000><U><I>CAN</I></U></FONT> have   <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Supreme Confidence Now!</A>  </FONT></span>',
'<span style="font-weight: bold;">  <FONT FACE="Arial" SIZE=4  COLOR=#000000>  And Much, Much <FONT COLOR=#cc0000><U><I>More!</I></U></FONT>..... <BR><BR>  Find Out How....<BR><BR>  <A  HREF="http://www.thinkrightnow.com/cmd.asp?af=91890">Click Here Now!</A>  </FONT></span>');

animIE_trn = (Prototype.Browser.IE);
animLoop_trn = true;
   
document.write ('<div style="text-align: center; width: 490px; height: 120px; clip: auto; overflow: hidden;"><span id="trn" ');
if (animInit_trn != "")
   document.write (animInit_trn + '="animCurrentFrame_trn=1; selectAnim_trn();">' + animContent_trn[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_trn == "")
   selectAnim_trn();   
   
function selectAnim_trn() {
   if (animCurrentFrame_trn < animMaxNumFrames_trn || animLoop_trn) {
      var sEffect = animEffect1_trn[animCurrentFrame_trn];
      if (animIE_trn && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_trn, {duration:animFadeDelay_trn});');
      animCurrentFrame_trn += 1;
      if (animCurrentFrame_trn > animMaxNumFrames_trn) animCurrentFrame_trn = 1;
      window.setTimeout('changeAnim_trn()',animFadeDelay_trn * 1000);
   }
}

function changeAnim_trn() {
   document.getElementById(animControlName_trn).innerHTML = animContent_trn[animCurrentFrame_trn];
   var sEffect = animEffect2_trn[animCurrentFrame_trn];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_trn, {duration:animFadeDelay_trn});');
   window.setTimeout('selectAnim_trn()',animFrameDelay_trn[animCurrentFrame_trn]);
}

