<!--[115,93,1476] published at 2006-06-29 17:24:36 from #237 by system-->


var index = 20;
var goto_no =1;
all_no = new Array(19);
all_url = new Array(19);
all_no[1]= '102378';
all_url[1]= 'http://games.sina.com.cn/t/i/2006-06-29/1722102378.shtml';
all_no[2]= '102377';
all_url[2]= 'http://games.sina.com.cn/t/i/2006-06-29/1722102377.shtml';
all_no[3]= '102376';
all_url[3]= 'http://games.sina.com.cn/t/i/2006-06-29/1721102376.shtml';
all_no[4]= '102375';
all_url[4]= 'http://games.sina.com.cn/t/i/2006-06-29/1721102375.shtml';
all_no[5]= '102371';
all_url[5]= 'http://games.sina.com.cn/t/i/2006-06-29/1721102371.shtml';
all_no[6]= '102370';
all_url[6]= 'http://games.sina.com.cn/t/i/2006-06-29/1721102370.shtml';
all_no[7]= '102369';
all_url[7]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102369.shtml';
all_no[8]= '102368';
all_url[8]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102368.shtml';
all_no[9]= '102367';
all_url[9]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102367.shtml';
all_no[10]= '102366';
all_url[10]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102366.shtml';
all_no[11]= '102365';
all_url[11]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102365.shtml';
all_no[12]= '102364';
all_url[12]= 'http://games.sina.com.cn/t/i/2006-06-29/1720102364.shtml';
all_no[13]= '102363';
all_url[13]= 'http://games.sina.com.cn/t/i/2006-06-29/1719102363.shtml';
all_no[14]= '102362';
all_url[14]= 'http://games.sina.com.cn/t/i/2006-06-29/1719102362.shtml';
all_no[15]= '102361';
all_url[15]= 'http://games.sina.com.cn/t/i/2006-06-29/1719102361.shtml';
all_no[16]= '102360';
all_url[16]= 'http://games.sina.com.cn/t/i/2006-06-29/1719102360.shtml';
all_no[17]= '102359';
all_url[17]= 'http://games.sina.com.cn/t/i/2006-06-29/1719102359.shtml';
all_no[18]= '102358';
all_url[18]= 'http://games.sina.com.cn/t/i/2006-06-29/1718102358.shtml';
all_no[19]= '102357';
all_url[19]= 'http://games.sina.com.cn/t/i/2006-06-29/1718102357.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];
}