



function loginok(url,posttype) 
{
    var strtemp="";
    http_request = false;  
    if (window.XMLHttpRequest) { // Mozilla, Safari,...
        http_request = new XMLHttpRequest();
        if (http_request.overrideMimeType) {
            http_request.overrideMimeType('text/xml');
        }
    } else if (window.ActiveXObject) { // IE
        try {
            http_request = new ActiveXObject("Msxml2.XMLHTTP");
        } catch (e) {
            try {
            http_request = new ActiveXObject("Microsoft.XMLHTTP");
            } catch (e) {}
        }
    }
    if (!http_request) {
        //alert('Giving up :( Cannot create an XMLHTTP instance');
        return strtemp;
    }
	
	http_request.onreadystatechange =function()
    {
        if (http_request.readyState == 4) {
            if (http_request.status == 200) {
			    strtemp=http_request.responseText;
			    return strtemp;
            } 
            else {
                return strtemp;
            }
        }   
    }
	http_request.open(posttype, url, false);
	http_request.send(null);
    return strtemp;
}

document.writeln("");
document.writeln("<div id=\"TopLogin\">");
document.writeln("<table width=\"904\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr><td valign=\"middle\"><a href=\"/\" title=\"中音在线\" target=\"_blank\"><img src=\"/images/TOP/Logo-1.jpg\" width=\"190\" height=\"88\" /></a></td>");
document.writeln("            <td width=\"560\" valign=\"top\"><table width=\"560\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("                <tr>");
document.writeln("                  <td colspan=\"10\" align=\"right\"><img src=\"/images/TOP/A-03.jpg\" width=\"19\" height=\"17\">");
document.writeln("                  <a  href=\"#\" title=\"设为首页\" onclick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.musiceol.com');return false;\" class=\"Homepage\">设为首页</a>");
document.writeln("                  <img src=\"/images/TOP/A-04.jpg\" width=\"18\" height=\"17\">");
document.writeln("                  <a href=\"javascript:window.external.AddFavorite('http://www.musiceol.com', '中音在线')\" title=\"加入收藏\"  class=\"Homepage\">加入收藏</a>");
document.writeln("                  <img src=\"/images/TOP/A-05.jpg\" width=\"19\" height=\"17\">");
document.writeln("                  <a href=\"/about/contactus.html\" target=\"_blank\" title=\"联系我们\"  class=\"Homepage\">联系我们</a>");
document.writeln("                  </td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td colspan=\"10\"><img src=\"/images/TOP/A-01.jpg\" width=\"15\" height=\"17\">");
document.writeln("                  客服QQ：<a href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=e1200f35d91da89c1822675b89b03d449e58ec1f6fe48aad4693bf401a30733309d744e0b9864a593946f79520739ce1\"; target=_blank; onclick=\"var tempSrc='http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=e1200f35d91da89c1822675b89b03d449e58ec1f6fe48aad4693bf401a30733309d744e0b9864a593946f79520739ce1';var oldscript=document.getElementById('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text/javascript'); newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\"  class=\"link\">1014587588</a>   &nbsp;&nbsp; <a target=\"blank\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=251614615&Site=中音在线&Menu=yes\">251614615</a>");
document.writeln("                  <img src=\"/images/TOP/A-02.jpg\" width=\"17\" height=\"17\">");
document.writeln("                  咨询热线：010-88876151转801");
document.writeln("                 <img src=\"/images/TOP/A-01.jpg\" width=\"15\" height=\"17\"> 编辑QQ：<a target=\"blank\" href=\"http://wpa.qq.com/msgrd?V=1&Uin=1768861534&Site=中音在线&Menu=yes\">1768861534</a>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"7\" colspan=\"10\"></td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"35\" colspan=\"10\">");
document.writeln("                      <table width=\"100%\" border=\"0\" cellspacing=\"0\">");
document.writeln("                        <tr>");
document.writeln("                          <td align=\"right\" width=\"11\"><img src=\"/images/TOP/A-06.jpg\" width=\"11\" height=\"35\"></td>");
document.writeln("                          <td width=\"513\"  background=\"/images/TOP/2.jpg\">");
var strInfo=loginok("http://www.musiceol.com/checklogin.asp","Get");
if(strInfo!="")
{
document.writeln(strInfo);
}

document.writeln("                          </td>");
document.writeln("                          <td align=\"left\" width=\"12\"><img src=\"/images/TOP/A-08.jpg\" width=\"12\" height=\"35\" /></td>");
document.writeln("                        </tr>");
document.writeln("                      </table>");
document.writeln("                    </td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"5\" colspan=\"10\"></td>");
document.writeln("                </tr>");
document.writeln("              </table></td>");
document.writeln("            <td width=\"5\">&nbsp;</td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("  <div class=\"clear\"></div>");
document.writeln("</div>");
document.writeln("<div id=\"Menu\">");
document.writeln("<div class=\"NavLeftBg\"></div>");
document.writeln("<div class=\"NavMiddleBg\">");
document.writeln("<ul>");
document.writeln("<li id=\"Home\"><a href=\"/\" target=\"_blank\" title=\"首页\">首页</a></li>");
document.writeln("<li><a href=\"/news/index.asp\" target=\"_blank\" title=\"音乐新闻\">音乐新闻</a></li>");
document.writeln("<li><a href=\"/news/zhuanti.asp\" target=\"_blank\" title=\"音乐专题\">音乐专题</a></li>");
document.writeln("<li><a href=\"/news/indexrw.asp\" target=\"_blank\" title=\"音乐人物\">音乐人物</a></li>");
document.writeln("<li><a href=\"/zhuanti/ertongju/index.html\" target=\"_blank\" title=\"儿童剧\">儿童剧</a></li>");
document.writeln("<li><a href=\"/news/knowledge.asp\" target=\"_blank\" title=\"音乐学堂\">音乐学堂</a></li>");
document.writeln("<li><a href=\"/collection/collection.asp\" target=\"_blank\" title=\"音乐汇\">音乐汇</a></li>");
document.writeln("<li><a href=\"/news/indexyq.asp\" target=\"_blank\" title=\"乐器联盟\">乐器联盟</a></li>");
document.writeln("<li><a href=\"/book/index.asp\" target=\"_blank\" title=\"音乐书籍\">音乐书籍</a></li>");
document.writeln("<li><a href=\"/help/advantages.html\" target=\"_blank\" title=\"帮助中心\">帮助中心</a></li>");
document.writeln("<li id=\"end\"><a href=\"http://bbs.musiceol.com/\" target=\"_blank\" title=\"论坛\">论坛</a></li>");
document.writeln("</ul>");
document.writeln("</div>");
document.writeln("<div class=\"NavRightBg\"></div>");
document.writeln("<div class=\"clear\"></div>");
document.writeln("</div>");
document.onkeydown   =   processKey;   
  function   processKey()   
  {   
      if   (window.event.keyCode   ==   13)   
      {   
          document.form1.submit();
      }
  }


