<!--
function picklink() {
var linknumber = 20 ;
var linktext = "nolink.htm" ;
var randomnumber = Math.random() ;
var linkselect = Math.round( (linknumber-1) * randomnumber) + 1 ;
if ( linkselect == 1)
{linktext="Anglizis.htm" }
if ( linkselect == 2)
{linktext="HotLink6.htm" }
if ( linkselect == 3)
{linktext="Blicke.htm" }
if ( linkselect == 4)
{linktext="Jungfrau.htm" }
if ( linkselect == 5)
{linktext="Witze.htm" }
if ( linkselect == 6)
{linktext="Tee.htm" }
if ( linkselect == 7)
{linktext="Rammst2.htm" }
if ( linkselect == 8)
{linktext="Marlene.htm" }
if ( linkselect == 9)
{linktext="Kraftw.htm" }
if ( linkselect == 10)
{linktext="Fund_10.htm" }
if ( linkselect == 11)
{linktext="Fund_6.htm" }
if ( linkselect == 12)
{linktext="Feedback.htm" }
if ( linkselect == 13)
{linktext="Myst_0.htm" }
if ( linkselect == 14)
{linktext="Splitt01.htm" }
if ( linkselect == 15)
{linktext="Fund_5.htm" }
if ( linkselect == 16)
{linktext="Fund_7.htm" }
if ( linkselect == 17)
{linktext="Zitate.htm" }
if ( linkselect == 18)
{linktext="Kaesekuc.htm" }
if ( linkselect == 19)
{linktext="Fund_17.htm" }
if ( linkselect == 20)
{linktext="Fund_12.htm" }
return linktext;
}
// -->
