<!--[115,93,1630] published at 2006-12-20 18:24:39 from #237 by system-->


var index = 23;
var goto_no =1;
all_no = new Array(22);
all_url = new Array(22);
all_no[1]= '114851';
all_url[1]= 'http://games.sina.com.cn/o/i/2006-12-20/1822114851.shtml';
all_no[2]= '114850';
all_url[2]= 'http://games.sina.com.cn/o/i/2006-12-20/1822114850.shtml';
all_no[3]= '114849';
all_url[3]= 'http://games.sina.com.cn/o/i/2006-12-20/1821114849.shtml';
all_no[4]= '114848';
all_url[4]= 'http://games.sina.com.cn/o/i/2006-12-20/1821114848.shtml';
all_no[5]= '114847';
all_url[5]= 'http://games.sina.com.cn/o/i/2006-12-20/1821114847.shtml';
all_no[6]= '114846';
all_url[6]= 'http://games.sina.com.cn/o/i/2006-12-20/1821114846.shtml';
all_no[7]= '113229';
all_url[7]= 'http://games.sina.com.cn/o/i/2006-11-23/1402113229.shtml';
all_no[8]= '113228';
all_url[8]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113228.shtml';
all_no[9]= '113227';
all_url[9]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113227.shtml';
all_no[10]= '113226';
all_url[10]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113226.shtml';
all_no[11]= '113225';
all_url[11]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113225.shtml';
all_no[12]= '113224';
all_url[12]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113224.shtml';
all_no[13]= '113223';
all_url[13]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113223.shtml';
all_no[14]= '113222';
all_url[14]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113222.shtml';
all_no[15]= '113221';
all_url[15]= 'http://games.sina.com.cn/o/i/2006-11-23/1401113221.shtml';
all_no[16]= '113220';
all_url[16]= 'http://games.sina.com.cn/o/i/2006-11-23/1400113220.shtml';
all_no[17]= '113219';
all_url[17]= 'http://games.sina.com.cn/o/i/2006-11-23/1400113219.shtml';
all_no[18]= '113218';
all_url[18]= 'http://games.sina.com.cn/o/i/2006-11-23/1359113218.shtml';
all_no[19]= '113217';
all_url[19]= 'http://games.sina.com.cn/o/i/2006-11-23/1359113217.shtml';
all_no[20]= '113216';
all_url[20]= 'http://games.sina.com.cn/o/i/2006-11-23/1359113216.shtml';
all_no[21]= '113215';
all_url[21]= 'http://games.sina.com.cn/o/i/2006-11-23/1359113215.shtml';
all_no[22]= '113214';
all_url[22]= 'http://games.sina.com.cn/o/i/2006-11-23/1359113214.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];
}