var cpAD = new Array();
var cpADlink = new Array();
var adNum = 5;
var coll = 0;
var cpADrush = document.getElementById("cpADrush");

cpAD[0] = "/images/Index_Two/templedate7/banner01.jpg";
cpADlink[0] = "http://booking.at0086.com/english/Travel-to-China/";

cpAD[1] = "/images/Index_Two/templedate7/banner02.jpg";
cpADlink[1] = "http://booking.at0086.com/english/Visa-to-China/"

cpAD[2] = "/images/Index_Two/templedate7/banner03.jpg";
cpADlink[2] = "http://booking.at0086.com/english/hotel/";

cpAD[3] = "/images/Index_Two/templedate7/banner04.jpg";
cpADlink[3] = "http://booking.at0086.com/english/Teaching-in-China/";

cpAD[4] = "/images/Index_Two/templedate7/banner05.jpg";
cpADlink[4] = "http://booking.at0086.com/english/Degree-programs/";

var preloadedimages = new Array();
for (i = 1; i < cpAD.length; i++) {
    preloadedimages[i] = new Image();
    preloadedimages[i].src = cpAD[i];
}

function jump2url() {
    jumpUrl = cpADlink[adNum];
    jumpTarget = '_blank';
    if (jumpUrl != '') {
        if (jumpTarget != '')
            window.open(jumpUrl, jumpTarget);
        else location.href = jumpUrl;
    }
}

function changeimg(n) {
    adNum = n;
    switch (adNum) {
        case 0:
            {
                document.images.img1.src = "/images/Index_Two/templedate7/serial_01a.gif";
                document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                break;
            }
        case 1:
            {
                document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                document.images.img2.src = "/images/Index_Two/templedate7/serial_02a.gif";
                document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                break;
            }
        case 2:
            {
                document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                document.images.img3.src = "/images/Index_Two/templedate7/serial_03a.gif";
                document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                break;
            }
        case 3:
            {
                document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                document.images.img4.src = "/images/Index_Two/templedate7/serial_04a.gif";
                document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                break;
            }
        case 4:
            {
                document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                document.images.img5.src = "/images/Index_Two/templedate7/serial_05a.gif";
                break;
            }
    }
    window.clearInterval(theTimer);
    adNum = adNum - 1;
    nextAd();
}

function nextAd() {
    coll++;
    if (coll > 1) {
        switch (adNum + 1) {
            case 5:
                {
                    document.images.img1.src = "/images/Index_Two/templedate7/serial_01a.gif";
                    document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                    document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                    document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                    document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                    break;
                }
            case 1:
                {
                    document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                    document.images.img2.src = "/images/Index_Two/templedate7/serial_02a.gif";
                    document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                    document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                    document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                    break;
                }
            case 2:
                {
                    document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                    document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                    document.images.img3.src = "/images/Index_Two/templedate7/serial_03a.gif";
                    document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                    document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                    break;
                }
            case 3:
                {
                    document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                    document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                    document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                    document.images.img4.src = "/images/Index_Two/templedate7/serial_04a.gif";
                    document.images.img5.src = "/images/Index_Two/templedate7/serial_05.gif";
                    break;
                }
            case 4:
                {
                    document.images.img1.src = "/images/Index_Two/templedate7/serial_01.gif";
                    document.images.img2.src = "/images/Index_Two/templedate7/serial_02.gif";
                    document.images.img3.src = "/images/Index_Two/templedate7/serial_03.gif";
                    document.images.img4.src = "/images/Index_Two/templedate7/serial_04.gif";
                    document.images.img5.src = "/images/Index_Two/templedate7/serial_05a.gif";
                    break;
                }
        }
    }
    if (adNum < cpAD.length - 1) adNum++;
    else adNum = 0;
    setTransition();
    document.images.cpADrush.src = cpAD[adNum];
    playTransition();
    theTimer = setTimeout("nextAd()", 5000);
}

function setTransition() {
    if (document.all) {
        cpADrush.filters.revealTrans.Transition = 23;
        cpADrush.filters.revealTrans.apply();
    }
}

function playTransition() {
    if (document.all) {
        cpADrush.filters.revealTrans.play()
    }
}

