var links=new Array("<A href=http://www.poolplaza.com/C-Cartridge-Blaster.html>POOLplaza.com</A>",
"<A href=http://www.bargainpoolsupplies.com/filter_cartridges.htm#The%20BLASTER%99>Bargain Pool Supplies</A>",
"<A href=http://www.h2opoolproducts.com/advanced_search_result.php?keywords=neoterics>H<sub>2</sub>O Pool Products</A>",
"<A href=http://www.rhtubs.com/store/filterblaster.htm>Roberts Hot Tubs</A>",
"<A href=http://www.recsupply.com/category.aspx?categoryID=222>RecSupply.com</A>",
"<A href=http://www.poolproducts.com/-c-CATNTRIFCC.htm#GEN5=NTRI>Specialty Pool Products</A>",
"<A href=http://www.aqua-man.com/subdetails.asp?product_num=5399>Aqua-Man Pool & Spa</A>",
"<A href=http://www.poolsupplydeals.com/Categories.bok?$catalog.Oem=Neoterics+Inc>PoolSupplyDeals.com</A>",
"<A href=http://www.waterwarehouse.com/poolsupplies/sku-5026.html>Doheny's Water Warehouse</A>",
"<A href=http://www.polytecpools.com/maintenance-tools-filter-cleaner-c-655_672.html>Polytec Pools & Spas</A>",
"<A href=http://www.askalanaquestion.com/blaster.htm>AskAlanAQuestion.com</A>",
"<A href=http://www.spaplaceinc.com/automatic_filter_cleaner.html>Spa Place</A>",
"<A href=http://www.intheswim.com/shopping/product.aspx?productid=19775>In The Swim</A>",
"<A href=http://shop.moonliteswim.com/Blaster_Automatic_Filter_Cleaner.asp>Moonlite Swim & Spa</A>",
"<A href=http://www.thepoolzone.com/neoterics.html>thepoolzone.com</A>",
"<A href=http://megapoolandspa.com/blficl.html>Mega Pool and Spa</A>",
"<A href=http://www.poolstore.com/store1/welcome.html>PoolStore.com</A>",
"<A href=http://www.uspartscenter.com/index.asp?PageAction=VIEWPROD&ProdID=7706>US Parts Center</A>",
"<A href=http://www.discountspasdirect.com/merchant.mvc?Screen=PROD&Store_Code=DSD&Product_Code=BLASTERAutomaticFilterCleaners&Category_Code=A>Discount Spas Direct</A>",
"<A href=http://www.spadepot.com/shop/Blaster-1000-Automatic-Filter-Cleaner-20-P9271C0.aspx>The Spa Depot discount supplies</A>",
"<A href=http://www.aquasuperstore.com/products/Neoterics-Blaster-3000-Filters-Up-to-34&quot;~25043.html>Aqua Superstore</A>",
"<A href=http://www.brandsonsale.com/hg-005406.html>brandsonSale</A>",
"<A href=http://www.poolsupplies.com/cgi-bin/commerce.exe?multipreadd=action&keys=481123,481124,481125&template=PDGCommTemplates/Plain/MultiItem_Parts.html>Leisure Living</A>",
"<A href=http://www.discount-pool-supplies.com/advanced_search_result.php?keywords=neoterics>Discount Pool & Spa Supplies</A>",
"<A href=http://www.pooldeals.com/catalog/Blaster-Automatic-Filter-Cartridge-Cleaner-p-19138.html>PoolDeals.com</A>",
"<A href=http://www.poolcenter.com/filters_blaster_series_automatic_cleaner.htm>PoolCenter.com</A>",
"<A href=http://store.spa-mart.com/merchant2/merchant.mvc?Screen=PROD&Store_Code=001&Product_Code=10NE1000&Category_Code=>America's SPA-MART.com</A>",
"<A href=http://www.allpoolcartridges.com/blaster.aspx>AllPoolCartridges.com</A>",
"<A href=http://www.twomenandaspadolly.com/blaster.htm>Two Men & A Spa Dolly</A>",
"<A href=http://www.poolcartridgedeals.com/cleaningdevices.aspx>Pool Cartridge Deals</A>");

var howmany=links.length;

var count = 0;
var toprint = new Array();
while (count < howmany) {
  do   {
      var temp = Math.random();
      temp = temp * links.length;
      temp = Math.round(temp);
    } while (temp == howmany);

  var c;
  var t = 0;
  for (c = 0; c < toprint.length; c++) {
    if (toprint[c]==temp) {
      t++;
    }
  }
  if (t == 0) {
    toprint.push(temp);
    count++;
  }
}
document.write('<b><font face="Arial" size="2" color="#0066FF">');

for (count=0; count < howmany/2; count++) {
  document.write(links[toprint[count]]+"<BR>");
}
document.write('</font></b></td><td valign="top"><b><font face="Arial" size="2" color="#0066FF">');

  if (howmany%2 == 1) {
     var howmany = howmany - 1;
     }

for (count=howmany/2; count < howmany; count++) {
  document.write(links[toprint[count]]+"<BR>");
}
document.write("</font></b></td>");

