Rotater Html
Copy the html code below and place it in your html editor then make sure that all 22 of your hit exchange user names are in place where the xxxxx's are and to make sure the  // line up to the far right. And make sure to have  the name of the hit exchange below it's URL.
<html>
   <head>
   </head>
   <body BGCOLOR="#ffffff">
   <p>
   <script language="Javascript">

   var currentdate = 0
   var theranlink = " "
   var core = 0
   function StringArray (n) {
   this.length = n;
   for (var i =1; i <= n; i++) {
   this[i] = ' '
   }
   }
   link = new StringArray(22)
   link[0]  = 'http://www.viralvisitors.com/cgi-bin/index.cgi?flag=xxxxx'   // ViralVisitors  
   link[1]  = 'http://www.nomorehits.com/cgi-bin/redir.cgi?user=xxxxxx'     // No More Hits 
   link[2]  = 'http://www.hitharvester.com/xnavsp.asp?LoginName=xxxxxx'     // HitHarvester
   link[3]  = 'http://www.trafficg.com/hps.php?member=xxxxxxx'               // TrafficG  
   link[4]  = 'http://topsurfer.com/start.cgi?xxxxxx'                       // Top Surfer   
   link[5]  = 'http://www.clickrush.com/surfmain.asp?username=xxxxxx'       // ClickRush
   link[6]  = 'http://www.hitpulse.com/cgi-bin/start/start.cgi?xxxxxx'      // HitPulse   
   link[7]  = 'http://www.hitsforclicks.com/cgi-bin/run.cgi?userid=xxxxxx'  // Hits For Clicks  
   link[8]  = 'http://ilovehits.com/surforhits/start.cgi?xxxxxx'            // IloveHits
   link[9]  = 'http://www.startfrenzy.com/pages.asp?userid=xxxxxx'          // StartFrenzy
   link[10] = 'http://trafficflare.com/hits.cgi?xxxxxx'                     // TrafficFlare
   link[11] = 'http://www.clicksilo.com/member.asp?User=xxxxxxx'             // ClickSilo
   link[12] = 'http://www.startxchange.com/start.cgi?xxxxxx'                // StartXChange
   link[13] = 'http://www.clickhunter.sk/starter2.php?id=xxxx'              // ClickHunter
   link[14] = 'http://www.searchanytime.com/cgi-bin/hits/start.cgi?xxxxxx'  // Free Home Exchange
   link[15] = 'http://www.surfwake.com/x/hitme.php?xxxxxxx'                  // SurfWake
   link[16] = 'http://www.fastfreeway.com/start.php3?num=xxxxx'             // FastFreeway
   link[17] = 'http://trafficroundup.com/cgi-bin/start.cgi?xxxxxx'          // TrafficRoundup
   link[18] = 'http://www.themaindomain.net/start.php?username=xxxxxx'      // The Main Domain
   link[19] = 'http://www.referraltraffic.com/cgi-bin/start.cgi?xxxxxx'     // Referral traffic  
   link[20] = 'http://www.trafficcommander.com/main.cfm?id=xxxx'            // Traffic Commander
   link[21] = 'http://www.startpagemagic.com/cgi-bin/run.cgi?userid=xxxxxx' // StartPage Magic 



   var ran = 60/link.length
   function ranlink() {
   currentdate = new Date()
   core = currentdate.getSeconds()
   adcore = Math.floor(core/ran)
   core = adcore
   theranlink = link[core]
   self.location = theranlink
   }
   document.write("<a href='javascript:ranlink()'></a>")
   var URL = "javascript:ranlink()"
   var speed = 0000

   function reload() {
   location = URL
   }
   setTimeout("reload()", speed);
   //--> </script>
   </body></html>