<!--[115,93,1390] published at 2006-04-21 17:25:28 from #237 by system-->


var index = 12;
var goto_no =1;
all_no = new Array(11);
all_url = new Array(11);
all_no[1]= '97463';
all_url[1]= 'http://games.sina.com.cn/o/i/2006-04-21/171997463.shtml';
all_no[2]= '97462';
all_url[2]= 'http://games.sina.com.cn/o/i/2006-04-21/171997462.shtml';
all_no[3]= '97461';
all_url[3]= 'http://games.sina.com.cn/o/i/2006-04-21/171897461.shtml';
all_no[4]= '97460';
all_url[4]= 'http://games.sina.com.cn/o/i/2006-04-21/171897460.shtml';
all_no[5]= '97459';
all_url[5]= 'http://games.sina.com.cn/o/i/2006-04-21/171897459.shtml';
all_no[6]= '97458';
all_url[6]= 'http://games.sina.com.cn/o/i/2006-04-21/171897458.shtml';
all_no[7]= '97457';
all_url[7]= 'http://games.sina.com.cn/o/i/2006-04-21/171897457.shtml';
all_no[8]= '97456';
all_url[8]= 'http://games.sina.com.cn/o/i/2006-04-21/171897456.shtml';
all_no[9]= '97455';
all_url[9]= 'http://games.sina.com.cn/o/i/2006-04-21/171897455.shtml';
all_no[10]= '97454';
all_url[10]= 'http://games.sina.com.cn/o/i/2006-04-21/171797454.shtml';
all_no[11]= '97453';
all_url[11]= 'http://games.sina.com.cn/o/i/2006-04-21/171797453.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];
}