﻿var adblock=new Array()
adblock[0]='<a href="https://www.velocitycu.com/switch_kit.html"><img src="https://www.velocitycu.com/images/join_banner1.jpg" class="imgBorder" alt="Austin banks with Velocity." border="0" width="780" height="128"></a>'
adblock[1]='<a href="https://www.velocitycu.com/switch_kit.html"><img src="https://www.velocitycu.com/images/join_banner2.jpg" class="imgBorder" alt="Austin banks with Velocity." border="0" width="780" height="128"></a>'
//adblock[2]='<a href="https://www.velocitycu.com/switch_kit.html"><img src="https://www.velocitycu.com/images/join_banner3.jpg" class="imgBorder" alt="Austin banks with Velocity." border="0" width="780" height="128"></a>'
//adblock[3]='<a href="javascript:Popup(\'forgot\',\'popup_432CD.html\',520,500,\'scroll\');""><img src="https://www.velocitycu.com/images/432_banner.jpg" class="imgBorder" alt="For a limited time 4.32% APY 9-month CD." border="0" width="780" height="128"></a>'
adblock[2]='<a href="https://www.velocitycu.com/switch_kit.html"><img src="https://www.velocitycu.com/images/join_banner4.jpg" class="imgBorder" alt="Austin banks with Velocity." border="0" width="780" height="128"></a>'
//adblock[4]='<a href="http://www.velocitycu.com/loans.html"><img src="https://www.velocitycu.com/images/loan_banner_scooter.jpg" class="imgBorder" alt="Velocity loans for the way you live." border="0" width="780" height="128"></a>'
//adblock[6]='<a href="http://www.webreference.com/"><img src="http://www.webreference.com/art/webref.gif" class="imgBorder" alt="Web Reference"></a>'
//adblock[7]='<a href="http://webdeveloper.com/"><img src="http://www.webdeveloper.com/forum/images/webdev-logo2.gif" class="imgBorder" alt="Web Developer"></a>'
//adblock[8]='<a href="http://www.scriptsearch.com/"><img src="http://www.scriptsearch.com/img/logo.gif" class="imgBorder" alt="Script Search"></a>'
//adblock[9]='<a href="http://www.databasejournal.com/"><img src="http://www.databasejournal.com/img/logo.gif" width="153" height="55" class="imgBorder" alt="Database Journal"></a>'
//adblock[10]='<a href="http://www.flashkit.com/"><img src="http://images2.flashkit.com/images/fk_logotop.gif" class="imgBorder"  alt="FlashKit"></a>'
//adblock[11]='<a href="http://www.hiermenuscentral.com/"><img src="http://www.hiermenuscentral.com/img/hr-logo.gif" class="imgBorder" alt="HierMenus Central"></a>'
//adblock[12]='<a href="http://www.4guysfromrolla.com/"><img src="http://www.4guysfromrolla.com/img/4guyslogo.gif" class="imgBorder" width="202" height="43" alt="4 Guys from Rolla"></a>'
//adblock[13]='<a href="http://www.asp101.com/"><img src="http://www.asp101.com/img/asp_asp101_logo.gif" class="imgBorder" alt="ASP 101"></a>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=2
  for (i=0;i<targetarray.length;i++)
  randomorder[i]=i

  while (z<targetarray.length) {
    the_one=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one]!="_selected!"){
      document.write(targetarray[the_one]+spacing)
      targetarray[the_one]="_selected!"
      z++
    }
  }
}
