var strPoll = ''
strPoll +='<strong>Take our Poll!</strong>'
strPoll +='<BR>'
strPoll +='<BR>'
strPoll +='Are we going to take the cup?'
strPoll +='<BR>'

strPoll +='<input type="radio" name="radiobutton" value="Yes">Yes'
strPoll +='<BR>'

strPoll +='<input type="radio" name="radiobutton" value="No">No'
strPoll +='<BR>'
strPoll +='<input type="submit" name="Submit" value="Submit">'
strPoll +='<HR align="left" width="100%" size="1" noshade>'
strPoll = ''
document.write(strPoll) 