<!--
function loadpage() {

    index1 = 0;
    listofimages = new Array(4);
    listofimages[0] = new Image(120,600)
    listofimages[0].src = "http://www.tqlkg.com/image-2639914-10527804"
    listofimages[1] = new Image(120,600)
    listofimages[1].src = "http://www.ftjcfx.com/image-2639914-10399398"
    listofimages[2] = new Image(120,600)
    listofimages[2].src = "http://www.lduhtrp.net/image-2639914-10365039"
    listofimages[3] = new Image(120,600)
    listofimages[3].src = "http://ad.linksynergy.com/fs-bin/show?id=lNlTY1/5/x4&bids=130340.10000558&subid=0&type=4&gridnum=10"

    thetimer = setTimeout("changeimage()", 7000);

}

function changeimage(){

    index1 = index1 + 1
    if (index1 == "4") {

        index1 = 0 

    }
    imagesource = listofimages[index1].src
   

    thetimer = setTimeout("changeimage(1)", 7000);

}

function changepage() {

    if (index1 == 0) {

        newlocation = "http://www.anrdoezrs.net/click-2639914-10527804" 

    }
    else if (index1 == 1) {

        newlocation = "http://www.dpbolvw.net/click-2639914-10399398" 

    }
    else if (index1 == 2) {

        newlocation = "http://www.kqzyfj.com/click-2639914-10365039" 

    }
    else if (index1 == 3) {

        newlocation = "http://click.linksynergy.com/fs-bin/click?id=lNlTY1/5/x4&offerid=130340.10000558&subid=0&type=4" 

    }
    location = newlocation 

}

// -->
