
function Vote(siteurl)
{
	if(document.pollvote.hc.value == "true")
	{
		NewWindow("","pollvote","310","262","no","center");
		document.pollvote.action = siteurl + "include/common/pollvote.cfm";
		document.pollvote.target = "pollvote";
		document.pollvote.submit();
		return true;
	}
}

function hasChosen()
{
	document.pollvote.hc.value = "true";
}