/***************************
繁體DC通用底部
date：0906 
author：ce
***************************/
        function addFavorite() {
            var url = 'http://www.gamedor.com';
            var site_title = '遊戲蟲';
            add_favorite(url, site_title)
        }
        function add_favorite(url, title) {
            if (document.all) {
                window.external.addFavorite(url, title)
            } else if (window.sidebar) {
                window.sidebar.addPanel(title, url, '')
            }
        }
document.write("<table border='0' align='center' cellpadding='0' cellspacing='0'><tr><td width='25%' align='center' class='png'><a href='http://www.gamedor.com/' style='display:block;width:176px;height:74px;'></a></td><td align='center' style='padding-top:20px;'><a href='http://www.gamedor.com/ptdb/about_us.html'  target='_blank'>公司介紹</a>　|　<a href='http://www.gamedor.com/ptdb/cooperation.html'  target='_blank'>合作提案</a>　|　<a href='http://www.gamedor.com/ptdb/tiaokuan.html'  target='_blank'>服務條款</a>　|　<a href='javascript:void(0)' onclick='addFavorite()'>加入收藏</a><br />Copyright 2008-2012 &copy; <a href='http://www.gamedor.com/'  target='_blank'>www.gamedor.com</a> All rights reserved  艾遊網絡 版權所有</td></tr></table>");

