<!--[115,93,2766] published at 2008-07-18 18:38:49 from #221 by system-->


var index = 13;
var goto_no =1;
all_no = new Array(12);
all_url = new Array(12);
all_no[1]= '145588';
all_url[1]= 'http://games.sina.com.cn/o/i/2008-07-18/1837145588.shtml';
all_no[2]= '145587';
all_url[2]= 'http://games.sina.com.cn/o/i/2008-07-18/1837145587.shtml';
all_no[3]= '145586';
all_url[3]= 'http://games.sina.com.cn/o/i/2008-07-18/1837145586.shtml';
all_no[4]= '145585';
all_url[4]= 'http://games.sina.com.cn/o/i/2008-07-18/1837145585.shtml';
all_no[5]= '145584';
all_url[5]= 'http://games.sina.com.cn/o/i/2008-07-18/1837145584.shtml';
all_no[6]= '145582';
all_url[6]= 'http://games.sina.com.cn/o/i/2008-07-18/1835145582.shtml';
all_no[7]= '145581';
all_url[7]= 'http://games.sina.com.cn/o/i/2008-07-18/1835145581.shtml';
all_no[8]= '145580';
all_url[8]= 'http://games.sina.com.cn/o/i/2008-07-18/1835145580.shtml';
all_no[9]= '145579';
all_url[9]= 'http://games.sina.com.cn/o/i/2008-07-18/1826145579.shtml';
all_no[10]= '145578';
all_url[10]= 'http://games.sina.com.cn/o/i/2008-07-18/1826145578.shtml';
all_no[11]= '145577';
all_url[11]= 'http://games.sina.com.cn/o/i/2008-07-18/1826145577.shtml';
all_no[12]= '145576';
all_url[12]= 'http://games.sina.com.cn/o/i/2008-07-18/1826145576.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];
}