if(document.cookie)
{
 gespeichert = document.cookie;
 x = gespeichert.indexOf("Objekte=");
 if(x == -1)
 {
  var mzablauf = new Date();
  var mzwann = mzablauf.getTime() + (1 * 24 * 60 * 60 * 1000);
  mzablauf.setTime(mzwann);
  mzwert="Objekte=0; expires=" + mzablauf.toGMTString();
  document.cookie = mzwert;
  gespeichert = document.cookie;
 }
}
else
{
var mzablauf = new Date();
var mzwann = mzablauf.getTime() + (1 * 24 * 60 * 60 * 1000);
mzablauf.setTime(mzwann);
mzwert="Objekte=0; expires=" + mzablauf.toGMTString();
document.cookie = mzwert;
gespeichert = document.cookie;
}

function merkzettel()
{
 gespeichert = document.cookie;
 mztemp2=gespeichert.split("#");
 mza=mztemp2.length;
 mza = mza - 1;
 document.merken.zettel.value = mza;
}

function kontakt()
{
 window.location.href = "kkontakt.php";
}

function anfrage(a)
{
 window.location.href = "aartikelanfrage.php?q=" + a;
}