var htxt="";
document.write("");
htxt="
"
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ bucuo";
htxt=htxt+" | jinsixiaozao <2-9 19:25>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ 有参考价值。80分";
htxt=htxt+" | g3hx2010 <9-8 8:58>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ 哈哈哈哈哈哈哈哈哈哈哈";
htxt=htxt+" | asdfghjkl000 <3-5 17:32>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ 资料不错,但有点贵";
htxt=htxt+" | asdfghjkl000 <3-5 17:30>";
htxt=htxt+" | 
";
htxt=htxt+"";
htxt=htxt+"";
htxt=htxt+"| □ 不是苏教版";
htxt=htxt+" | xhgz <8-30 23:1>";
htxt=htxt+" | 
";
document.write(htxt);
function sendhp()
{
      $.get("http://www.e-huaxue.com/sendgoodbad.asp", 
	        { id: "30282251", 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: "30282251", gb: "b" },
			function(data){
  					viewpp(data);
			});
}