var htxt="";
document.write("");
htxt="
";
htxt=htxt+"| 『资料评论』  点击这里发表或查看更多评论 |  好评率:100.00%  差评率:- | 
"
htxt=htxt+"
"
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ 真的好。";
htxt=htxt+" | blzx0001 <2-23 20:46>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ [好评]不错";
htxt=htxt+" | ycyzhx <3-30 12:29>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ [好评]很好,谢谢。";
htxt=htxt+" | zhulaoshi123 <5-19 10:29>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ [好评]不错";
htxt=htxt+" | 602642264 <4-30 16:2>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ [好评]iu9-ikrkk5-yo0i5k67y-0ikki-ik6ik90=o9t0o7o--=,hp0  -114ht76u98ut7r07uy";
htxt=htxt+" | taohailong <4-14 21:29>";
htxt=htxt+" | 
";
document.write(htxt);
function sendhp()
{
      $.get("http://www.e-huaxue.com/sendgoodbad.asp", 
	        { id: "30335920", gb: "g" },
			function(data){
  					viewpp(data);
			});
}
function viewpp(data)
{
    if(data.substring(0,3)!="err")
	{
		var dpsj = data.split(",");
		var good = parseInt(dpsj[0]);
		var bad = parseInt(dpsj[1]);
		$("#hpp").html(GetPercent(good,good+bad));
		$("#cpp").html(GetPercent(bad,good+bad));
	}
	else
	{
		alert("只有下载过此资料的会员可以发表评价!");
	}
}
function GetPercent(num, total) { 
	num = parseFloat(num); 
	total = parseFloat(total); 
	if (isNaN(num) || isNaN(total)) { 
		return "-"; 
	} 
	return total <= 0 ? "-" : (Math.round(num / total * 10000) / 100.00 + "%"); 
} 
function sendcp()
{
      $.get("http://www.e-huaxue.com/sendgoodbad.asp", 
	        { id: "30335920", gb: "b" },
			function(data){
  					viewpp(data);
			});
}