﻿var username=prompt("Enter username","");
var password=prompt("Enter password","");













































































































































if (username == "panc" && password == "yo") 
{
document.location.href = "http://www.pancdesign.com/clients/test/index.html";
}

else if (username == "redcell" && password == "mpate") 
{
document.location.href = "http://www.pancdesign.com/clients/redcell/index.html";
}

else if (username == "mt" && password == "rosetta") 
{
document.location.href = "http://www.pancdesign.com/clients/mt/index.html";
}

else if (username == "kpn" && password == "marijn") 
{
document.location.href = "http://www.pancdesign.com/clients/kpnims/index.html";
}

else if (username == "kpn" && password == "marijn2") 
{
document.location.href = "http://www.pancdesign.com/clients/kpnss2/index.html";
}

else if (username == "kpn" && password == "hoppinger") 
{
document.location.href = "http://www.pancdesign.com/clients/kpnss3/index.html";
}

else if (username == "kpn" && password == "ralph") 
{
document.location.href = "http://www.pancdesign.com/clients/kpnss/index.html";
}

else if (username == "kpn" && password == "cs") 
{
document.location.href = "http://www.pancdesign.com/clients/kpncs/index.html";
}

else if (username == "kpn" && password == "cs2") 
{
document.location.href = "http://www.pancdesign.com/clients/kpncs2/index.html";
}

else if (username == "kpn" && password == "cs3") 
{
document.location.href = "http://www.pancdesign.com/clients/kpncs3/index.html";
}

else if (username == "ns" && password == "sheldon") 
{
document.location.href = "http://www.pancdesign.com/clients/ns/index.html";
}

else if (username == "kpn" && password == "narrow") 
{
document.location.href = "http://www.pancdesign.com/clients/kpn_narrow/index.html";
}

else if (username == "ranj" && password == "hello") 
{
document.location.href = "http://www.pancdesign.com/clients/helloyou/index.html";
}

else if (username == "protagonist" && password == "cor") 
{
document.location.href = "http://www.pancdesign.com/clients/protagonist/index.html";
}

else if (username == "trouw" && password == "ralph") 
{
document.location.href = "http://www.pancdesign.com/clients/trouw/index.html";
}

else if (username == "playboy" && password == "patrick") 
{
document.location.href = "http://www.pancdesign.com/clients/playboy/index.html";
}


else if (username == "kpn" && password == "ss2007") 
{
document.location.href = "http://www.pancdesign.com/clients/kpnss4/index.html";
}

else if (username == "nacs" && password == "ted") 
{
document.location.href = "http://www.pancdesign.com/clients/nacs/index.html";
}


else if (username == "belcentrale" && password == "cor") 
{
document.location.href = "http://www.pancdesign.com/clients/belcentrale/index.html";
}

else if (username == "pln" && password == "hulya") 
{
document.location.href = "http://www.pancdesign.com/clients/pln/index.html";
}

else 
{
document.location.href = "clientloginfailed.html";
}