

//获取页面数据，并设置背景
function gets(str){
	if (str=="8")
	{
		top.window.document.location= "/index.html"
	}else{
	
	top.window.document.location= str + ".htm"

	}
}



