document.write('<link href="css/news.css" rel="stylesheet" type="text/css"><style type="text/css">');
document.write('<!--');
document.write('body {');
document.write('	background-color: #75A4CD;');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('<table width="760" border="0"  bgcolor="#cfedfe" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td>');
document.write('<TABLE cellSpacing="0" cellPadding="0" width="760" align="center" border="0">');
document.write('<TBODY>');
document.write('<TR>');
document.write('<TD background="images/top_bj.gif" height="27"><TABLE cellSpacing="0" cellPadding="0" width="96%" align="center" border="0">');
document.write('<TBODY>');
document.write('<TR>');
document.write('<TD id=me><A href="index.asp" target="_blank">ÃûÐ£ÍøÊ×Ò³</A> - <A href="mx/beijing.asp" target="_blank">¾©</A>- <A href="mx/shanghai.asp" target="_blank">»¦</A>- <A href="mx/guangdong.asp" target="_blank">ÔÁ</A> -<A href="mx/shandong.asp" target="_blank">Â³</A>- <A href="mx/classfengcai.asp" target="_blank">ËÕ</A>- <A href="mx/zhejiang.asp" target="_blank">Õã</A>- <A href="mx/hubei.asp" target="_blank">¶õ</A>- <A href="mx/sichuan.asp" target="_blank">´¨</A> -<A href="mx/tianjin.asp" target="_blank">½ò</A>- <A href="mx/shanxi.asp" target="_blank">ÉÂ</A>- <A href="mx/neimeng.asp" target="_blank">ÃÉ</A>- <A href="mx/hunan.asp" target="_blank">Ïæ</A>- <A href="mx/fujian.asp" target="_blank">Ãö</A>- <A href="mx/chongqing.asp" target="_blank">Óå</A>- <A href="mx/jilin.asp" target="_blank">¼ª</A>- <A href="mx/anhui.asp" target="_blank">Íî</A>- <A href="mx/shanxis.asp" target="_blank">½ú</A>- <A href="mx/jiangxi.asp" target="_blank">¸Ó</A>- <A href="mx/guangxi.asp" target="_blank">¹ð</A>- <A href="mx/yunnan.asp" target="_blank">µá</A>- <A href="mx/xinjiang.asp" target="_blank">½®</A>- <A href="mx/heilongjiang.asp" target="_blank">ºÚ</A>- <A href="mx/hainan.asp" target="_blank">Çí</A>- <A href="mx/qinghai.asp" target="_blank">Çà</A>- <A href="mx/ningxia.asp" target="_blank">Äþ</A>- <A href="mx/gansu.asp" target="_blank">¸Ê</A>- <A href="mx/xizang.asp" target="_blank">²Ø</A>- <A href="mx/hebei.asp" target="_blank">¼½</A>- <A href="mx/liaoning.asp" target="_blank">ÁÉ</A>- <A href="mx/guizhou.asp" target="_blank">Ç­</A>- <A href="mx/henan.asp" target="_blank">Ô¥</A></TD>');
document.write('</TR>');
document.write('</TBODY>');
document.write('</TABLE></TD>');
document.write('</TR>');
document.write('</TBODY>');
document.write('</TABLE>');
document.write('</td>');
document.write('</tr>');
document.write('<table width="760" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="180" height="80" valign="top" bgcolor="#FFFFFF"><img src="images/JSY_BANANA.gif" width="180" height="70"></td>');
document.write('<td width="580" height="80" valign="top">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="580" height="80">');
document.write('<param name="movie" value="images/image/jsy.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="images/image/jsy.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="580" height="80"></embed>');
document.write('</object>');
document.write('</td>');
document.write('</tr>');
document.write('<tr><td height="2"></td></tr>');
document.write('</table>');

function changePage(o,i){
	switch(i){
	case 0 :
		o.form.PageNo.value = o.form.gotoPage.value;
		o.form.submit();
		break;
	case 1 :
		o.form.PageNo.value = 1;
		o.form.submit();
		break;
	case 2 :
		o.form.PageNo.value = parseInt(o.form.PageNo.value)-1;
		o.form.submit();
		break;
	case 3 :
		o.form.PageNo.value = parseInt(o.form.PageNo.value)+1;
		o.form.submit();
		break;
	case 4 :
		o.form.PageNo.value = 9999;
		o.form.submit();
		break;
	}
}
