var paramter = "";//定义一个变量用于存放URL参数
try{
	if(oneColumnsId!=null && twoColumnsId!=null && threeColumnsId!=null && fourColumnsId!="error" && fourColumnsId!=null)
	{
		paramter="oneColumnsId="+oneColumnsId+"&twoColumnsId="+twoColumnsId+"&threeColumnsId="+threeColumnsId+"&fourColumnsId="+fourColumnsId;
	}
	else if(oneColumnsId!=null && twoColumnsId!=null && threeColumnsId!=null)
	{
		paramter="oneColumnsId="+oneColumnsId+"&twoColumnsId="+twoColumnsId+"&threeColumnsId="+threeColumnsId;
	}
	else if(oneColumnsId!=null && twoColumnsId!=null)
	{
		paramter="oneColumnsId="+oneColumnsId+"&twoColumnsId="+twoColumnsId;
	}
	else
	{
		paramter="oneColumnsId="+oneColumnsId;
	}
}catch(err){
	if(oneColumnsId!=null && twoColumnsId!=null && threeColumnsId!=null)
	{
		paramter="oneColumnsId="+oneColumnsId+"&twoColumnsId="+twoColumnsId+"&threeColumnsId="+threeColumnsId;
	}
	else if(oneColumnsId!=null && twoColumnsId!=null)
	{
		paramter="oneColumnsId="+oneColumnsId+"&twoColumnsId="+twoColumnsId;
	}
	else
	{
		paramter="oneColumnsId="+oneColumnsId;
	}
}

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 > 网上交易操作类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020001&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_wsjyczlInfo_5"
		);

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 > 网上交易费率类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020002&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_wsjyfllInfo_5"
		);

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 > 网上交易定期定额业务类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020003&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_wsjydqdeywlInfo_5"
		);

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 > 网上交易技术类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020004&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_wsjyjslInfo_5"
		);

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 >银行卡类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020005&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_yhklInfo_5"
		);

/***
	网上交易 > 网上交易指南 > 网上交易常见问题 > 网上交易综合类信息列表
**/
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid=000500010004000300020006&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText_40,
		"POST",
		"rewinjson_wsjyzhlInfo_5"
		);

/***
	网上交易 > 最新动态信息列表
**/
rewinjson.client.getData = function(){
new rewinjson.rewinAjax("/dcjj/jsp/public/rewinJsonInfoListMore.jsp",
		new rewinjson.tool.parameter("json_4","classid="+wsjy_zxdtColumnsId+"&pageIndex="+pageIndex+"&infoFlag=finfo","/dcjj/jsp/public/detailInfo.html?"+paramter,"1=1"),
		rewinjson.client.InfoListMoreText,
		"POST",
		"rewinjson_zxdtInfo_7"
		);
}
		//这个方法名称不能变化,因为在其它fenye.jsp页面里面有调用这个方法.
gotoPage = function (page){
	page = parseInt(page);
	if(isNaN(page) || page < 1 || page > totalPages){
		pageIndex = pageIndex;
	}else{
		pageIndex = page;
	}
	rewinjson.client.getData();
	rewinjson.client.FenYe(pageIndex,totalPages);
}

/***
	获取对应栏目下的信息列表;保证是第一次进来执行。  
**/
if(totalCounts == -1){
	rewinjson.client.getData();
}

//显示翻页信息
rewinjson.client.FenYe = function (pageIndex,totalPages){
	new rewinjson.rewinAjax("/dcjj/jsp/public/fenye.jsp",
			new rewinjson.tool.parameter("style","pageIndex="+pageIndex+"&totalPages="+totalPages,"","1=1"),
			rewinjson.client.StyleText,
			"GET",
			"rewinjson_fenye"
			);
}