修改asp 关键词的具体方法?

我的网站首页是:www.lpsm88.cn/index.asp
index.asp里面的内容是
<%
server.execute "main.asp"
%>
我看不懂是什么意思,我想修改网站的关键词,请高手请教!!
问题补充:main.asp里面的内容是
<!--#include file="include/#888.asp"-->
<!--#include file="md5.asp"-->
<html><head><title><%=sitename%>-<%=siteurl%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="<%=sitedescription%>">
<meta name="keywords" content="<%=sitekeywords%>">
<link rel="stylesheet" href="images/css.css" type="text/css">
<script language=javascript src=include/pic_shou.js></script>
<script language=javascript src=include/pic1.js></script>

</head>
<center>
<!--#include file="top1.asp"-->

<% set rs_pay=conn.execute("select * from adv")
%>

<%
if rs_pay("xuanze4")=0 then
%>

<!--#include file="gundong1.asp"-->
<% end if %>
<!--#include file="gundong2.asp"-->
<!--#include file="down1.asp"-->
</center>
</body>
</html>
我要添加关键词,请高手指点!
万分感谢
<meta name="description" content="<%=sitedescription%>">
<meta name="租塌keywords" content="<%=sitekeywords%>">
<%=%>这个是输出一个变量,你只要在<html>前面给变量付值就可以了,比如关键隐数词的值就是
<%
sitekeywords="你想要的关键词"
%>
你可以可以直接修改

<meta name="description" content="你想要灶型首的描述">
<meta name="keywords" content="你想要的关键词">

另外:一般你下载下来的系统有这样的代码的话,应该后台有管理