﻿(function(){
window.onerror = function()
{
	return true;
}
function commonTopCreat() {
    var d = document,
c = function() {
    var s = d.createElement("div");
    s.id = "commonTopCreatDiv";
    s.style.height = "35px";
    s.style.width = "100%";
    s.style.backgroundColor = "#f4f4f4";
    var obj = d.getElementsByTagName("body")[0];
    obj.style.backgroundPosition = "50% 35px";
    d.write("<div id='commonTopCreatDiv' style='height:35px;width:100%;background-color:#f4f4f4'></div>");
},
ifr = function() {
    var showErr = function() {
        d.getElementById("commonTopCreatDiv").innerHTML = "<div style=\"line-height: 35px; width: 950px; padding: 0 0 0 10px; margin: 0 auto;background-color: #ccc;\"><a href=\"http://www.uc108.com/\" title=\"同城游\" style=\"color: #666; font-size: 12px;\">同城游</a></div>";
    };
    var i = d.createElement("iframe");
    var kill = setTimeout(function() {
        showErr();
    }, 10000);
    i.height = "35px";
    i.scrolling = "no";
    i.width = "100%";
    i.frameBorder = "0";
    i.src = "http://" + ucPublicHostDomain + "/topnav/content.aspx";
    if (i.attachEvent) {
        i.attachEvent("onload", function() {
            clearTimeout(kill);
        });
    } else {
        i.onload = function() {
            clearTimeout(kill);
        };
    }
    d.getElementById("commonTopCreatDiv").appendChild(i);
};
    c();
    if (window.attachEvent) {
        window.attachEvent("onload", ifr);
    } else {
        window.addEventListener("load", ifr, false);
    };
}
try{commonTopCreat();}catch(e){};
})();
