function insertContent1004(str) {
    if(typeof(auction_1004)=="undefined") {
        setTimeout("insertContent1004('" + str + "')", 200);
    } else {
        $(str).innerHTML += auction_1004 + '<div style="clear: none"></div>';
    }
}

function bid_Link_Init() {
    //初始化今天结束和明天结束的url连接
    var _now = new Date();
    var _year = _now.getYear();
    var _month = _now.getMonth() + 1;
    var _day = _now.getDate();
    $('bid-today').href = "http://bid.test.ename.com/userOrderBid.aspx?enddate=" + _year + "-" + _month + "-" + _day + "&types=0&dc=0";
    $('bid-tomorrow').href = "http://bid.test.ename.com/userOrderBid.aspx?enddate=" + _year + "-" + _month + "-" + (_day + 1) + "&types=0&dc=0";
}

addLoadEvent(function () {
    var head = document.getElementById('head');
    var script;

    //1004接口  最新交易
    script = document.createElement("script");
    script.type = "text/javascript";
    script.src = "/js/init.do?part=auction_1104&onhtml=true&id=domainbox2";
    head.appendChild(script);

    script = document.createElement("script");
    script.type = "text/javascript";
    script.src = "/js/init.do?update=600";
    head.appendChild(script);
}
);