<!-- Source Code Protected by Browser Dog ! -->
<!-- Your IP Address Is Being Logged !! -->

















































































































function validate(field2,field1)
{
 if (field2=="klw" && field1=="klw2000")
 load('/leistung/info_blatt.html');
 else 
 {
  load('/leistung/sorry.htm');
 }
}
function load(url)
{
 location.href=url;
}
