document.writeln("<div id=\"dl\" >");

document.writeln("<div id=\"dl_1\">");

document.writeln("<a href=\"http://www.exechon.com\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503030716278878.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.links-china.com\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503030325800866.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.coromant.sandvik.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503029635171158.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.siemens.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503029117393882.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.huadongcnc.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/hdcnc_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.cczmt.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/cczmt_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.ingersollprodsys.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/ips_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.drauznothelfer.com/deu/index.htm\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/thyssenKrupp.bmp\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.leadwell.com.tw/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/leadwell_logo_1.jpg\"/>");
document.writeln("</a>");

/*
document.writeln("<div style=\"text-align: right; padding: 0px 0px 0px 0px;\">");
document.writeln("<a href=\"subsite_list.htm\" target=\"_blank\"><font color=\"Red\"><u><b>完整分站列表</b></u></font></a>");
document.writeln("</div>");
*/

document.writeln("</div>");


document.writeln("<div id=\"dl_2\" style=\"display:none\">");

document.writeln("<a href=\"http://www.links-china.com\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503030325800866.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.leadwell.com.tw/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/leadwell_logo_1.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.huadongcnc.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/hdcnc_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.cczmt.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/cczmt_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.ingersollprodsys.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/ips_logo.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.siemens.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503029117393882.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.coromant.sandvik.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503029635171158.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.optikosq.com/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503028684482782.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.exechon.com\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/pictures/200803/128503030716278878.jpg\"/>");
document.writeln("</a>");

document.writeln("</div>");


/*

document.writeln("<div id=\"dl_3\" style=\"display:none\">");

document.writeln("<a href=\"http://www.leadwell.com.tw/\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/leadwell_logo_1.jpg\"/>");
document.writeln("</a>");

document.writeln("<a href=\"http://www.drauznothelfer.com/deu/index.htm\" target=\"_blank\">");
document.writeln("<img width=\"146\" height=\"37\" src=\"/images/thyssenKrupp.bmp\"/>");
document.writeln("</a>");


//document.writeln("<a href=\"http://www.ingersollprodsys.com/\" target=\"_blank\">");
//document.writeln("<img width=\"146\" height=\"37\" src=\"/images/ips_logo.jpg\"/>");
//document.writeln("</a>");

document.writeln("</div>");
*/

document.writeln("</div>");

var playnumber = 1;
function load_logo_play()
{
    
    var dl = document.getElementById("dl")
    var dls = dl.getElementsByTagName("div");
    playnumber++;
    if(playnumber > dls.length)
    {
        playnumber = 1;
    }
    for(var i = 0;i<dls.length;i++)
    {
        if(dls[i].id == "dl_"+playnumber)
        {
            dls[i].style.display = "block";
        }
        else
        {
            dls[i].style.display = "none";
        }
    }
	
}
setInterval(load_logo_play,5000); 
