function displaymessage()
{
alert("Hello World!")
}

function checkWord(readersEntry) {

   if (readersEntry.toUpperCase() == "LUCAS") {

      location.href="http://www.aionarts.com/w/events/luca_splash.html"
   
   }else if (readersEntry.toUpperCase() == "JACKIEANDMIKE") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=jackieandmike&secure_account_id=1477&secure_users_id=372021"

   }else if (readersEntry.toUpperCase() == "ALISSAELLIOT") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=alissaelliot&secure_account_id=1477&secure_users_id=374685"


  }else if (readersEntry.toUpperCase() == "JESSICAANDREW") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=jessicaandrew&secure_account_id=1477&secure_users_id=368743"

  }else if (readersEntry.toUpperCase() == "CARRIEANDNEIL") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=carrieneil&secure_account_id=1477&secure_users_id=366334"

  }else if (readersEntry.toUpperCase() == "MTDONLON") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?userid=mtdonlon&secure_account_id=1477&secure_users_id=313703"


  }else if (readersEntry.toUpperCase() == "GOGATORS") {

      location.href="http://www.claudiaretter.com/store/index.php?do=photocart&viewGallery=10019"


  }else if (readersEntry.toUpperCase() == "JOELANDMEGAN") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=meganjoel2011&secure_account_id=1477&secure_users_id=388086"


  }else if (readersEntry.toUpperCase() == "AMYANDJIMMY") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?userid=nelson101022&secure_account_id=1477&secure_users_id=335999"

 }else if (readersEntry.toUpperCase() == "HEIDIKODEY") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=heidikodey&secure_account_id=1477&secure_users_id=365182"

 }else if (readersEntry.toUpperCase() == "KELLYANDCLAIRE") {

      location.href="http://web.sendtoprint.net/proofbook/login.asp?chkcook=1&UserID=kellyandclaire&secure_account_id=1477&secure_users_id=392028"












   
      
   
    
                       
   }else{

      alert("That does not appear to be a valid or currently active event code.")

   } 


}
