﻿var adblock = new Array()

adblock[0] = '<a href="http://www.griffinsmarket.com"><img src="http://www.hhys.org/sponsors/1.gif" class="imgBorder" alt="Griffins Market"></a>'
adblock[1] = '<a href="http://www.kittransportation.com"><img src="http://www.hhys.org/sponsors/2.jpg" class="imgBorder" alt="KIT Transportation"></a>'
adblock[2] = '<a href="http://www.intellitechsolutions.com"><img src="http://www.hhys.org/sponsors/3.jpg" class="imgBorder" alt="ITS"></a>'
adblock[3] = '<a href="http://www.statetel.com"><img src="http://www.hhys.org/sponsors/4.gif" class="imgBorder" alt="State Telephone Company"></a>'
adblock[4] = '<a href="http://www.remcom.net"><img src="http://www.hhys.org/sponsors/5.jpg" class="imgBorder" alt="REM COM"></a>'
adblock[5] = '<a href="http://www.nbcoxsackie.com"><img src="http://www.hhys.org/sponsors/6.gif" class="imgBorder" alt="National Bank of Coxsackie"></a>'
adblock[6] = '<a href="http://www.emurgentcare.com"><img src="http://www.hhys.org/sponsors/7.jpg" class="imgBorder" alt="EmUrgentCare"></a>'


/*adblock[0] = '<a href="http://www."><img src="http://www.hhys.org/sponsors/" class="imgBorder" alt="CHANGE"></a>'
*/


function randomorder(targetarray, spacing) {
    var randomorder = new Array()
    var the_one
    var z = 5
    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++
        }
    }
}
