<!--
  timerID = null;
  function init(n){
        if (!document.all)
                return;
        document.getElementById("drunk").style.filter = 'Wave(Add=0, Freq=0, LightStrength=+'+n+', Phase='+-n+', Strength='+n+')';
        n--;
        if (n<0){stop();return};
        cmd = "init("+n+")";
        timerID = window.setTimeout(cmd,100);
  }
  function stop(){
        window.clearTimeout(timerID);
  }
  -->

 <!-- Begin
  var n = 0;

  timedelay = 3;  // 3 secs between pics
  timedelay *= 1000;

  windowprops = "top=250,left=15,width=200,height=200"; // customize the popup window here

  var imgs = new Array();
  imgs[0] = "http://www.your-site.com/images/image1.gif";
  imgs[1] = "http://www.your-site.com/images/image2.gif";
  imgs[2] = "http://www.your-site.com/images/image3.gif";
  imgs[3] = "http://www.your-site.com/images/image4.gif";

  var page = new Array();
  page[0] = "http://www.your-site.com/page1.html";
  page[1] = "http://www.your-site.com/page2.html";
  page[2] = "http://www.your-site.com/page3.html";
  page[3] = "http://www.your-site.com/page4.html";

  function hook() {
  var p = (n == 0) ? page[page.length-1] : page[n-1];

  window.open(p,"",windowprops);

  // or, instead of opening a new window,
  // send them to the new page instead with:
  // document.location.href = p;

  }

  function rotate() {
  document.picform.slideshow.src = imgs[n];
  (n == (imgs.length - 1)) ? n = 0 : n++;
  window.setTimeout("rotate()", timedelay);
  }
  window.onload = rotate;
  //  End -->



  <!-- www.hitslink.com/ web tools statistics hit counter code -->

  id="wa_u"
   wa_account="zyda-capital"; wa_location=1;
  wa_pageName=location.pathname;  // you can customize the page name here
  document.cookie='__support_check=1';wa_hp='http';
  wa_rf=document.referrer;wa_sr=window.location.search;
  wa_tz=new Date();if(location.href.substr(0,6).toLowerCase()=='https:')
  wa_hp='https';wa_data='&an='+escape(navigator.appName)+
  '&sr='+escape(wa_sr)+'&ck='+document.cookie.length+
  '&rf='+escape(wa_rf)+'&sl='+escape(navigator.systemLanguage)+
  '&av='+escape(navigator.appVersion)+'&l='+escape(navigator.language)+
  '&pf='+escape(navigator.platform)+'&pg='+escape(wa_pageName);
  wa_data=wa_data+'&cd='+
  screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
  '&tz='+wa_tz.getTimezoneOffset()+'&je='+ navigator.javaEnabled();
  wa_img=new Image();wa_img.src=wa_hp+'://counter.hitslink.com/statistics.asp'+
  '?v=1&s='+wa_location+'&acct='+wa_account+wa_data+'&tks='+wa_tz.getTime();
  document.getElementById('wa_u').src=wa_hp+'://counter.hitslink.com/track.js';
  </script>
  <!-- End www.hitslink.com/ statistics web tools hit counter code -->


