<!--
var page=new Array('175054.htm','175048.htm','175273.htm','175274.htm','177568.htm','180372.htm','183492.htm','183493.htm')
var pagecount=page.length;
var page_cur=document.location.href;
var t=page_cur.search("/");
while (1) {
page_cur=page_cur.substr(t+1);
t=page_cur.search("/");
if (t==-1){break;}
}
for (i=0;i<pagecount;i++){
	if (page[i]==page_cur){page_cur=i+1;}
}
document.write("<div>第"+page_cur+"页 共"+pagecount+"页</div>");
if (page_cur==1){
document.write ("<a href="+page[page_cur]+"><IMG height=28 src='../../images/button_next.gif' alt='下页'border=0 width=25></a>&nbsp;");
document.write ("<a href="+page[pagecount-1]+"><IMG height=28 src='../../images/button_last.gif' alt='尾页' border=0 width=25></a>");}
if (page_cur>1 && page_cur<pagecount){
document.write ("<a href="+page[0]+"><IMG height=28 src='../../images/button_first.gif'alt='首页' border=0 width=25></a>&nbsp;");
document.write ("<a href="+page[page_cur-2]+"><IMG height=28 src='../../images/button_prev.gif' alt='上页'border=0 width=25></a>&nbsp;");
document.write ("<a href="+page[page_cur]+"><IMG height=28 src='../../images/button_next.gif'alt='下页' border=0 width=25></a>&nbsp;");
document.write ("<a href="+page[pagecount-1]+"><IMG height=28 src='../../images/button_last.gif'alt='尾页' border=0 width=25></a>");}
if (page_cur==pagecount){
document.write ("<a href="+page[0]+"><IMG height=28 src='../../images/button_first.gif'alt='首页' border=0 width=25></a>&nbsp;");
document.write ("<a href="+page[page_cur-2]+"><IMG height=28 src='../../images/button_prev.gif'alt='上页' border=0 width=25></a>&nbsp;");}
//-->