animInit_TheRealMoneyEffect1 = "";
animControlName_TheRealMoneyEffect1 = "TheRealMoneyEffect1";
animCurrentFrame_TheRealMoneyEffect1 = 0;
animMaxNumFrames_TheRealMoneyEffect1 = 10;
var animFrameDelay_TheRealMoneyEffect1 = new Array(0, 5000, 4000, 3000, 4000, 4000, 3000, 4000, 3000, 3000, 15000);
animFadeDelay_TheRealMoneyEffect1 = .5; 
var animEffect1_TheRealMoneyEffect1 = new Array('Fade',   'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Appear');
var animEffect2_TheRealMoneyEffect1 = new Array('Appear', 'SlideDown', 'Appear', 'Appear', 'Appear', 'Appear', 'BlindDown', 'Grow', 'Appear', 'Appear', 'SlideDown');
var animContent_TheRealMoneyEffect1 = new Array('',
   '<STRONG><FONT face=impact color=#00ff33 size=6>Take Control of Your Life...</FONT></STRONG><br><br><STRONG><FONT face=impact color=#ff0066 size=6>Supercharge Your Online Business Today...</FONT></STRONG>',
   
'<FONT face=georgia color=#ff0066 size=5>Start With Instant Access To <strike>53</strike> 250 + Hand-Picked...</FONT>',
'<STRONG><FONT face=georgia color=#00ff33 size=7>High Quality...</FONT></STRONG>',
'<STRONG><FONT face=georgia color=#ff0066 size=6>e-Book, Software, Graphic, and Video Packages...</FONT></STRONG>',
'<STRONG><FONT face=georgia color=#00ff33 size=7>Complete With Resale Rights.</FONT></STRONG>',
'<STRONG><FONT face=georgia color=#00ff33><FONT color=#ff0066 size=7>"<u>Plus</u>"</FONT></FONT></STRONG>',
'<FONT face=georgia color=#00ff33 size=7><STRONG>Receive Every Product We Add For Life!</STRONG></FONT>',
'<STRONG><FONT face=verdana color=#ff0066 size=6>Put The Ultimate Tool Box To The Test Today...</FONT></STRONG>',
'<STRONG><FONT face=georgia size=7><FONT color=#ff0066>And Make</FONT> <FONT color=#00cc00>Financial Freedom a Reality!</FONT></FONT></STRONG>',
'<P><IMG height=175 alt="make money on the internet with the ultimate toolbox" src="http://www.therealmoney.com/images/myultimatefrontbox-1.jpg" width=157 align=left>    <FONT face=verdana size=4>Create The Lifestyle You Desire With Your Own Automated Online Business...<BR> <BR></FONT><FONT face=verdana size=4>   Be Open For Business 24-7-365 - Even While You Sleep...<BR></FONT><FONT face=verdana><FONT size=4><BR></FONT></FONT><FONT face=verdana><FONT size=4>   Build An Empire With Multiple Streams Of Income And <FONT color=#ff0066>Be Your Own Boss!</FONT></FONT></FONT></P>');

animIE_TheRealMoneyEffect1 = (Prototype.Browser.IE);
animLoop_TheRealMoneyEffect1 = true;
   
document.write ('<div style="text-align: center; width: 600px; height: 200px; clip: auto; overflow: hidden;"><span id="TheRealMoneyEffect1" ');
if (animInit_TheRealMoneyEffect1 != "")
   document.write (animInit_TheRealMoneyEffect1 + '="animCurrentFrame_TheRealMoneyEffect1=1; selectAnim_TheRealMoneyEffect1();">' + animContent_TheRealMoneyEffect1[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_TheRealMoneyEffect1 == "")
   selectAnim_TheRealMoneyEffect1();   
   
function selectAnim_TheRealMoneyEffect1() {
   if (animCurrentFrame_TheRealMoneyEffect1 < animMaxNumFrames_TheRealMoneyEffect1 || animLoop_TheRealMoneyEffect1) {
      var sEffect = animEffect1_TheRealMoneyEffect1[animCurrentFrame_TheRealMoneyEffect1];
      if (animIE_TheRealMoneyEffect1 && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_TheRealMoneyEffect1, {duration:animFadeDelay_TheRealMoneyEffect1});');
      animCurrentFrame_TheRealMoneyEffect1 += 1;
      if (animCurrentFrame_TheRealMoneyEffect1 > animMaxNumFrames_TheRealMoneyEffect1) animCurrentFrame_TheRealMoneyEffect1 = 1;
      window.setTimeout('changeAnim_TheRealMoneyEffect1()',animFadeDelay_TheRealMoneyEffect1 * 1000);
   }
}

function changeAnim_TheRealMoneyEffect1() {
   document.getElementById(animControlName_TheRealMoneyEffect1).innerHTML = animContent_TheRealMoneyEffect1[animCurrentFrame_TheRealMoneyEffect1];
   var sEffect = animEffect2_TheRealMoneyEffect1[animCurrentFrame_TheRealMoneyEffect1];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_TheRealMoneyEffect1, {duration:animFadeDelay_TheRealMoneyEffect1});');
   window.setTimeout('selectAnim_TheRealMoneyEffect1()',animFrameDelay_TheRealMoneyEffect1[animCurrentFrame_TheRealMoneyEffect1]);
}
