//document.write("<!doctype html public '-//W3C//DTD HTML 4.0 Transitional//EN'>");
//document.write("<html>");
//document.write("<head>");
//document.write("<title>河南邮政电子商务网</title>");
//document.write("<meta http-equiv='Content-Type' content='text/html'; charset='gb2312'>");
document.write("<link rel='stylesheet' href='/post183/data/post183.css' type='text/css'>");
document.write("<script src='/post183/common/check.js'><"+"/script>");
document.write("</head>");
document.write("<body text='#000000' topmargin='0'>");
document.write("<!-- 这是会员管理区 -->");
document.write("<table width='758' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='90C8A0'>");
document.write("  <tr> ");
document.write("    <td width='142' height='42' background='/post183/image/logo_tou.gif'>&nbsp;</td>");
document.write("    <td>");
document.write("      <table border='0' cellspacing='0' cellpadding='0' class='hy' width='616'>");
document.write("          <tr> ");
document.write("            <td height='26' width='150'>&nbsp;</td>");
document.write("            <td height='26' width='70'>&nbsp;</td>");
document.write("            <td height='26' width='90'><img src='/post183/image/arrow-orange.gif' width='6' height='7'><a href='/post183/common/reg_member.php'>新会员注册</a></td>");
document.write("            <td height='26' width='80'> ");
document.write("              <img src='/post183/image/arrow-orange.gif' width='6' height='7'><a href='/post183/common/get_password.php'>找回密码</a>");
document.write("            </td>");
document.write("            <td height='26' width='100'><img src='/post183/image/arrow-orange.gif' width='6' height='7'><a href='/post183/common/login.htm'>修改个人信息</a></td>");
document.write("            <td height='26' width='80'> ");
document.write("              <img src='/post183/image/arrow-orange.gif' width='6' height='7'><a href='/post183/common/login2.htm'>修改密码</a>");
document.write("            </td>");
document.write("            <td height='26' width='46'></td>");
document.write("          </tr>");
document.write("          <tr bgcolor='189040'> ");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("            <td height='16'>&nbsp;</td>");
document.write("          ");
document.write("      </table>");
document.write("    </td>");
document.write("  </tr>");
document.write("</table>");
document.write("");
document.write("<!-- 这里是网站标志及广告位 -->");
document.write("<table width='758' border='0' cellspacing='0' cellpadding='0' align='center' bgcolor='F8FDF6'>");
document.write("  <tr> ");
document.write("    <td colspan='3' height='10'></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td width='192'> ");
document.write("      <div align='center'><img src='/post183/image/post183.gif' width='191' height='54'></div>");
document.write("    </td>");
document.write("    <td width='468'> ");

/*
//-------------------------------------------------------------------------------
// 程序目的：主页每刷新一次，屏幕便出现下一个Flash，如果显示完最后一个Flash便回到第一个动画。
// 程序思路：将Cookie写入客户端以记录用户刷新次数，再读取Cookie数据来显示哪个Flash动画。
// 程序作者：田耕
// 程序语言：javascript
// 完成时间：2003-9-28
//-------------------------------------------------------------------------------
var name;
function setCookie(x){ //设置Cookie
    var the_cookie = "post183_flash=username:" + escape(x);
    document.cookie = the_cookie;
}
function readCookie(){ //获取Cookie的值	
    var t_cookie = document.cookie;
	if(t_cookie.indexOf("username")==-1){
		name=-1;
	}else{
		var broken_cookie = t_cookie.split(":");
		var the_name = broken_cookie[1].split(";");
		name = unescape(the_name[0]);
	}
}
function showFlash(){
	try{
		var swfs = new Array ("post183.swf","shangyi.swf");
		readCookie();
		var numName = Number(name);		
		if(numName>(swfs.length-2)){
			numName=0; //如果到最后一个索引则将索引恢复为0(即指向数组的第一个)
		}else{
			numName++; //如果不是最后一个则加1
		}
		setCookie(numName);
		document.write("      <div align='center'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='468' height='60'>");
		document.write("          <param name=movie value='/post183/flash/"+swfs[numName]+"'>");
		document.write("          <param name=quality value=high>");
		document.write("          <embed src='/post183/flash/"+swfs[numName]+"' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='468' height='60'>");
		document.write("          </embed> ");
		document.write("        </object></div>");
	}catch(e){}
}
showFlash();
//-------------------------------------------------------------------------------
// 结束
//-------------------------------------------------------------------------------
*/
var swfs = new Array ("post183.swf","shangyi.swf");
var showId=Math.floor(Math.random()*(swfs.length));
var tempStr=swfs[showId];
//swfs[showId]=swfs[0];
//swfs[0]=tempStr;

document.write("      <div align='center'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='468' height='60'>");
document.write("          <param name=movie value='/post183/flash/" + tempStr + "'>");
document.write("          <param name=quality value=high>");
document.write("          <embed src='/post183/flash/" + tempStr + "' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='468' height='60'>");
document.write("          </embed> ");
document.write("        </object></div>");
document.write("    </td>");
document.write("    <td width='98'><img src='/post183/image/china_post.gif' width='91' height='35'></td>");
document.write("  </tr>");
document.write("  <tr> ");
document.write("    <td colspan='3' height='10'></td>");
document.write("  </tr>");
document.write("</table>");
document.write("<!-- 这里是菜单 -->");
document.write("<table width='758' border='0' cellspacing='0' cellpadding='0' align='center'>");
document.write("  <tr> ");
document.write("    <td bgcolor='189040' height=21 valign='bottom'> ");
document.write("      <table border='0' cellspacing='0' cellpadding='0' bgcolor='E9FF95' align='center' class='menu'>");
document.write("        <tr> ");
document.write("          <td><img src='/post183/image/patch_left.gif' width='9' height='19'></td>");
document.write("          <td valign='bottom'><a href='/index.php'>首页</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/postinfo/index.php'>邮政信息</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/dangjian/index.php' target='_blank'>党建工作</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/postyw/index.htm'>邮政业务</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='http://bk.183.com.cn/index.do'target='_blank'>报刊订阅</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/tousu/index.php'>网上投诉</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='http://www.3eport.com:8080/myjsp/index.jsp' target='_blank'>网上办公</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='http://www.post183.net/yzfz/' target='_blank'>邮政法制</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='http://hnyzbx.183.ha.cn/' target='_blank'>代理保险</a></td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/yzhk/index.htm' target='_blank'>短信贺卡</a></td>");
//document.write("          <td valign='bottom'>网上短信</td>");
//document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
//document.write("          <td valign='bottom'><a href='http://www.3eport.com:8080/myjsp/sms/' target='_blank'>网上短信</a></td>");
//document.write("          <td valign='bottom'>网上短信</td>");
document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
document.write("          <td valign='bottom'><a href='/post183/lipin/index.htm'>电子礼品</a></td>");
//document.write("          <td><img src='/post183/image/patch.gif' width='23' height='19'></td>");
//document.write("          <td valign='bottom'><a href='/post183/20030130/zhaopin/index.htm' target='_blank'>诚聘</a></td>");
document.write("          <td><img src='/post183/image/patch_right.gif' width='9' height='19'></td>");
document.write("        </tr>");
document.write("      </table>");

document.write("    </td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td bgcolor='189040' height=5 valign='bottom'></td>");
document.write("  </tr>");
document.write("</table>");

//报刊订阅原地址：/post183/baokan/index.htm