<!---
// Sonntag=0
var d=new Date()
Tag=d.getDay()
switch (Tag)
{
case 0:
  self.location.href = "ladychat/susi.htm";
  break
case 1:
  self.location.href = "ladychat/sonja.htm";
  break
case 2:
  self.location.href = "ladychat/resi.htm";
  break
case 3:
  self.location.href = "ladychat/susi.htm";
  break
case 4:
  self.location.href = "ladychat/monique.htm";
  break
case 5:
  self.location.href = "ladychat/susi.htm";
  break
case 6:
  self.location.href = "ladychat/sonja.htm";
  break
default:
  self.location.href = "ladychat/susi.htm";
}
//--->

