﻿
//显示时空港顶部
function NewSpaceHead()
{
   document.write('<div id="toplogo" style="padding-left:75px;"><a href="../" target="_blank"><img src="images/img_logo.gif" width="128" height="24" border="0" /></a></div><div id="topmenu"><a href="/membership/" target=_blank>购买续费·会员</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/ols/" target=_blank>在线支持·客服</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="/userboard/" target=_blank>个人信息·管理</a></div>');
}

//显示时空港底部
function NewSpaceBottom()
{
   document.write('<div id="btm_d"><div id="btm_l">');
   document.write('     <div id="btmL_l">');
   document.write('	   <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;promoid=BIOW" target="_blank"><img src="/space/images/img_null.gif" width="95" height="40" border="0" /></a></div>');
	document.write('	 <div id="btmL_r">');
	document.write('	   如果您看不到上面的动画 请先下载并安装<strong>FLASH</strong>插件安装文件.');
	document.write('	 </div>');
	 document.write(' </div>');
	  
	 document.write(' <div id="btm_r">');
	  document.write('  <div id="btm_r_link">');
	 document.write(' 	  <a href="/help/aboutus.asp" target=_blank>关于我们</a>&nbsp;|&nbsp;<a href="/ols/"  target=_blank>在线客服</a>&nbsp;|&nbsp;<a href="/help/link.asp"  target=_blank>友情链接</a>&nbsp;|&nbsp;<a href="/help/contactus.asp"  target=_blank>联系我们</a>&nbsp;|&nbsp;<a href="/help/navigation.asp" target=_blank>网站地图</a>');//|&nbsp;<a href="#">网站地图</a>&nbsp;|&nbsp;<a href="#">友情链接</a>&nbsp;
	 document.write(' 	</div>');
	 document.write(' 	<div id="btm_r_text">');
	 document.write(' 	  本网站内容，未经书面许可，不得转载、摘编。<span id="btm_r_tLink1">&nbsp;<a href="/help/state.asp"  target=_blank>本站声明</a>&nbsp;</span>&nbsp;<span id="btm_r_tLink2">&nbsp;<a href="http://www.miibeian.gov.cn/"  target=_blank>京ICP证080709号</a>&nbsp;</span><br />');
	 document.write(' 	  版权声明 Copyright©2000-2011 Creative Knowledge Ltd. All rights reserved. ');
	 document.write(' 	</div>');
	 document.write('</div></div>');
}
/*
function vote_check(){
	/*var checkok=0;
	for (var oki=0;oki<document.Vote_form.votevalue.length;oki++){
		if (document.Vote_form.votevalue[oki].checked==true){
			checkok=1;
			break;
		}
	}
	if(checkok==1){
		document.Vote_form.submit();
	}else{
		alert('请选择调查答案');
		document.Vote_form.votevalue[0].focus();
	}
	
    var inputs = document.getElementById("VoteItem").getElementsByTagName("input");
	for(i = 0;i<inputs.length;i++)
	{
	    if(inputs[i].checked)
	    {
			window.alert(inputs[i].value);
	    }
	}
	
}*/

