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