if(document.images)
{
var checkbox_off = new Image();
checkbox_off.src="/specials/boston_pops/poll/images/spe_bostonpops_poll_checkbox_off.gif";
var checkbox_on = new Image();
checkbox_on.src="/specials/boston_pops/poll/images/spe_bostonpops_poll_checkbox_on.gif";
}
var thesOnBlue="";
var polansBlue="";
function dothisblue(obj,obj2,pram)
{
	if(thesOnBlue=='')
	{
		flip(obj,obj2);
		thesOnBlue=obj;
		polansBlue=pram;
	}
	else
	{
		flip(thesOnBlue,'checkbox_off');
		flip(obj,obj2);
		thesOnBlue=obj;
		polansBlue=pram;
	}
}
function dopollblue()
{
	if(thesOnBlue=='')
	{
		alert("Please select an answer before voting.")
		return;
	}
	else
	{
		flip(thesOnBlue,'checkbox_off');
		openWin("http://cgi.cbs.com:8080/UserReg/polls/Primetime---2003_boston_pops.bean?category_title1=q1&selection_title1="+polansBlue,500,500,'boston');
		thesOnBlue='';
		return false;
	}
}