<!-- right banner

function loadpage() {



    index1r = 0;

    listofimagesr = new Array(3);

    listofimagesr[0] = new Image(160,600)

    listofimagesr[0].src = "http://hpppa.org/i/160x600_synergyban.gif"

    listofimagesr[1] = new Image(160,600)

    listofimagesr[1].src = "http://hpppa.org/i/160x600_synergyban.gif"

    listofimagesr[2] = new Image(160,600)

    listofimagesr[2].src = "http://hpppa.org/i/banner_wettogether.gif"



    thetimerr = setTimeout("changeimager()", 7000);

    

	index1t = 0;

	listofimagest = new Array(3);

	listofimagest[0] = new Image(468,60)

	listofimagest[0].src = "http://hpppa.org/images/banners/468x60_abizlaw.gif"

	listofimagest[1] = new Image(468,60)

	listofimagest[1].src = "http://hpppa.org/i/queensboro_affbanner.gif"

	listofimagest[2] = new Image(468,60)

	listofimagest[2].src = "http://hpppa.org/images/banners/wetad468x60.gif"

    

    thetimert = setTimeout("changeimaget()", 7000);



}



function changeimager(){



    index1r = index1r + 1

    if (index1r == "3") {



        index1r = 0 



    }

    imagesourcer = listofimagesr[index1r].src

    window.document.bannerr.src = imagesourcer



    thetimerr = setTimeout("changeimager()", 7000);



}



function changepager() {



    if (index1r == 0) {

        newlocationr = "http://www.wetsynergy.com" 

    }

    else if (index1r == 1) {

        newlocationr = "http://www.wetsynergy.com" 

    }

    else if (index1r == 2) {

        newlocationr = "http://www.wettogether.com"

    }

    location = newlocationr 



}



// -->







<!-- top banner



function changeimaget(){



    index1t = index1t + 1

    if (index1t == "3") {



        index1t = 0 



    }

    imagesourcet = listofimagest[index1t].src

    window.document.bannert.src = imagesourcet



    thetimert = setTimeout("changeimaget()", 7000);



}



function changepaget() {



    if (index1t == 0) {

        newlocationt = "http://www.adultbizlaw.com/" 

    }

    else if (index1t == 1) {

        newlocationt = "http://www.queensboro.com/index.html?ref_id=819574" 

    }

    else if (index1t == 2) {

        newlocationt = "http://www.stayswetlonger.com/"

    }

    location = newlocationt 



}



// -->







