animInit_copypants = "";
animControlName_copypants = "copypants";
animCurrentFrame_copypants = 0;
animMaxNumFrames_copypants = 3;
var animFrameDelay_copypants = new Array(0, 3000, 3000, 3000);
animFadeDelay_copypants = .5; 
var animEffect1_copypants = new Array('Fade',   'Fade', 'Fade', 'Fade');
var animEffect2_copypants = new Array('Appear', 'Appear', 'Appear', 'Appear');
var animContent_copypants = new Array('',
   '<!-- START SUPPORT COPY PROTECT CODE --> <a href="http://www.tecacentre.net/">  <img src="http://www.tecacentre.net/images/caught-pants-Image2.jpg" alt="GRAB THIS CODE TO HELP tecacentre.net stamp out plagiarism our unique way!" border="none" height="60" width="290"><br>  <span style="font-weight: bold;">  tecacentre.net Helps stamp out plagiarism uniquely!  </span></a><br>  <!-- END SUPPORT COPY PROTECT CODE -->',
'<span style="font-weight: bold;">Community Notice:</span>  <br>    <span style="font-size: 14pt;"><span style="color: rgb(153, 51, 0); font-family: trebuchet ms;">HARDWORK COSTS YOU NOTHING.    </span><br style="color: rgb(153, 51, 0); font-family: trebuchet ms;"><span style="color: rgb(153, 51, 0); font-family: trebuchet ms;">    COPYING OTHERS WORK MAY COST...  </span></span><br><span style="color: rgb(51, 153, 0); font-size: 18pt;">    *** YOUR FREEDOM ***  </span>',
'<a href="http://tecacentre.net/wpress/widget-code-we-love-teca-plus/" title="GRAB THIS CODE TO HELP tecacentre.net stamp out plagiarism our unique way">GRAB  THIS CODE FOR YOUR SITE HERE  </a> TO HELP tecacentre.net stamp out plagiarism our unique way  <br><br>');

animIE_copypants = (Prototype.Browser.IE);
animLoop_copypants = true;
   
document.write ('<div style="text-align: center; width: 350px; height: 150px; clip: auto; overflow: hidden;"><span id="copypants" ');
if (animInit_copypants != "")
   document.write (animInit_copypants + '="animCurrentFrame_copypants=1; selectAnim_copypants();">' + animContent_copypants[1]);
else
	document.write ('>');
document.write ('</span></div>');

if (animInit_copypants == "")
   selectAnim_copypants();   
   
function selectAnim_copypants() {
   if (animCurrentFrame_copypants < animMaxNumFrames_copypants || animLoop_copypants) {
      var sEffect = animEffect1_copypants[animCurrentFrame_copypants];
      if (animIE_copypants && sEffect == "Shrink") sEffect = "Fade";  // IE doesn't like "Shrink"
      if (sEffect != "None")
   	   var myresult = eval('new Effect.' + sEffect + '(animControlName_copypants, {duration:animFadeDelay_copypants});');
      animCurrentFrame_copypants += 1;
      if (animCurrentFrame_copypants > animMaxNumFrames_copypants) animCurrentFrame_copypants = 1;
      window.setTimeout('changeAnim_copypants()',animFadeDelay_copypants * 1000);
   }
}

function changeAnim_copypants() {
   document.getElementById(animControlName_copypants).innerHTML = animContent_copypants[animCurrentFrame_copypants];
   var sEffect = animEffect2_copypants[animCurrentFrame_copypants];
   if (sEffect != "None")
	   var myresult = eval('new Effect.' + sEffect + '(animControlName_copypants, {duration:animFadeDelay_copypants});');
   window.setTimeout('selectAnim_copypants()',animFrameDelay_copypants[animCurrentFrame_copypants]);
}
