<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
@if?!Authenticate@ @AddFile?/grinder/failedlogin.cmvp@ @else@
@if?!CheckAuthCode?AUTH_POLLS=true@ @AddFile?/grinder/nopriv.cmvp@ @else@
<html>
<head>
<link rel="grinder icon" href="/images/grinder.ico" >
</head>
<body BGCOLOR=BLACK>
<SCRIPT LANGUAGE=JavaScript>
<!--
@if?CheckReqParm?FUNCTION=DELPOLL@
var v='@PollData?DELETE@';
if((v != '')&&(alert))
alert(v);
else
if(alert)
alert('Poll deleted.');
opener.Refresh();
window.close();
@endif@
@if?CheckReqParm?FUNCTION=EDITPOLL@
var v='@PollData?EDIT@';
if((v != '')&&(alert))
alert(v);
else
if(alert)
alert('Poll created/modified.');
opener.Refresh();
window.close();
@endif@
@if?CheckReqParm?FUNCTION=REPOLL@
@if?CheckReqParm?NEWPOLLID=@
document.location.href='poll.cmvp?AUTH=@Authenticate?AUTH@&POLL=@RequestParameterEncoded?POLL@';
@else@
document.location.href='poll.cmvp?AUTH=@Authenticate?AUTH@&POLL=@RequestParameterEncoded?NEWPOLLID@';
@endif@
@endif@
//-->
</SCRIPT>
</BODY>
</HTML>
@endif@
@endif@