
function changeurl(v)
{
  if (v == 2)
  {
	  fm = document.getElementById("ddown2")
  }
  else
  {
	  fm = document.getElementById("ddown")
  }

  sel = fm.selectedIndex

  sel = fm.options[sel].value

  if (sel != "")
  {
     document.location = sel
  }

  return false
}

function onl()
{
	fm = document.getElementById("ddown")
	fm2 = document.getElementById("ddown2")

// List of site names

	tx = new Array()

	tx[ tx.length ] = "Altered Assholes"
	tx[ tx.length ] = "Anal Cum Junkies"
	tx[ tx.length ] = "Anal Lick Fest"
	tx[ tx.length ] = "Ass 2 Mouth Sluts"
	tx[ tx.length ] = "Banzai Sluts"
	tx[ tx.length ] = "Bitches In Training"
	tx[ tx.length ] = "Black Addiction"
	tx[ tx.length ] = "Black Attack Gangbang"
	tx[ tx.length ] = "Black Crack Addicts"
	tx[ tx.length ] = "Blowjob Quickies"
	tx[ tx.length ] = "Cat Fight Gang Bang"
	tx[ tx.length ] = "Chix In The Mix"
	tx[ tx.length ] = "Cock Brutality"
	tx[ tx.length ] = "Cream Filled Babez"
	tx[ tx.length ] = "Creamed Cornholes"
	tx[ tx.length ] = "Cum Farters"
	tx[ tx.length ] = "Cum Filled Mouths"
	tx[ tx.length ] = "Dirty Fuck Dolls"
	tx[ tx.length ] = "Double Diper"
	tx[ tx.length ] = "Drool My Load"
	tx[ tx.length ] = "Facial Cum Targets"
	tx[ tx.length ] = "Frank Wank"
	tx[ tx.length ] = "Gagging Whores"
	tx[ tx.length ] = "Hell Fire Sex"
	tx[ tx.length ] = "Meat Holes"
	tx[ tx.length ] = "Midnight Prowl"
	tx[ tx.length ] = "My Wifes Friendz"
	tx[ tx.length ] = "No Cum Dodging Allowed"
	tx[ tx.length ] = "Nut In Her Mouth"
	tx[ tx.length ] = "Nuts On Sluts"
	tx[ tx.length ] = "Oral Cum Queens"
	tx[ tx.length ] = "Pervert Paradise"
	tx[ tx.length ] = "Pimp Juice XXX"
	tx[ tx.length ] = "Porn Jackass"
	tx[ tx.length ] = "POV Casting Couch"
	tx[ tx.length ] = "POV Pervert"
	tx[ tx.length ] = "Real Milf GangBang"
	tx[ tx.length ] = "Riot Whores"
    tx[ tx.length ] = "Squirt Aholics"
	tx[ tx.length ] = "Squirt Bukkake"
	tx[ tx.length ] = "Tease It Out"
	tx[ tx.length ] = "Teen Slam"
	tx[ tx.length ] = "Top Notch Bitches"
	tx[ tx.length ] = "White Meat on Black Street"
	tx[ tx.length ] = "Whorgies"
	tx[ tx.length ] = "Young Ripe and Ready"


// List of domains (without the http://www, and .com/members

	nx = new Array()

	nx[ nx.length ] = "AlteredAssholes"
	nx[ nx.length ] = "AnalCumJunkies"
	nx[ nx.length ] = "AnalLickFest"
	nx[ nx.length ] = "Ass2MouthSluts"
	nx[ nx.length ] = "BanzaiSluts"
	nx[ nx.length ] = "BitchesInTraining"
	nx[ nx.length ] = "BlackAddiction"
	nx[ nx.length ] = "BlackAttackGangbang"
	nx[ nx.length ] = "BlackCrackAddicts"	
	nx[ nx.length ] = "bjquickies"
	nx[ nx.length ] = "catfightgangbang"
	nx[ nx.length ] = "chixnthemix"
	nx[ nx.length ] = "CockBrutality"
	nx[ nx.length ] = "CreamFilledBabez"
	nx[ nx.length ] = "CreamedCornholes"
	nx[ nx.length ] = "CumFarters"
	nx[ nx.length ] = "CumFilledMouths"
	nx[ nx.length ] = "DirtyFuckDolls"
	nx[ nx.length ] = "DoubleDiper"
	nx[ nx.length ] = "DroolMyLoad"
	nx[ nx.length ] = "FacialCumTargets"
	nx[ nx.length ] = "FrankWank"
	nx[ nx.length ] = "GaggingWhores"
	nx[ nx.length ] = "HellFireSex"
	nx[ nx.length ] = "MeatHoles"
	nx[ nx.length ] = "MidnightProwl"
	nx[ nx.length ] = "MyWifesFriendz"
	nx[ nx.length ] = "NoCumDodgingAllowed"
	nx[ nx.length ] = "NutInHerMouth"
	nx[ nx.length ] = "NutsOnSluts"
	nx[ nx.length ] = "OralCumQueens"
	nx[ nx.length ] = "PervertParadise"
	nx[ nx.length ] = "PimpJuiceXXX"
	nx[ nx.length ] = "PornJackass"
	nx[ nx.length ] = "POVCastingCouch"
	nx[ nx.length ] = "POVPervert"
	nx[ nx.length ] = "RealMilfGangBang"
	nx[ nx.length ] = "RiotWhores"
	nx[ nx.length ] = "SquirtAholics"
	nx[ nx.length ] = "SquirtBukkake"
	nx[ nx.length ] = "TeaseItOut"
	nx[ nx.length ] = "TeenSlam"
	nx[ nx.length ] = "TopNotchBitches"
	nx[ nx.length ] = "WhiteMeatonBlackStreet"
	nx[ nx.length ] = "Whorgies"
	nx[ nx.length ] = "YoungRipeandReady"



  for (i = 0; i < tx.length; i++)
  {
     url = nx[i] + ""

		 if (fm)
     {
        op = new Option(tx[i], "/sso?http://members." + url + ".com/login", false, false)
	      fm.options[fm.options.length] = op
     }
 
     if (fm2)
     {
        op = new Option(tx[i], "/sso?http://members." + url + ".com/login", false, false)
	      fm2.options[fm2.options.length] = op
     }
  }
}

