function TopHeader()
{
	/*var ttstr ="" ;
	ttstr +="<table width=777 border=0 align=center cellpadding=0 cellspacing=0>";
	ttstr +="	<tr>";
	ttstr +="	<td width=110><a href='http://www.blogolb.com'><img src='/images/Top.gif' border=0></a></td>";
	ttstr +="   </tr>";
	ttstr +="</table>";
	document.write( ttstr ) ;
	*/
}

function footer()
{
	var ttstr ="" ;
	ttstr +="<table width=100% height=20 border=0 cellpadding=0 cellspacing=0  background='/images/default_23.jpg'  align='center'> ";
	ttstr +="	<tr>";
	ttstr +="	   <td align=center> ";
	ttstr +="		<table width=98%  border=0 cellpadding=0 cellspacing=0 class=bottom> ";
	/*ttstr +="		   <tr><td height=20 align=center>";
	ttstr +="                <a href='/'>首页</a> | <a href='http://cn.stareastnet.com' target=_blank>东魅网</a> | <a href='http://www.skyestar.com' target=_blank>太空站</a> | <a href='http://www.mystaru.com' target=_blank>明星学院</a> | <a href='http://www.blogolb.com/map'>地图</a> | <a href='http://www.blogolb.com/mv/join/contact.aspx'>联系</a> | <a  href='http://www.blogolb.com/mv/reg'>加入</a> | <a href='http://www.blogolb.com/job' target=_blank>招聘</a> | <a href='http://www.blogolb.com/about' target=_blank>关于</a> ";
	ttstr +="              </td>";
	ttstr +="          </tr>";
	*/
	ttstr +="			<tr> ";
	ttstr +="				<td align=center class=footColor>&copy;网雕(鵰) 2007 版权所有  <a href='#'>关于我们</a>  <a href='mailto:member@videowl.com?subject=我给网雕的建议'>意见及建议</a> 经营许可证： 粤ICP证B2-20040465</td>";
	ttstr +="			</tr>";
	ttstr +="		</table>";
	ttstr +="	   </td>";
	ttstr +="	</tr>";
	ttstr +="</table>";
    document.write( ttstr ) ;
}