function killErrors() { return true; } window.onerror = killErrors;

function wo(url,target, w, h, m) {
    var left = (screen.width - w) / 2;
    var top = m ? (screen.height - h) / 2 : 18;
    window.open(url, target, 'width=' + w + ',height=' + h + ',top=' + top + ',left=' + left + ',menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=yes');
    return false;
}

function addBookmark(title, url) {
    if (document.all) {
        window.external.AddFavorite(url, title);
    } else if (window.sidebar) {
        window.sidebar.addPanel(title, url, "");
    } else if (window.opera && window.print) {
        return true;
    }
}

function setHomePage(url) {
    if (document.all) {
        document.body.style.behavior = 'url(#default#homepage)';
        document.body.setHomePage(url);
    }
    else if (window.sidebar) {
        if (window.netscape) {
            try {
                netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
            }
            catch (e) {
                alert('please visite "about:config", and set the key "signed.applets.codebase_principal_support" value for true');
            }
        }
        var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
        prefs.setCharPref('browser.startup.homepage', url);
    }
}

function copy2send(title, url) {
    var clipBoardContent = document.title;
    clipBoardContent += '\r\n本文出自：' + top.location.href;
    if (window.clipboardData) {
        window.clipboardData.clearData();
        window.clipboardData.setData("Text", clipBoardContent);
    }
    
    alert("復制成功，現在您可以貼到Yahoo即時通/MSN/論壇或部落格上分享給朋友了！");
}


function showads(aid) {
    switch (aid) {
        case 0:
            ads_banner();
            break;
        case 1:
            ads_ggad160x600();
            break;
        case 2:
        case 3:
            ads_ggad250x250();
            break;
    }
}

function ads_banner() {
    document.write('<a href="http://ps.876.tw/" target="_blank"><img src="http://ps.876.tw/images/banner.gif" style="border: 0px;width: 728px; height: 90px;" alt="" /></a>');
}

function ads_ggad160x600() {
    //google_ad_client = "pub-2766498197753827";
    /* 笑話Joke876TW_160x600 */
    //google_ad_slot = "7538922032";
    //google_ad_width = 160;
    //google_ad_height = 600;
    //document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
}

function ads_ggad250x250() {
    //google_ad_client = "pub-2766498197753827";
    /* 笑話Joke876TW_250x250 */
    //google_ad_slot = "0386726976";
    //google_ad_width = 250;
    //google_ad_height = 250;
    //document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
}

