function WriteHead()
{
document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd'>\
<HTML>\
<HEAD>\
<title>jell software</title>\
<meta http-equiv='Content-Type' content='text/html; charset=gb2312' />\
<LINK href='style.css' type=text/css rel=stylesheet>\
<script type='text/javascript'>\
document.execCommand('BackgroundImageCache', false, true);\
</script>\
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>\
</HEAD>");
}



function WriteBottom()
{
document.write("<DIV class=copyright>\
<a href = 'about.html'>关于作者</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href = 'partner.html'>友情链接</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href = 'about.html' target='_self'>联系我们</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href = 'money.html'>银行汇款</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href = 'http://jelllove.etp21.com/gbook' target='_blank'>我要留言</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='#'>返回顶部</a></br>\
Copyright &copy; 2006-2009 jell software,All rights reserved.\
&nbsp;&nbsp;&nbsp;<a href='http://www.miibeian.gov.cn' target='_blank'>浙ICP备06054737号</a>&nbsp;<img src='http://img.tongji.linezing.com/846241/tongji.gif'>\
</DIV>");
}