<!--[115,93,1394] published at 2006-04-25 23:54:47 from #237 by system-->


var index = 16;
var goto_no =1;
all_no = new Array(15);
all_url = new Array(15);
all_no[1]= '97786';
all_url[1]= 'http://games.sina.com.cn/o/i/2006-04-25/230997786.shtml';
all_no[2]= '97785';
all_url[2]= 'http://games.sina.com.cn/o/i/2006-04-25/230997785.shtml';
all_no[3]= '97784';
all_url[3]= 'http://games.sina.com.cn/o/i/2006-04-25/230997784.shtml';
all_no[4]= '97783';
all_url[4]= 'http://games.sina.com.cn/o/i/2006-04-25/230897783.shtml';
all_no[5]= '97782';
all_url[5]= 'http://games.sina.com.cn/o/i/2006-04-25/230897782.shtml';
all_no[6]= '97781';
all_url[6]= 'http://games.sina.com.cn/o/i/2006-04-25/230797781.shtml';
all_no[7]= '97780';
all_url[7]= 'http://games.sina.com.cn/o/i/2006-04-25/230797780.shtml';
all_no[8]= '97779';
all_url[8]= 'http://games.sina.com.cn/o/i/2006-04-25/230797779.shtml';
all_no[9]= '97778';
all_url[9]= 'http://games.sina.com.cn/o/i/2006-04-25/230697778.shtml';
all_no[10]= '97777';
all_url[10]= 'http://games.sina.com.cn/o/i/2006-04-25/230697777.shtml';
all_no[11]= '97776';
all_url[11]= 'http://games.sina.com.cn/o/i/2006-04-25/230597776.shtml';
all_no[12]= '97775';
all_url[12]= 'http://games.sina.com.cn/o/i/2006-04-25/230597775.shtml';
all_no[13]= '97774';
all_url[13]= 'http://games.sina.com.cn/o/i/2006-04-25/230597774.shtml';
all_no[14]= '97773';
all_url[14]= 'http://games.sina.com.cn/o/i/2006-04-25/230497773.shtml';
all_no[15]= '97772';
all_url[15]= 'http://games.sina.com.cn/o/i/2006-04-25/230397772.shtml';


function next_pic(my_no)
{
	for (i=1;i<index;i++){
		if (all_no[i] == my_no){
			goto_no = i;
		}
	}
	goto_no = goto_no + 1;
	if (goto_no == index){
		goto_no = 1;
	}
	window.location.href=all_url[goto_no];
}
function last_pic(my_no)
{
	for (i=1;i<index;i++){
		if (all_no[i] == my_no){
			goto_no = i;
		}
	}
	goto_no = goto_no - 1;
	if (goto_no == 0){
		goto_no = index - 1;
	}
	window.location.href=all_url[goto_no];
}