<!--
function thispoll()
{
var w = 640;
var h = 480;
var wint = (screen.height - h) / 2;
var winl = (screen.width - w) / 2;
var newWinObj = window.open('/cgi-bin/poll/poll.cgi?load=thispoll','pollWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width='+w+',height='+h+',left='+winl+',top='+wint);
}
// -->
