var Title="您练习瑜伽的目的是什么?";
var Content="减轻压力,26|瘦身,30|健体,29|精神享受,30|社交,6|其他,7";
var CheckType="1";
if(CheckType=="0")
{
CheckType="radio";
}
else
{
CheckType="CheckBox";
}
var AContent=Content.split('|');
var Item;
document.write("
");
document.write("
");
document.write("");
function vote_check()
{
document.voteform_2.action="/include/votes.aspx";
document.voteform_2.target="_blank";
for(var i=0;i