//直接用记事本打开。替换其中的汉字即可。替换完之后上传到空间上面，修改模版中的head.js 连接为你自己的即可。
document.writeln('<DIV class=Head_main>');
document.writeln('<IMG class=L-logo alt=金航网络-数据中心 src="/images/logo.gif">');
document.writeln('<DIV class=R_nav_box>');
document.writeln('<DIV class=Nav_help>');
document.writeln('<table width="700" border="0" align="right" cellpadding="0" cellspacing="0">');
document.writeln('<tr><td width="635" align="center"><iframe scrolling="no" frameborder="0" width="620" height="30" src="/viplogin.asp?search="></iframe></td>');
document.writeln('<td width="65" align="center"><a href="/style/info/about.asp">关于我们</a><br />');
document.writeln('<a href="/style/info/contact.asp">联系我们</a><br />');
document.writeln('<a href="/style/info/help.asp">常见问题</a></td>');
document.writeln('</tr></table></DIV>');
document.writeln('<DIV class=Nav_box>');
document.writeln('<UL class=Nav>');
document.writeln('<LI><A href="/">首页</A></LI>');
document.writeln('<LI><A href="/style/info/domain.asp">域名注册</A></LI>');
document.writeln('<LI><A href="/style/info/host.asp">虚拟主机</A></LI>');
document.writeln('<LI><A href="/style/info/juyong.asp">主机租用</A></LI>');
document.writeln('<LI><A href="/style/info/webmake.asp">网站建设</A></LI>');
document.writeln('<LI><A href="/baidu.asp">百度推广</A></LI>');
document.writeln('<LI><A href="/user/">用户专区</A></LI>');
document.writeln('<LI><A href="/agent/">代理专区</A></LI>');
document.writeln('<LI><A href="/netpay/">付款方式</A></LI>');
document.writeln('<LI class=end_li><A href="/style/info/contact.asp">联系方式</A></LI>');
document.writeln('</UL>');
document.writeln('</DIV></DIV></DIV>');

//输出右侧滚动
document.writeln('<SPAN id="Adcon" style="right: 20px; VISIBILITY: visible; POSITION: absolute; TOP: 100px">');
document.writeln('<table width="123" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr><td><img src="/images/zsjqq/qq1.gif" width="123" height="46" border="0" usemap="#Map2" /></td>');
document.writeln('</tr>');
document.writeln('<tr><td height="7" background="/images/zsjqq/qq_bg.gif"></td></tr>');
document.writeln('<tr><td height="22" background="/images/zsjqq/qq_bg.gif">&nbsp;&nbsp;&nbsp;<img src="/images/zsjqq/QQ.gif" width="16" height="16" align="absmiddle" /><a href="tencent://message/?uin=572002&Site=金航网络&Menu=yes" target="_blank"><font color="#4B4E4B">572002</font></a></td></tr>');
document.writeln('<tr><td height="22" background="/images/zsjqq/qq_bg.gif">&nbsp;&nbsp;&nbsp;<img src="/images/zsjqq/QQ.gif" width="16" height="16" align="absmiddle" /><a href="tencent://message/?uin=44430770&Site=金航网络&Menu=yes" target="_blank"><font color="#4B4E4B">44430770</font></a></td></tr>');
document.writeln('<tr><td height="22" background="/images/zsjqq/qq_bg.gif">&nbsp;&nbsp;&nbsp;<img src="/images/zsjqq/QQ.gif" width="16" height="16" align="absmiddle" /><a href="tencent://message/?uin=25885518&Site=金航网络&Menu=yes" target="_blank"><font color="#4B4E4B">25885518</font></a></td></tr>');
document.writeln('<tr><td height="7" background="/images/zsjqq/qq_bg.gif"></td></tr>');
document.writeln('<tr><td height="26" align="center" background="/images/zsjqq/qq_bg.gif"><img src="/images/zsjqq/qq2.gif" width="93" height="19" /></td></tr>');
document.writeln('<tr><td height="26" align="center" background="/images/zsjqq/qq_bg.gif"><img src="/images/zsjqq/qq3.gif" width="13" height="14" /><a href="/baidu.asp"><font color="#4B4E4B">百度推广</font></a>&nbsp;&nbsp;</td></tr>');
document.writeln('<tr><td height="26" align="center" background="/images/zsjqq/qq_bg.gif"><img src="/images/zsjqq/qq3.gif" width="13" height="14" /><a href="/netpay/"><font color="#4B4E4B">付款方式</font></a>&nbsp;&nbsp;</td></tr>');
document.writeln('<tr><td height="26" align="center" background="/images/zsjqq/qq_bg.gif"><img src="/images/zsjqq/qq3.gif" width="13" height="14" /><a href="/agent/"><font color="#4B4E4B">代理加盟</font></a><font color="#4B4E4B">&nbsp;</font></td></tr>');
document.writeln('<tr><td height="26" align="center" background="/images/zsjqq/qq_bg.gif"><img src="/images/zsjqq/qq3.gif" width="13" height="14" /><a href="/style/info/contact.asp"><font color="#4B4E4B">联系我们</font></a>&nbsp;&nbsp;</td></tr>');
document.writeln('<tr><td><img src="/images/zsjqq/qq4.gif" width="123" height="27" border="0" usemap="#Map" /></td></tr>');
document.writeln('</table>');
document.writeln('<map name="Map" id="Map"><area shape="circle" coords="93,11,10" href="#top" /></map>');
document.writeln('<map name="Map2"><area shape="rect" coords="89,2,119,20" href="Javascript:hiddenAdcon();"></map></SPAN>');

function hiddenAdcon()
{
Adcon.style.visibility = "hidden";
}

//以下为滚动脚本，无需修改
var isDOM = (document.getElementById ? true : false);
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);
var isNS = navigator.appName == "Netscape";

function getRef(id) {
	if (isDOM) return document.getElementById(id);
	if (isIE4) return document.all[id];
	if (isNS4) return document.layers[id];
}

function getSty(id) {
	x = getRef(id);
	return (isNS4 ? getRef(id) : getRef(id).style);
}

function moveRightEdge() {
	if (isNS4) {
		yMenuFrom   = Adcon.top;
		yMenuTo     = windows.pageYOffset - 280;
	} else if (isDOM) {
		yMenuFrom   = parseInt (Adcon.style.top, 10);
		if((screen.availHeight)/2 < document.documentElement.scrollTop){
			yMenuTo = (isNS ? window.pageYOffset : document.documentElement.scrollTop) + 280;
		}
		if((screen.availHeight)/2 > document.documentElement.scrollTop){
			yMenuTo = (isNS ? window.pageYOffset : document.documentElement.scrollTop) + 280;

		}
	}
	timeoutNextCheck = 500;

	if (yMenuFrom != yMenuTo) {
		yOffset = Math.ceil(Math.abs(yMenuTo - yMenuFrom) / 20);
		if (yMenuTo < yMenuFrom)
			yOffset = -yOffset;
		if (isNS4)
			Adcon.top += yOffset;
		else if (isDOM)
			Adcon.style.top = parseInt (Adcon.style.top, 10) + yOffset;
			timeoutNextCheck = 10;
	}
	setTimeout ("moveRightEdge()", timeoutNextCheck);
}

if (isNS4) {
	var Adcon = document["Adcon"];
	Adcon.top = top.pageYOffset + 500;
	Adcon.visibility = "visible";
	moveRightEdge();
} else if (isDOM) {
	var Adcon = getRef('Adcon');
	Adcon.style.top = (isNS ? window.pageYOffset : document.documentElement.scrollTop) + 700;
	Adcon.style.visibility = "visible";
	moveRightEdge();
}