animInit_bonus = "";
animControlName_bonus = "bonus";
animCurrentFrame_bonus = 0;
animMaxNumFrames_bonus = 6;
var animFrameDelay_bonus = new Array(0, 10000, 7000, 10000, 10000, 10000, 5000);
animFadeDelay_bonus = .5; 
var animEffect1_bonus = new Array('Fade',   'Fade', 'DropOut', 'SlideUp', 'Shake', 'Fold', 'Fade');
var animEffect2_bonus = new Array('Appear', 'Appear', 'Appear', 'Appear', 'Appear', 'Appear', 'Appear');
var animContent_bonus = new Array('',
   '<span face="Verdana font-size: 12pt;"><span style="font-weight: bold;"><span color="#800000 font-size: 18pt;"><span style="font-weight: bold;"><span color="#800000 font-size: 18pt;"><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><span style="background-color: rgb(255, 255, 0);">New Web 2.0 Traffic                           Secrets</span><br>Value                           $17.97</span></span></span></span></span></span></span><br><img alt="" src="http://www.biglistbigsales.com/Ultimate-Internet-Marketing-Toolkit/images/bonus4-%20web%20traffic%20secrets.jpg"><br><br>',
'<span style="font-weight: bold;">Learn step by step... starting with step one</span><br><img style="width: 314px; height: 393px;" alt="Streaming Videos" src="http://www.biglistbigsales.com/Ultimate-Internet-Marketing-Toolkit/images/dvd3.jpg">',
'Read as you Watch the Videos...<br><br><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><span style="background-color: rgb(255, 255, 0);">"Ultimate Internet Marketing                           Toolkit" Guide</span><br>A $27.97</span></span><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;">Value                           <img alt="" src="http://www.biglistbigsales.com/Ultimate-Internet-Marketing-Toolkit/images/book5.jpg"></span></span>',
'<span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><span style="background-color: rgb(255, 255, 0);">Over 50 Clean Landing Page                           Templates with PLR </span><br><img alt="" src="http://www.biglistbigsales.com/Ultimate-Internet-Marketing-Toolkit/images/bonus%202-%2050%20Landing%20Page%20Website%20Templates.jpg">Value                           $47.99</span></span>',
'<span face="Verdana font-size: 12pt;"><span style="font-weight: bold;"><span color="#800000 font-size: 18pt;"><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><span style="background-color: rgb(255, 255, 0);">How to Drive Instant Massive Traffic to Your                           Website <br>Using Safelist & Traffic                           Exchanges </span><br></span></span></span></span></span><span face="Verdana font-size: 12pt;"><span style="font-weight: bold;"><span color="#800000 font-size: 18pt;"><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><img style="width: 509px; height: 347px;" alt="" src="http://www.biglistbigsales.com/Ultimate-Internet-Marketing-Toolkit/images/bonus3-Master-Safelist-Traffic-Exchange.jpg"></span></span></span></span></span><span face="Verdana font-size: 12pt;"><span style="font-weight: bold;"><span color="#800000 font-size: 18pt;"><span style="font-weight: bold;"><span color="#ff0000" face="Verdana font-size: 12pt;"><br>Value                           $24.97</span></span></span></span></span>',
'<br><br><br><br><br>                     <span style="color: rgb(0, 102, 0); font-size: 24pt;">Order This Awesome Deal </span>');

animIE_bonus = (Prototype.Browser.IE);
animLoop_bonus = true;
   
document.write ('<div style="text-align: center; width: 505px; height: 420px; clip: auto; overflow: hidden;"><span id="bonus" ');
if (animInit_bonus != "")
   document.write (animInit_bonus + '="animCurrentFrame_bonus=1; selectAnim_bonus();">' + animContent_bonus[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_bonus == "")
   selectAnim_bonus();   
   
function selectAnim_bonus() {
   if (animCurrentFrame_bonus < animMaxNumFrames_bonus || animLoop_bonus) {
      var sEffect = animEffect1_bonus[animCurrentFrame_bonus];
      if (animIE_bonus && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_bonus, {duration:animFadeDelay_bonus});');
      animCurrentFrame_bonus += 1;
      if (animCurrentFrame_bonus > animMaxNumFrames_bonus) animCurrentFrame_bonus = 1;
      window.setTimeout('changeAnim_bonus()',animFadeDelay_bonus * 1000);
   }
}

function changeAnim_bonus() {
   document.getElementById(animControlName_bonus).innerHTML = animContent_bonus[animCurrentFrame_bonus];
   var sEffect = animEffect2_bonus[animCurrentFrame_bonus];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_bonus, {duration:animFadeDelay_bonus});');
   window.setTimeout('selectAnim_bonus()',animFrameDelay_bonus[animCurrentFrame_bonus]);
}

