function keep1(id,name,link)
{
	this.id=id;
	this.name=name;
	this.link=link;

}
today = new Array()
today[0]=new keep1('0','..::往期主角::..','#')
today[1]=new keep1('1','小野牛壮壮的故事','zhujiao.html')
today[2]=new keep1('2','小鸽子点点的故事','zhujiao021014.html')
today[3]=new keep1('3','小猴子皮皮的故事','zhujiao021022.html')
today[4]=new keep1('4','骆驼奇奇的故事','zhujiao021104_2.html')
today[5]=new keep1('5','海龟咪咪的故事','zhujiao021104_1.html')
today[6]=new keep1('6','孔雀奇奇的故事','zhujiao021112.html')
today[7]=new keep1('7','鲨鱼飞飞的故事','zhujiao021119.html')
today[8]=new keep1('8','白鲸小姐娜娜的故事','zhujiao021125.html')
today[9]=new keep1('9','海狮丽丽的故事','zhujiao021203.html')
today[10]=new keep1('10','海豹奇奇的故事','zhujiao021210.html')
today[11]=new keep1('11','企鹅遥遥的故事','zhujiao021217.html')
today[12]=new keep1('12','大海象胖胖的故事','zhujiao021224.html')
today[13]=new keep1('13','小猩猩闹闹的故事','zhujiao030106.html')
today[14]=new keep1('14','斑马纹纹的故事','zhujiao030107.html')
today[15]=new keep1('15','非洲鬣狗坏坏的故事','zhujiao030114.html')
today[16]=new keep1('16','鹈鹕啾啾的故事','zhujiao030120.html')
today[17]=new keep1('17','小猴子皮皮','zhujiao030128.html')
today[18]=new keep1('18','天鹅雅雅的故事','zhujiao030212.html')
today[19]=new keep1('19','狗狗伟伟的故事','zhujiao030227.html')
today[20]=new keep1('20','羊宝宝咩咩的故事','zhujiao030225.html')
today[21]=new keep1('21','火烈鸟咕咕的故事','zhujiao030303.html')
today[22]=new keep1('22','小猎豹阿布的故事','zhujiao030318.html')
today[23]=new keep1('23','蟒蛇曼波的故事','zhujiao030401.html')
today[24]=new keep1('24','羊驼咪咪的故事','zhujiao030409.html')
today[25]=new keep1('25','白虎斑斑的故事','zhujiao030414.html')
today[26]=new keep1('26','珊瑚虫点点的故事','zhujiao030423.html')
today[27]=new keep1('27','海葵美美的故事','zhujiao030429.html')
today[28]=new keep1('28','藏酋猴点点的故事','zhujiao030519b.html')
today[29]=new keep1('29','朱鹮贝贝的故事','zhujiao030519.html')
today[30]=new keep1('30','小熊猫阿奇的故事','zhujiao030526.html')
today[31]=new keep1('31','猫头鹰小浩的故事','zhujiao030602.html')
today[32]=new keep1('32','大鲵的故事','zhujiao030610.html')
today[33]=new keep1('33','啄木鸟咚咚的故事','zhujiao030708.html')
today[34]=new keep1('34','蝴蝶小舞的故事','zhujiao030715.html')
today[35]=new keep1('35','海獭波波的故事','zhujiao030722.html')
today[36]=new keep1('36','海马龙龙的故事','zhujiao030815.html')
today[37]=new keep1('37','恐龙的故事','zhujiao030816.html')
today[38]=new keep1('38','梁龙美美的故事','zhujiao030817.html')
today[39]=new keep1('39','霸王龙琪琪的故事','zhujiao030818.html')
today[40]=new keep1('40','黑颈鹤丽丽','zhujiao030826.html')
today[41]=new keep1('41','斑头雁小臭臭的故事','zhujiao030902.html')
today[42]=new keep1('42','棕头鸥白羽的故事','zhujiao030909.html')
today[43]=new keep1('43','鸬鹚萧萧的故事','zhujiao030916.html')
today[44]=new keep1('44','青海湖湟鱼','zhujiao030923.html')
today[45]=new keep1('45','普氏原羚跳跳的故事','zhujiao030930.html')
today[46]=new keep1('46','白唇鹿晓杰的故事','zhujiao031014.html')
today[47]=new keep1('47','海狗闹闹的故事','zhujiao031021.html')
today[48]=new keep1('48','狒狒奇奇的故事','zhujiao031027.html')
today[49]=new keep1('49','麋鹿宝贝的故事','zhujiao031103.html')
today[50]=new keep1('50','蚂蚁丁丁的故事','zhujiao031209.html')
today[51]=new keep1('51','蜘蛛的故事','zhujiao031223.html')
today[52]=new keep1('52','乌贼遥遥的故事','zhujiao040113.html')
today[53]=new keep1('53','蛾子琪琪的故事','zhujiao040120.html')
today[54]=new keep1('54','日本雪猴阿吉的故事','zhujiao040203.html')





<!----往期查询函数------>

function docform(n){
	document.write(today_trs+today[0].link+today_trm1+today[0].name+today_trm2)
	for(i=today.length-1;i>=1;i--)
	{
	cc=today_trs+today[i].link+today_trm1+today[i].name+today_trm2
	document.write(cc)
	}
	if(n>0){
	document.navform.number.options[today.length-n].selected=true
	}
}

<!----往期查询函数：结束------>

today_trs="<option value="
today_trm1=">"
today_trm2="</option>"

function list() {
   no = document.navform.number.selectedIndex;
   page = document.navform.number.options[no].value;
   if (page!="#"){
   window.open(page)} ;
}



