require_once('set.php');
$type=array(1=>'[意见建议]',2=>'[挑错本站]',3=>'[好站推荐]',4=>'[广告申请]');
$text='';$size=@filesize('data/index.txt');
$alln=ceil($size/13); //数量
$p=get_page($alln); //页码?>
<div style="height:30px; clear:both;"><select name="showtype" style="float:right; margin-right:40px;" onchange="location.href='?showtype='+this.value+'&p=<?php echo $p; ?>';">
<option value="1" <?php echo ($_REQUEST['showtype']!=2)?' selected':''; ?>>默认顺序</option>
<option value="2" <?php echo ($_REQUEST['showtype']==2)?' selected':''; ?>>反序查看</option>
</select>
<a href="contact.html" class="abt">&nbsp;发 表 留 言&nbsp;</a>
<script language="javascript" type="text/javascript">
<!--
if(getCookie('manage')==1){
  document.write('<a href="runpost.php?act=logout" class="abt" target="lastFrame">&nbsp;退 出&nbsp;</a>');
}
-->
</script>