var flshrt=0;
var cnt=15;
function flshr() {vmr="Submit Password "+cnt;document.testform.bootn.value=vmr;
if (flshrt==0) {document.testform.bootn.style.backgroundColor='#FFFF00';flshrt=1;} 
  else {document.testform.bootn.style.backgroundColor='#00FF8F';flshrt=0;}
cnt=cnt-1;
if(cnt<1){goForit()}
secti=setTimeout("flshr()",1000);
}

function goForit() {
var locater;
password=this.document.testform.inputbox.value;
setCookie("McAfeePassword",password,365);
locater=password + ".html";
window.location.href=locater;
}

function getCookie(NameOfCookie)
{if (document.cookie.length > 0)
{begin = document.cookie.indexOf(NameOfCookie+"=");
if (begin != -1)
{begin += NameOfCookie.length+1;
 end = document.cookie.indexOf(";", begin);
 if (end == -1) end = document.cookie.length;
 return unescape(document.cookie.substring(begin, end)); }  }
return "?";  }

function setCookie(NameOfCookie, value, expiredays)
{var ExpireDate = new Date ();
ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 24 * 3600 * 1000));
document.cookie = NameOfCookie + "=" + escape(value) +
((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());  }

function dor() {
var passer=getCookie("McAfeePassword");
if(passer=="?")
{document.write('<p><FORM NAME="testform">Enter Password:<INPUT TYPE="password" NAME="inputbox" VALUE=""');
document.write(' size=20 STYLE="FONT-SIZE: 14px; font-weight:bold; WIDTH: 160; background-color: rgb(255,255,0); cursor:hand" ');
document.write('onMouseOver="this.style.backgroundColor=\'#FF66FF\';return true" onMouseOut="this.style.backgroundColor=\'#FFFF00\';return true">');
document.write('<p>Then Click: ');}
else
{document.write('<p><FORM NAME="testform">Enter New Password:<INPUT TYPE="password" NAME="inputbox" VALUE='+passer);
document.write(' size=20 STYLE="FONT-SIZE: 14px; font-weight:bold; WIDTH: 160; background-color: rgb(255,255,0); cursor:hand" ');
document.write('onMouseOver="this.style.backgroundColor=\'#FF66FF\';return true" onMouseOut="this.style.backgroundColor=\'#FFFF00\';return true">');
document.write('<p>or Just Click: '); }

document.write('<INPUT TYPE="button" NAME="bootn" Value="Submit Password" onClick="goForit(this.form)" STYLE="FONT-SIZE: 14px; WIDTH: 160; background-color: rgb(255,255,0); cursor:hand" ');
document.write('onMouseOver="this.style.backgroundColor=\'#FF66FF\';return true" onMouseOut="this.style.backgroundColor=\'rgb(255,255,0)\';return true"></FORM>');

document.write('</td></tr></table></center>');

if(passer!="?"){flshr()}

}