var ace="misswindgen"

function seeoutlet(pass)
{ window.open(pass)
}

function findme()
{ var myarea=document.form1.region.value
  for (i=0; i<alloutlets.length; i++)
  {   var anoutlet=alloutlets[i]
      outsplit=anoutlet.split(",")
      var outcty=outsplit[4]
      ctysplit=outcty.split(" ")
      ctylen=ctysplit.length
      outcty=ctysplit[ctylen-1]
      if (anoutlet.indexOf(myarea)>-1 || myarea.indexOf(outcty)>-1)
      {  var getsite=""
         siteinfo=anoutlet.split(",")
         var mysite=siteinfo[6]
         siteinfo=mysite.split("@")
         getsite=siteinfo[0]
         if (getsite.indexOf("kckclass")>-1)
         {  getsite=""
         }
         if (anoutlet.indexOf(myarea)<0)
         {  for (k=0; k<alloutlets.length; k++)
            {   var koutlet=alloutlets[k]
                ksplit=koutlet.split(",")
                var karea=ksplit[4]
                if (karea.indexOf(myarea)>-1)
                {  getsite=""
                }
            }
         }
         if (getsite!="")
         {  getsite="http://www."+getsite+".com?seewind"      
            window.open(getsite)
            return
         }
      }
  }
  var gothere="http://eduhosting.org/windpics/ace.html?"+ace
  window.open(gothere)
}
function shop()
{ alert("To receive a custom carved airfoil from the shop:\n\n1. Visit our Wind Gen Zen Auction Page\n\n2. Place a Bid for the full suggested retail price of the blade you want.\n\n3. Our shop will contact you for your location and design specs.")
  auctions()
}

function auctions()
{ window.open("http://bigdrivehosting.com/windgenauction/index.html")
}
function farm()
{ window.open("http://goldpactpower.com")
}
