function pruef()
{
if (parent.theBasket.length==1)
alert("Keine Artikel im Warenkorb")

else
parent.Hauptframe.location='buy.htm';
}

