<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
&lt;!-- Begin<br>
function Login()<br>
{<br>
// programming DO NOT CHANGE!!!!!<br>
var done=0;<br>
var username=document.login.username.value;<br>
username=username.toLowerCase();<br>
var password=document.login.password.value;<br>
password=password.toLowerCase();<br>
var Dir = new String();<br>
Dir = window.location.pathname;<br>
Dir = Dir.substring(0,Dir.indexOf(&quot;piping.htm&quot;));<br>
// users Add one line for each customer<br>
if (username==&quot;client13&quot; &amp;&amp; password==&quot;wedding&quot;) 
{done=1; }<br>
// programming DO NOT CHANGE!!!!!<br>
if (done==0) {alert(&quot;Invalid login or password, please contact Keith at Premier Pipers!&quot;);}<br>
//if (done == 1) {window.location= Dir + &quot;Customers/&quot; + username + &quot;/music 
deger.php&quot;;}<br>
if (done == 1) {window.location= &quot;deger.php&quot;;}<br>
}<br>
// End --&gt;<br>
</body>
</html>
