<!--
function picklink() {
var linknumber = 19 ;
var linktext = "nolink.html" ;
var randomnumber = Math.random() ;
var linkselect = Math.round( (linknumber-1) * randomnumber) + 1 ;
if ( linkselect == 1)
   {linktext="Kochbuch/couscous.htm" }
if ( linkselect == 2)
   {linktext="Kochbuch/lamm.htm" }
if ( linkselect == 3)
   {linktext="Kochbuch/rippen.htm" }
if ( linkselect == 4)
   {linktext="Kochbuch/lachs.htm" }
if ( linkselect == 5)
   {linktext="Kochbuch/auflauf.htm" }
if ( linkselect == 6)
   {linktext="Kochbuch/krautfleisch.htm" }
if ( linkselect == 7)
   {linktext="Kochbuch/curry.htm" }
if ( linkselect == 8)
   {linktext="Kochbuch/essigflei.htm" }
if ( linkselect == 9)
   {linktext="Kochbuch/chili.htm" }
if ( linkselect == 10)
   {linktext="Kochbuch/pute.htm" }
if ( linkselect == 11)
   {linktext="Kochbuch/thaihuhn.htm" }
if ( linkselect == 12)
   {linktext="Kochbuch/marille.htm" }
if ( linkselect == 13)
   {linktext="Kochbuch/fishsoup.htm" }
if ( linkselect == 14)
   {linktext="Kochbuch/backfisch.htm" }
if ( linkselect == 15)
   {linktext="Kochbuch/shrimps.htm" }
if ( linkselect == 16)
   {linktext="Kochbuch/empanad.htm" }
if ( linkselect == 17)
   {linktext="Kochbuch/kanin.htm" }
if ( linkselect == 18)
   {linktext="Kochbuch/suppe.htm" }
if ( linkselect == 19)
   {linktext="Kochbuch/drinks.htm" }
return linktext;
}
//  -->
