document.write('<div class="wrap_cc3">');


document.write('	  <div class="block0"><form style="margin:0;" action="http://passport.cnci.gov.cn/zh-cn/login.aspx?action=loginin" name="login" method="post" id="form_login" >');
document.write('        <div class="tt1">');
document.write('          <div class="tt2">');
document.write('            <div class="tt3">用户登录</div>');
document.write('          </div>');
document.write('          <div class="tt4" style="width:10px"></div>');
document.write('        </div>');
document.write('        <div class="cc1">');
document.write('          <div id="login1">');
document.write('            <div style="float:left; margin-left:2px">');
document.write('              用户名：<input style="width:100px;" name="__username" type="text" onfocus="this.value=\'\'" onclick="javascript:if(this.value.substring(0,3)==\'请输入\');" value="" size="30" />');
document.write('              <br />');
document.write('              密&nbsp;&nbsp;&nbsp;码：<input style="width:100px;" name="password" type="password" onfocus="this.value=\'\'" onclick="javascript:if(this.value.substring(0,3)==\'请输入\');" value="" size="30"/><input name="username" type="hidden">');
document.write('            </div>');
 document.write('           <div style="float:left; margin-left:4px"><img src="/images/bt_login.gif" onClick="c_mem(document.form_login)" style="cursor:hand" /></div>');
 document.write('         </div>');
document.write('          <div style="width:100%; text-align:center; margin-top:10px; "><a href="http://passport.cnci.gov.cn/zh-cn/findpassword.aspx">忘记密码</a>  <a href="http://passport.cnci.gov.cn/zh-cn/register_step1.aspx">免费注册</a>  <a href="http://passport.cnci.gov.cn">我的助手</a></div>');
 document.write('       </div></form>');
document.write('	  </div>');

document.write('		<div class="block0">');
document.write('        <div class="tt1">');
document.write('          <div class="tt2">');
document.write('            <div class="tt3">　导航</div>');
document.write('          </div>');
document.write('          <div class="tt4" style="width:10px"></div>');
document.write('        </div>');
document.write('	    <div class="cc1">');
document.write('	      <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#E8E8E8">');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/25"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 />文化广场</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/33"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>文化产业</a></strong></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/28"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>焦点</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/29"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>万象</a></strong></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/32"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>热点</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/36"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>深圳文化沙龙</a></strong></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/30"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>场论</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/35"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>特别策划</a></strong></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/27"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>连载</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/31"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>前沿</a></strong></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('              <td bgcolor="#FFFFFF"><strong><a href="http://www.cnci.gov.cn/shangbao/34"><img src="/images/icon_arr3.gif" width="12" height="12" hspace="5" border=0 /></strong><strong>岭南风华录</a></strong></td>');
document.write('              <td bgcolor="#FFFFFF">&nbsp;</td>');
document.write('            </tr>');
document.write('          </table>');
document.write('	    </div>');
document.write('		</div>');
	  



document.write('<script language="javascript">\n');
document.write('		  	function c_mem( f )\n');
document.write('			{\n');
document.write("				if ( f.__username.value ==  '' )\n");
document.write('				{\n');
document.write("					alert('请填写用户名!');\n");
document.write('					f.username.focus();\n');
document.write('					return false;\n');
document.write('				}\n');
document.write("				if ( f.password.value == '')\n");
document.write('				{\n');
document.write("					alert('请填写密码!')\n");
document.write('					f.password.focus();\n');
document.write('					return false;\n');
document.write('				}\n');
document.write('				f.username.value = escape( f.__username.value );\n');
document.write('				f.submit();\n');
document.write('			}\n');
document.write('		  </script>\n');
	  
document.write('	  <div style="border:1px #996600 solid; padding:15px; background: #FFF2E6; margin-bottom:5px; line-height:25px; font-size:14px; font-weight:bold; color: #61461F">☆ 欢迎读者报料！<br />');
document.write('	  　　深圳商报报料电话：<br />　　0755-83900011<br />');
document.write('	  ☆ 深圳商报文化广场活动策划工作室<br />');
document.write('	  　　电　　话：13528806222</div>');
