function keep1(name,link)
{
	this.name=name;
	this.link=link;

}
today = new Array()

today[0]=new keep1('往期查询&nbsp;&nbsp;','#')
today[1]=new keep1('2002.6.17-6.21','index020620.html')
today[2]=new keep1('2002.6.24-6.28','index020628.html')
today[3]=new keep1('2002.7.1-7.5','index020703.html')
today[4]=new keep1('2002.7.8-7.12','index020709.html')
today[5]=new keep1('2002.7.15-7.19','index020715.html')
today[6]=new keep1('2002.7.22-7.26','index020722.html')
today[7]=new keep1('2002.7.29-8.2','index020729.html')
today[8]=new keep1('2002.8.5-8.9','index020806.html')
today[9]=new keep1('2002.8.12-8.16','index020812.html')
today[10]=new keep1('2002.8.19-8.23','index020819.html')
today[11]=new keep1('2002.8.26-8.30','index020823.html')
today[12]=new keep1('2002.9.2-9.6','index020902.html')
today[13]=new keep1('2002.9.9-9.13','index020911.html')
today[14]=new keep1('2002.9.16-9.20','index020916.html')
today[15]=new keep1('2002.9.23-9.27','index020924.html')
today[16]=new keep1('2002.10.21-10.25','index021030.html')
today[17]=new keep1('2002.10.28-11.1','index021031.html')
today[18]=new keep1('2002.11.4-11.8','index021107.html')
today[19]=new keep1('2002.11.11-11.15','index021112.html')
today[20]=new keep1('2002.11.18-11.22','index021121.html')
today[21]=new keep1('2002.11.25-11.29','index021127.html')
today[22]=new keep1('2002.12.2-12.6','index021203.html')
today[23]=new keep1('2002.12.9-12.13','index021210.html')
today[24]=new keep1('2002.12.16-12.20','index021218.html')
today[25]=new keep1('2002.12.23-12.27','index021225.html')
today[26]=new keep1('2002.12.30-12.31','index021231.html')
today[27]=new keep1('2003.1.6-1.10','index030113.html')
today[28]=new keep1('2003.1.13-1.17','index030115.html')
today[29]=new keep1('2003.1.20-1.24','index030123.html')
today[30]=new keep1('2003.1.27-1.31','index030128.html')
today[31]=new keep1('特别节目：《寻找“野人”》','http://www.cctv.com/life/special/C10272/01/index.shtml')
today[32]=new keep1('2003.2.24-2.28','index030227.html')
today[33]=new keep1('2003.3.3-3.7','index030310.html')
today[34]=new keep1('2003.3.17-3.21','lanmu/bzmt030313.html')
today[35]=new keep1('2003.3.24-3.28','lanmu/bzmt030321.html')
today[36]=new keep1('2003.3.31-4.4','lanmu/bzmt030409.html')
today[37]=new keep1('2003.4.14-4.18','lanmu/bzmt030417.html')
today[38]=new keep1('2003.5.19-5.23','lanmu/bzmt030522.html')
today[39]=new keep1('2003.5.26-5.30','lanmu/bzmt030528.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;
   window.location.href =  page ;
}