<!-- Begin
function startCalc(){
  interval = setInterval("calc()",1);
}
function calc(){

email = document.accountlink.email.value;
password = document.accountlink.password.value;

if(email == ""){emailmsg = "Please enter your email address";}else
if(email == "testpage@testing.com"){emailmsg = "Email accepted.";}else
if(email == "nancik81@yahoo.com"){emailmsg = "Email accepted.";}else
if(email == "chad.causey@bossierschools.org"){emailmsg = "Email accepted.";}else
if(email == "anji@anji"){emailmsg = "Email accepted.";}else
if(email == "irony111@hotmail.com"){emailmsg = "Email accepted.";}else
if(email == "mattr@mail.gabc.org"){emailmsg = "Email accepted.";}else
if(email == "wardrickyl@yahoo.com"){emailmsg = "Email accepted.";}else
if(email == "dsalley@dcbe.org"){emailmsg = "Email accepted.";}else
if(email == "grant.meacham@lonoke.k12.ar.us"){emailmsg = "Email accepted.";}else
if(email == "orpheus_ellis@yahoo.com"){emailmsg = "Email accepted.";}else
if(email == "jonna_ditto@yahoo.com"){emailmsg = "Email accepted.";}else
if(email == "lpbcsrccr@valornet.com"){emailmsg = "Email accepted.";}else
if(email == "jfaust1@nkcsd.k12.mo.us"){emailmsg = "Email accepted.";}else
if(email == "tjohnston@roxtonisd.org"){emailmsg = "Email accepted.";}else
if(email == "hgalletly@gmail.com"){emailmsg = "Email accepted.";}else
if(email == "david.herring@sbcglobal.net"){emailmsg = "Email accepted.";}else
if(email == "hammons@horatio.dmsc.k12.ar.us"){emailmsg = "Email accepted.";}else
if(email == "youngma@vinitahornets.com"){emailmsg = "Email accepted.";}else
if(email == "jnance@alumni.ou.edu"){emailmsg = "Email accepted.";}else
if(email == "reedscraper@gmail.com"){emailmsg = "Email accepted.";}else
if(email == "Steven.Wilkinson@region16.net"){emailmsg = "Email accepted.";}else
if(email == "kcodina@holycrosstigers.com"){emailmsg = "Email accepted.";}else
if(email == "gapperso@bellsouth.net"){emailmsg = "Email accepted.";}else
if(email == "rburnette@tsc.k12.in.us"){emailmsg = "Email accepted.";}else
if(email == "mattrobb@sbcglobal.net"){emailmsg = "Email accepted.";}else
if(email == "epierce@rison.k12.ar.us"){emailmsg = "Email accepted.";}else
{emailmsg = "Email address not on file";}





document.accountlink.emailmsg.value = (emailmsg);



if(password == ""){passwordmsg = "Please enter your password";}else
if(password == "scottw"){passwordmsg = "Password accepted";}else
if(password == "tp8888"){passwordmsg = "Password accepted";}else
if(password == "cc1002"){passwordmsg = "Password accepted";}else
if(password == "1234"){passwordmsg = "Password accepted";}else
if(password == "110101"){passwordmsg = "Password accepted";}else
if(password == "Horn4676"){passwordmsg = "Password accepted";}else
if(password == "rw1009"){passwordmsg = "Password accepted";}else
if(password == "jennifer"){passwordmsg = "Password accepted";}else
if(password == "gm1038"){passwordmsg = "Password accepted";}else
if(password == "hesr201"){passwordmsg = "Password accepted";}else
if(password == "sugarrush"){passwordmsg = "Password accepted";}else
if(password == "reporter1"){passwordmsg = "Password accepted";}else
if(password == "jf1018"){passwordmsg = "Password accepted";}else
if(password == "samson"){passwordmsg = "Password accepted";}else
if(password == "hg1058"){passwordmsg = "Password accepted";}else
if(password == "parasol1970"){passwordmsg = "Password accepted";}else
if(password == "trumpet"){passwordmsg = "Password accepted";}else
if(password == "my1043"){passwordmsg = "Password accepted";}else
if(password == "jnsr201"){passwordmsg = "Password accepted";}else
if(password == "lasr101"){passwordmsg = "Password accepted";}else
if(password == "swsr305"){passwordmsg = "Password accepted";}else
if(password == "kcsr101"){passwordmsg = "Password accepted";}else
if(password == "peanut205"){passwordmsg = "Password accepted";}else
if(password == "rb1076"){passwordmsg = "Password accepted";}else
if(password == "mr1103"){passwordmsg = "Password accepted";}else
if(password == "Sousa4me?"){passwordmsg = "Password accepted";}else
{passwordmsg = "Password is not on file";}




document.accountlink.passwordmsg.value = (passwordmsg);


if(email == "" && password == ""){bothmsg = "";}else
if(email != "" && password == ""){bothmsg = "";}else
if(email == "" && password != ""){bothmsg = "";}else
if(email == "nancik81@yahoo.com" && password == "scottw"){bothmsg = "Click Submit to continue";}else
if(email == "testpage@testing.com" && password == "tp8888"){bothmsg = "Click Submit to continue";}else
if(email == "chad.causey@bossierschools.org" && password == "cc1002"){bothmsg = "Click Submit to continue";}else
if(email == "anji@anji" && password == "1234"){bothmsg = "Click Submit to continue";}else
if(email == "irony111@hotmail.com" && password == "110101"){bothmsg = "Click Submit to continue";}else
if(email == "mattr@mail.gabc.org" && password == "Horn4676"){bothmsg = "Click Submit to continue";}else
if(email == "wardrickyl@yahoo.com" && password == "rw1009"){bothmsg = "Click Submit to continue";}else
if(email == "dsalley@dcbe.org" && password == "jennifer"){bothmsg = "Click Submit to continue";}else
if(email == "grant.meacham@lonoke.k12.ar.us" && password == "gm1038"){bothmsg = "Click Submit to continue";}else
if(email == "orpheus_ellis@yahoo.com" && password == "hesr201"){bothmsg = "Click Submit to continue";}else
if(email == "jonna_ditto@yahoo.com" && password == "sugarrush"){bothmsg = "Click Submit to continue";}else
if(email == "lpbcsrccr@valornet.com" && password == "reporter1"){bothmsg = "Click Submit to continue";}else
if(email == "jfaust1@nkcsd.k12.mo.us" && password == "jf1018"){bothmsg = "Click Submit to continue";}else
if(email == "tjohnston@roxtonisd.org" && password == "samson"){bothmsg = "Click Submit to continue";}else
if(email == "hgalletly@gmail.com" && password == "hg1058"){bothmsg = "Click Submit to continue";}else
if(email == "david.herring@sbcglobal.net" && password == "parasol1970"){bothmsg = "Click Submit to continue";}else
if(email == "hammons@horatio.dmsc.k12.ar.us" && password == "trumpet"){bothmsg = "Click Submit to continue";}else
if(email == "youngma@vinitahornets.com" && password == "my1043"){bothmsg = "Click Submit to continue";}else
if(email == "jnance@alumni.ou.edu" && password == "jnsr201"){bothmsg = "Click Submit to continue";}else
if(email == "reedscraper@gmail.com" && password == "lasr101"){bothmsg = "Click Submit to continue";}else
if(email == "Steven.Wilkinson@region16.net" && password == "swsr305"){bothmsg = "Click Submit to continue";}else
if(email == "kcodina@holycrosstigers.com" && password == "kcsr101"){bothmsg = "Click Submit to continue";}else
if(email == "gapperso@bellsouth.net" && password == "peanut205"){bothmsg = "Click Submit to continue";}else
if(email == "rburnette@tsc.k12.in.us" && password == "rb1076"){bothmsg = "Click Submit to continue";}else
if(email == "mattrobb@sbcglobal.net" && password == "mr1103"){bothmsg = "Click Submit to continue";}else
if(email == "epierce@rison.k12.ar.us" && password == "Sousa4me?"){bothmsg = "Click Submit to continue";}else
{bothmsg = "Your email and password do not match";}
















document.accountlink.bothmsg.value = (bothmsg);


if(email == "nancik81@yahoo.com" && password == "scottw"){accountpage = "http://www.twintowersmusic.com/DLPDF/011820091110/pg.htm";}else
if(email == "chad.causey@bossierschools.org" && password == "cc1002"){accountpage = "http://www.twintowersmusic.com/DLPDF/010820091249/pg.htm";}else
if(email == "testpage@testing.com" && password == "tp8888"){accountpage = "http://www.twintowersmusic.com/DLPDF/032820101233/pg.htm";}else
if(email == "anji@anji" && password == "1234"){accountpage = "http://www.twintowersmusic.com/DLPDF/052020071235/052020071235.htm";}else
if(email == "irony111@hotmail.com" && password == "110101"){accountpage = "http://www.twintowersmusic.com/DLPDF/032720080811/032720080811.htm";}else
if(email == "mattr@mail.gabc.org" && password == "Horn4676"){accountpage = "http://www.twintowersmusic.com/DLPDF/021020091956/pg.htm";}else
if(email == "wardrickyl@yahoo.com" && password == "rw1009"){accountpage = "http://www.twintowersmusic.com/DLPDF/022320090652/pg.htm";}else
if(email == "dsalley@dcbe.org" && password == "jennifer"){accountpage = "http://www.twintowersmusic.com/DLPDF/022720090933/pg.htm";}else
if(email == "grant.meacham@lonoke.k12.ar.us" && password == "gm1038"){accountpage = "http://www.twintowersmusic.com/DLPDF/030520092038/pg.htm";}else
if(email == "orpheus_ellis@yahoo.com" && password == "hesr201"){accountpage = "http://www.twintowersmusic.com/DLPDF/030620091103/pg.htm";}else
if(email == "jonna_ditto@yahoo.com" && password == "sugarrush"){accountpage = "http://www.twintowersmusic.com/DLPDF/042220091231/pg.htm";}else
if(email == "lpbcsrccr@valornet.com" && password == "reporter1"){accountpage = "http://www.twintowersmusic.com/DLPDF/052520091939/pg.htm";}else
if(email == "jfaust1@nkcsd.k12.mo.us" && password == "jf1018"){accountpage = "http://www.twintowersmusic.com/DLPDF/111820091924/pg.htm";}else
if(email == "tjohnston@roxtonisd.org" && password == "samson"){accountpage = "http://www.twintowersmusic.com/DLPDF/020220101101/pg.htm";}else
if(email == "hgalletly@gmail.com" && password == "hg1058"){accountpage = "http://www.twintowersmusic.com/DLPDF/020320101144/pg.htm";}else
if(email == "david.herring@sbcglobal.net" && password == "parasol1970"){accountpage = "http://www.twintowersmusic.com/DLPDF/022020100634/pg.htm";}else
if(email == "hammons@horatio.dmsc.k12.ar.us" && password == "trumpet"){accountpage = "http://www.twintowersmusic.com/DLPDF/022320101003/pg.htm";}else
if(email == "youngma@vinitahornets.com" && password == "my1043"){accountpage = "http://www.twintowersmusic.com/DLPDF/022420101147/pg.htm";}else
if(email == "jnance@alumni.ou.edu" && password == "jnsr201"){accountpage = "http://www.twintowersmusic.com/DLPDF/030120101605/pg.htm";}else
if(email == "reedscraper@gmail.com" && password == "lasr101"){accountpage = "http://www.twintowersmusic.com/DLPDF/030920101943/pg.htm";}else
if(email == "Steven.Wilkinson@region16.net" && password == "swsr305"){accountpage = "http://www.twintowersmusic.com/DLPDF/031520101704/pg.htm";}else
if(email == "kcodina@holycrosstigers.com" && password == "kcsr101"){accountpage = "http://www.twintowersmusic.com/DLPDF/032920101019/pg.htm";}else
if(email == "gapperso@bellsouth.net" && password == "peanut205"){accountpage = "http://www.twintowersmusic.com/DLPDF/042620101004/pg.htm";}else
if(email == "rburnette@tsc.k12.in.us" && password == "rb1076"){accountpage = "http://www.twintowersmusic.com/DLPDF/050720101148/pg.htm";}else
if(email == "mattrobb@sbcglobal.net" && password == "mr1103"){accountpage = "http://www.twintowersmusic.com/DLPDF/062320101656/pg.htm";}else
if(email == "epierce@rison.k12.ar.us" && password == "Sousa4me?"){accountpage = "http://www.twintowersmusic.com/DLPDF/111520101103/pg.htm";}else
{accountpage = "http://www.twintowersmusic.com/DLPDF/pdfloginerror.htm";}



document.accountlink.accountpage.value = (accountpage);






}
function stopCalc(){
  clearInterval(interval);
}
//  End -->

