var Title="You know where we are?";
var Content="Internet,1|Fair,10|Ad,2";
var CheckType="0";
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_3.action="/include/votes.aspx";
document.voteform_3.target="_blank";
for(var i=0;i