//底部会员评论
function check()
{
	if(document.form2.Comment.value=="")
	{
	  alert("请输入您的评论！");
	  document.form2.Comment.focus();
	   return false;
	 }
}
function checkiask()
{
	if (document._searchiask.k.value=="请输关键词" || document._searchiask.k.value=="" )
	{
		window.open("http://iask.com");
		return false;
	}
	return true;
}
//头部——新浪的连接菜单
function print_stand_unipro_head()
{
	document.writeln("<style type='text/css'>");
	document.writeln(".h3 {font-size:7px;color:#7AA8FF}A.agu:link,A.agu:visited {text-decoration:none;color: #07015B;}A.agu:active,A.agu:hover {text-decoration:none;color : #ff0000}.lp{letter-spacing:4px;}.iasklj,A.iasklj:link,A.iasklj:visited{text-decoration:none; color:#FF0000;}A.iasklj:active,A.iasklj:hover {text-decoration:none; color: #FF0000;}</style>");
	document.write("<table border=0 cellpadding=0 width=750 cellspacing=0><tr align=center><td><a href=http://www.sina.com.cn class=a01>首页</a></td><td width=4></td><td><a href=http://news.sina.com.cn class=a01>新闻</a></td><td width=4></td><td><a href=http://sports.sina.com.cn class=a01>体育</a></td><td width=4></td><td><a href=http://ent.sina.com.cn class=a01>娱乐</a></td><td width=4></td><td><a href=http://bn.sina.com.cn/ class=a01>视频</a></td><td width=4></td><td><a href=http://finance.sina.com.cn/ class=a01>财经</a></td><td width=4></td><td><a href=http://tech.sina.com.cn/ class=a01>科技</a></td><td width=4></td><td><a href=http://auto.sina.com.cn/ class=a01>汽车</a></td><td width=4></td><td><a href=http://house.sina.com.cn/ class=a01><font color=red>房产</font></a></td><td width=4></td><td><a href=http://games.sina.com.cn class=a01>游戏</a></td><td width=4></td><td><a href=http://eladies.sina.com.cn/ class=a01>女性</a></td><td width=4></td><td><a href=http://book.sina.com.cn/ class=a01>读书</a><td width=4></td><td><a href=http://y.sina.com.cn/ class=a01>校园</a></td><td width=4></td><td><a href=http://sms.sina.com.cn class=a01>短信</a></td><td width=4></td><td><a href=http://mail.sina.com.cn class=a01>邮箱</a></td><td width=4></td><td ><a href='http://unipro.sina.com.cn/'  target='_blank'>通行证登录</a></td><td align=right >");
	function checkiask(){	if (document._searchiask.k.value=="请输关键词" || document._searchiask.k.value=="" )	{		window.open("http://iask.com");		return false;}	return true;}
	document.writeln("<table cellpadding=\"1\" border=0 cellspacing=\"0\" width=215 bgcolor=\"#F0F0F0\" align=right style=\"border-top:1px solid #A9A9A9;border-bottom:1px solid #A9A9A9;margin-bottom:3px\"><form name=\"_searchiask\" method=get action=\"http://iask.com/s\" onsubmit=\"return checkiask()\" target=_blank><tr>          <td width=\"86%\" height=\"19\" nowrap align=\"right\" style=\"padding-bottom:1px\"><a href=\"http://iask.com/\" target=\"_blank\" class=\"iasklj\">爱问(iAsk.com)</a>            <input name=\"k\" type=\"text\" size=\"11\" class=\"t2\" style=\"height:17px\" value=\"请输关键词\" onClick=\"javascript:if(this.value=='请输关键词')this.value='';\">       </td>      <td width=\"14%\" align=\"right\"> <input type=\"submit\" name=\"enter\" value=\"搜\" style=\"height:18px;width:25px\"></td>    </tr></form></table>");
	document.write("</td></tr></table>");
}
