animInit_BestofFree1 = "";
animControlName_BestofFree1 = "BestofFree1";
animCurrentFrame_BestofFree1 = 0;
animMaxNumFrames_BestofFree1 = 11;
var animFrameDelay_BestofFree1 = new Array(0, 3000, 2000, 3000, 4000, 3000, 3000, 3000, 5000, 3000, 3000, 6000);
animFadeDelay_BestofFree1 = .5; 
var animEffect1_BestofFree1 = new Array('Fade',   'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Fade', 'Shake');
var animEffect2_BestofFree1 = new Array('Appear', 'Appear', 'Grow', 'Grow', 'Grow', 'Grow', 'Grow', 'Appear', 'Appear', 'Grow', 'Grow', 'Grow');
var animContent_BestofFree1 = new Array('',
   '<div style="text-align: center;"><big><big><span   style="color: rgb(51, 0, 153);"><span   style="font-weight: bold;">Welcome to</span><span   style="font-weight: bold; font-style: italic; color: rgb(255, 0, 0);">  </span></span></big></big><br>  <big style="color: rgb(0, 0, 153);"><big><span   style="font-weight: bold; font-style: italic;"><big>TheBestofFree.com</big></span></big></big></div>  </span></div>',
'<big><big><big><span   style="color: rgb(51, 0, 153);">Wouldn\'t You Like a<br>  seamingly ...</span></big></big></big></span>',
'<big><big><big><span   style="color: rgb(51, 0, 153);">Endless Stream of <span   style="color: rgb(255, 0, 0); font-style: italic; font-weight: bold;">FREE</span>  products...</span></big></big></big></span>',
'<div   style="overflow: hidden; text-align: center; width: 330px; height: 80px; clip: rect(auto, auto, auto, auto);"><span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px;"   id="test2"><big><big><big><span   style="color: rgb(51, 0, 153);">Emailed directly to  you<br>  from Time to Time?</span></big></big></big></span></div>',
'<big><big><span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px;"   id="test2"><big style="color: rgb(51, 0, 153);"><big>Wouldn\'t  You?</big></big></span></big></big>',
'<span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px; font-weight: bold;"   id="test2"><big style="color: rgb(51, 0, 153);"><big><big><span   style="font-style: italic;">It\'s <span   style="color: rgb(255, 255, 0);">REAL</span> Easy...</span></big></big></big></span>',
'<span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px; opacity: 0.941146;"   id="test2"><big style="color: rgb(51, 0, 153);"><big><big><span   style="font-weight: bold;">Simply Fill in your <br>  Name and Email...</span></big></big></big></span>',
'<span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px; opacity: 0.941146;"   id="test2"><big style="color: rgb(51, 0, 153);"><big><big><span   style="font-weight: bold;">And click the button. </span></big></big></big></span>',
'<span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px; opacity: 0.941146;"   id="test2"><big style="color: rgb(51, 0, 153);"><big><big><span   style="font-weight: bold;">We\'ll give you...</span></big></big></big></span>',
'<span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px; opacity: 0.941146;"   id="test2"><big style="color: rgb(51, 0, 153);"><big><big><span   style="font-weight: bold;">...A BUNCH of products today. </span></big></big></big></span>',
'<div   style="overflow: hidden; text-align: center; width: 330px; height: 80px; clip: rect(auto, auto, auto, auto);"><span   style="overflow: visible; height: 0px; width: 0px; top: 0px; left: 0px;"   id="test2">  <div   style="text-align: center; font-weight: bold; color: rgb(51, 0, 153);"><big><big><big>Simply</big></big></big><br>  <big><big><big>Sign Up Below!</big></big></big></div>  </span></div>');

animIE_BestofFree1 = (Prototype.Browser.IE);
animLoop_BestofFree1 = true;
   
document.write ('<div style="text-align: center; width: 330px; height: 84px; clip: auto; overflow: hidden;"><span id="BestofFree1" ');
if (animInit_BestofFree1 != "")
   document.write (animInit_BestofFree1 + '="animCurrentFrame_BestofFree1=1; selectAnim_BestofFree1();">' + animContent_BestofFree1[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_BestofFree1 == "")
   selectAnim_BestofFree1();   
   
function selectAnim_BestofFree1() {
   if (animCurrentFrame_BestofFree1 < animMaxNumFrames_BestofFree1 || animLoop_BestofFree1) {
      var sEffect = animEffect1_BestofFree1[animCurrentFrame_BestofFree1];
      if (animIE_BestofFree1 && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_BestofFree1, {duration:animFadeDelay_BestofFree1});');
      animCurrentFrame_BestofFree1 += 1;
      if (animCurrentFrame_BestofFree1 > animMaxNumFrames_BestofFree1) animCurrentFrame_BestofFree1 = 1;
      window.setTimeout('changeAnim_BestofFree1()',animFadeDelay_BestofFree1 * 1000);
   }
}

function changeAnim_BestofFree1() {
   document.getElementById(animControlName_BestofFree1).innerHTML = animContent_BestofFree1[animCurrentFrame_BestofFree1];
   var sEffect = animEffect2_BestofFree1[animCurrentFrame_BestofFree1];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_BestofFree1, {duration:animFadeDelay_BestofFree1});');
   window.setTimeout('selectAnim_BestofFree1()',animFrameDelay_BestofFree1[animCurrentFrame_BestofFree1]);
}
