function message (ricky){
window.self.status=ricky;
return true;
}
function reagan (ronny){
window.self.status=ronny;
return true;
}
defaultStatus="**NAAS Statement of Affiliation**";
var hello="Explore NAAS opportunities."
var mail="**Send questions, comments, and suggestions to N.A.A.S.**"
var supply="*E-mail us if your Survey was not accepted*"
var signup="NAAS User ID & Sign-up page"
var home="NAAS-NEWS Home page"
var n1="National Academy of American Scholars"
var n2="NAAS-NEWS (NAAS)"
var f002="NAAS EAS/N2 Form GEC 002"
function gec_002_() {
gec_xx =":::USE OF NAAS EAS\/N2 Form GEC 002:::\>\n"
gec_xx+="Form GEC 002 is required for all special\n"
gec_xx+="contact or urgent communications with NAAS.\n"
alert (gec_xx);
return true;
}
function gec_001_() {
gec_xx =":::USE OF NAAS EAS\/N2 Form GEC 001:::\>\n"
gec_xx+="Form GEC 001 is required for all general\n"
gec_xx+="contact or communications to NAAS.\n"
alert (gec_xx);
return true;
}
function java(){
lead ="\<:::JAVA-SCRIPT REQUIRED:::\>:\n"
lead+="Use of this form requires JAVA and\n"
lead+="JAVA-SCRIPT to be enabled.\n"
alert (lead)
return true;
}
function rules(){
lead ="\<::An important NAAS message::\>:\n"
lead+="Thank you for your interest\n"
lead+="in NAAS products and services.\n"
alert (lead);
return true;
}
function testy(){
var high=5
var exit=4000
for (var attack=1; attack<=high; attack++) {
document.write("
")
document.write("
")
document.bgColor='FFFFF';
if (attack>=high){
clearTimeout()
setTimeout("window.open('index.htm')", exit)
}
}
}