animInit_makebucks = "";
animControlName_makebucks = "makebucks";
animCurrentFrame_makebucks = 0;
animMaxNumFrames_makebucks = 3;
var animFrameDelay_makebucks = new Array(0, 5000, 5000, 1000);
animFadeDelay_makebucks = .5; 
var animEffect1_makebucks = new Array('Fade',   'Shake', 'Pulsate', 'Appear');
var animEffect2_makebucks = new Array('Appear', 'Appear', 'Appear', 'Appear');
var animContent_makebucks = new Array('',
   '<a href="http://www.Affiliate-Projects.com/WebEffects"><img   style="border: 0px solid ; width: 164px; height: 250px;"   alt="Make Bucks Image" src="images/makebucks.jpg"   hspace="0" vspace="10"></a><span   style="font-family: Verdana; color: rgb(255, 0, 0);"><br>  Hey, Webmaster!</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">Want  to increase</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">the  earnings from</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">your  website with</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">an  easy to use and</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">inexpensive  tool?</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">Click  the dollars to</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">learn  more about:</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <big><span   style="font-weight: bold; font-family: Verdana; color: rgb(0, 102, 0);">PowerEffects</span></big><span   style="font-family: Verdana; color: rgb(255, 0, 0);"> </span>',
'<a href="http://www.Affiliate-Projects.com/WebEffects"><img   style="border: 0px solid ; width: 164px; height: 250px;"   alt="Make Bucks Image" src="images/makebucks.jpg"   hspace="0" vspace="10"></a><span   style="font-family: Verdana; color: rgb(255, 0, 0);"><br>  Hey, Webmaster!</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">Want  to increase</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">the  earnings from</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">your  website with</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">an  easy to use and</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">inexpensive  tool?</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">Click  the dollars to</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <span style="font-family: Verdana; color: rgb(255, 0, 0);">learn  more about:</span><br   style="font-family: Verdana; color: rgb(255, 0, 0);">  <br style="font-family: Verdana; color: rgb(255, 0, 0);">  <big><span   style="font-weight: bold; font-family: Verdana; color: rgb(0, 102, 0);">PowerEffects</span></big><span   style="font-family: Verdana; color: rgb(255, 0, 0);"> </span>',
'');

animIE_makebucks = (Prototype.Browser.IE);
animLoop_makebucks = true;
   
document.write ('<div style="text-align: center; width: 180px; height: 500px; clip: auto; overflow: hidden;"><span id="makebucks" ');
if (animInit_makebucks != "")
   document.write (animInit_makebucks + '="animCurrentFrame_makebucks=1; selectAnim_makebucks();">' + animContent_makebucks[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_makebucks == "")
   selectAnim_makebucks();   
   
function selectAnim_makebucks() {
   if (animCurrentFrame_makebucks < animMaxNumFrames_makebucks || animLoop_makebucks) {
      var sEffect = animEffect1_makebucks[animCurrentFrame_makebucks];
      if (animIE_makebucks && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_makebucks, {duration:animFadeDelay_makebucks});');
      animCurrentFrame_makebucks += 1;
      if (animCurrentFrame_makebucks > animMaxNumFrames_makebucks) animCurrentFrame_makebucks = 1;
      window.setTimeout('changeAnim_makebucks()',animFadeDelay_makebucks * 1000);
   }
}

function changeAnim_makebucks() {
   document.getElementById(animControlName_makebucks).innerHTML = animContent_makebucks[animCurrentFrame_makebucks];
   var sEffect = animEffect2_makebucks[animCurrentFrame_makebucks];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_makebucks, {duration:animFadeDelay_makebucks});');
   window.setTimeout('selectAnim_makebucks()',animFrameDelay_makebucks[animCurrentFrame_makebucks]);
}
