var indexTimeDataValues=[""];
var timeDataClass="";
var dataHqAllStr="";
function changPriceData(price){
	//alert(typeof(price)
	var prices = parseFloat(price).toFixed(2);
	return prices
}

function changeQZPriceData(qzprice){
	var qzprice = parseFloat(qzprice).toFixed(3);
	return qzprice
}

function putShRTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市涨幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sh&sort=pl&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzRTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市涨幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sz&sort=pl&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putShFTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市跌幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sh&sort=pl&order=asc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzFTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市跌幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sz&sort=pl&order=asc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSh5MTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市五分钟涨幅排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSz5MTimeDataValue(){
    try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市五分钟涨幅排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}
function putShValueTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市成交量排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sh&sort=ta&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>成交量</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+shTopHqData[i-1].svalue+"</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzValueTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市成交量排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sz&sort=ta&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>成交量</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+szTopHqData[i-1].svalue+"</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	 indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putShWBTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市委比排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>委比</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].svalue)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzWBTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市委比排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>委比</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].svalue)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putShZFTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市振幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sh&sort=sl&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>振幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].svalue)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzZFTimeDataValue(){
    try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市振幅排行</b><span><a href=\"http://summary.jrj.com.cn/Agu.shtml?market=sz&sort=sl&order=desc\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>振幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].svalue)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}
function putShLBTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">沪市量比排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>量比</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].svalue)+"</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putSzLBTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">深市量比排行</b></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>股票名称</th><th>量比</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getSharePage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].svalue)+"</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

function putQzTimeDataValue(){
	try{
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">权证涨幅排行</b><span><a href=\"http://summary.jrj.com.cn/quanzheng.shtml\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>权证名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(shTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(shTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getWarrantPage(shTopHqData[i-1].code)+"\" target=\"_bank\">"+shTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(shTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changeQZPriceData(shTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	indexTimeDataValues.push("<p class=\"tit1\"><b class=\"acol\">权证跌幅排行</b><span><a href=\"http://summary.jrj.com.cn/quanzheng.shtml\" target=\"_bank\">更多</a>&gt;&gt;</span></p>");
	indexTimeDataValues.push("<table class=\"table\">");
	indexTimeDataValues.push("<tr><th>排名</th><th>权证名称</th><th>涨跌幅</th><th>现价</th></tr>");
	for(var i = 1;i<=4;i++){
		if(i%2==0){
			indexTimeDataValues.push("<tr>");
		}else{
			indexTimeDataValues.push("<tr class=\"cur\">");
		}
		indexTimeDataValues.push("<td>"+i+"</td>");
		if(szTopHqData[i-1].percent>0){
			timeDataClass="red";
		}else if(szTopHqData[i-1].percent<0){
			timeDataClass="gre";
		}else{
			timeDataClass="";
		}
		indexTimeDataValues.push("<td><a href=\""+getWarrantPage(szTopHqData[i-1].code)+"\" target=\"_bank\">"+szTopHqData[i-1].name+"</a></td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changPriceData(szTopHqData[i-1].percent)+"%</td>");
		indexTimeDataValues.push("<td class=\""+timeDataClass+"\">"+changeQZPriceData(szTopHqData[i-1].price)+"</td>");
		indexTimeDataValues.push("</tr>");
	}
	indexTimeDataValues.push("</table>");
	 dataHqAllStr = indexTimeDataValues.join("");
	 indexTimeDataValues=[""];
	 return dataHqAllStr
	 }catch(e){
	 }
}

