<!-- Begin
function LogIn(){
loggedin=false;

password="";


password=prompt("Password:","");
password=password.toLowerCase();

<!-- KOPIRATI SLJEDECA 4 REDA I STAVITI IZA UGLASTE ZAGRADE; IZMJENITI PASSWORD IZMEDJU NAVODNIKA

if (password=="macaicuko") {
loggedin=true;
window.location="help2005.html";
}

if (password=="antoinettevanhattem") {
loggedin=true;
window.location="missing.html";
}

if (password=="pascaledewijs") {
loggedin=true;
window.location="missing.html";
}

if (password=="ingridoosterom") {
loggedin=true;
window.location="missing.html";
}

if (password=="josetteklerks") {
loggedin=true;
window.location="missing.html";
}

if (password=="gigworld") {
loggedin=true;
window.location="missing.html";
}

if (password=="trudostraat") {
loggedin=true;
window.location="help2005.html";
}

if (password=="joffi") {
loggedin=true;
window.location="missing.html";
}

if (password=="jules") {
loggedin=true;
window.location="missing.html";
}

if (password=="petrahalters") {
loggedin=true;
window.location="missing.html";
}

if (password=="theogerrits") {
loggedin=true;
window.location="missing.html";
}

if (password=="folkertlanghout") {
loggedin=true;
window.location="missing.html";
}

if (password=="mauricebijkerk") {
loggedin=true;
window.location="missing.html";
}

if (password=="move") {
loggedin=true;
window.location="missing.html";
}

if (password=="kimvankampen") {
loggedin=true;
window.location="missing.html";
}

if (password=="wop") {
loggedin=true;
window.location="help2007.html";
}

if (password=="lastminute") {
loggedin=true;
window.location="missing.html";
}

if (password=="eline") {
loggedin=true;
window.location="missing.html";
}

if (password=="marcvanlaere") {
loggedin=true;
window.location="missing.html";
}

if (password=="mannenvandemaas") {
loggedin=true;
window.location="missing.html";
}

if (password=="n-sign") {
loggedin=true;
window.location="missing.html";
}

if (password=="planetevent") {
loggedin=true;
window.location="missing.html";
}

if (password=="marcelrotgans") {
loggedin=true;
window.location="missing.html";
}

if (password=="amicitia") {
loggedin=true;
window.location="missing.html";
}

if (password=="marquis") {
loggedin=true;
window.location="missing.html";
}

if (password=="stageevents") {
loggedin=true;
window.location="missing.html";
}

if (password=="robtak") {
loggedin=true;
window.location="missing.html";
}

if (password=="vanderkolk") {
loggedin=true;
window.location="missing.html";
}

if (password=="aec-ben") {
loggedin=true;
window.location="missing.html";
}

if (password=="feestje") {
loggedin=true;
window.location="missing.html";
}

if (password=="wentink") {
loggedin=true;
window.location="missing.html";
}


if (password=="maison") {
loggedin=true;
window.location="help2007.html";
}

if (password=="eastside-booking") {
loggedin=true;
window.location="missing.html";
}

if (password=="alta-ripa") {
loggedin=true;
window.location="help2007.html";
}

if (password=="geels") {
loggedin=true;
window.location="missing.html";
}

if (password=="ronald-effectgroep") {
loggedin=true;
window.location="missing.html";
}

if (password=="buromix") {
loggedin=true;
window.location="help2007.html";
}

if (password=="daniëlle") {
loggedin=true;
window.location="help2007.html";
}

if (password=="chapman") {
loggedin=true;
window.location="missing.html";
}

if (password=="topartiest") {
loggedin=true;
window.location="missing.html";
}

if (password=="evelien66") {
loggedin=true;
window.location="missing.html";
}

if (password=="svpsvp") {
loggedin=true;
window.location="missing.html";
}

if (password=="entertainmentgroup") {
loggedin=true;
window.location="help2007.html";
}

if (password=="efteling") {
loggedin=true;
window.location="missing.html";
}

// Dolynn Comunication & Events
if (password=="colmar65") {
loggedin=true;
window.location="missing.html";
}

if (password=="deleerenlampe") {
loggedin=true;
window.location="missing.html";
}

if (password=="arjanvandijk") {
loggedin=true;
window.location="help2007.html";
}

if (password=="avalon") {
loggedin=true;
window.location="help2007.html";
}

if (password=="vermeerenmeer") {
loggedin=true;
window.location="help2007.html";
}

if (password=="marquis-evenementen") {
loggedin=true;
window.location="help2007.html";
}

// Hanson
if (password=="pronto") {
loggedin=true;
window.location="help2007.html";
}

if (password=="smaak") {
loggedin=true;
window.location="missing.html";
}

if (password=="a-travel-eric") {
loggedin=true;
window.location="missing.html";
}

if (password=="quality-bookings") {
loggedin=true;
window.location="help2007.html";
}

if (password=="partyland") {
loggedin=true;
window.location="missing.html";
}

if (password=="usualsuspects") {
loggedin=true;
window.location="help2007.html";
}

if (password=="StuartEvery") {
loggedin=true;
window.location="help2007.html";
}

if (password=="stuart-every") {
loggedin=true;
window.location="help2007.html";
}

if (password=="b-concept") {
loggedin=true;
window.location="help2007.html";
}

if (password=="theaterhotel") {
loggedin=true;
window.location="help2007.html";
}

if (password=="ppc") {
loggedin=true;
window.location="help2007.html";
}

if (loggedin==false) {
alert("Invalid login!");
}

}
// End -->
