<!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_TITLES=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=DELAUTOTITLE@
var v='@AutoTitleData?DELETE@';
if((v != '')&&(alert))
alert(v);
else
if(alert)
alert('Title deleted.');
opener.Refresh();
window.close();
@endif@
@if?CheckReqParm?FUNCTION=EDITAUTOTITLE@
var v='@AutoTitleData?EDIT@';
if((v != '')&&(alert))
alert(v);
else
if(alert)
alert('Title created/modified.');
opener.Refresh();
window.close();
@endif@
@if?CheckReqParm?FUNCTION=REAUTOTITLE@
@if?CheckReqParm?NEWAUTOTITLEID=@
document.location.href='autotitle.cmvp?AUTH=@Authenticate?AUTH@&AUTOTITLE=@AutoTitleDataID@';
@else@
document.location.href='autotitle.cmvp?AUTH=@Authenticate?AUTH@&AUTOTITLE=@RequestParameterEncoded?NEWAUTOTITLEID@&NEWAUTOTITLEAUTOTITLE=@RequestParameterEncoded?NEWAUTOTITLEID@';
@endif@
@endif@
//-->
</SCRIPT>
</BODY>
</HTML>
@endif@
@endif@