<!--

        var nr_of_links = 1;
        var lnk = new Array (nr_of_links)
        var desc = new Array (nr_of_links)
        var dsp = new Array (nr_of_links)


        lnk[0] = "http://sexi.bitacoras.com/";
        lnk[1] = "http://www.gratisweb.com/fotosx_gratis/";
        



 
        desc[0] = "Mujeres Sexis para Sexo Personal";
        desc[1] = "Mujeres Desnudas";
 
        

	

        dsp[0] = "";
        dsp[1] = "";
 

	

        var hits = 0;

        while (hits < (nr_of_links + 1))
        {
                rnd = Math.round(Math.random() * nr_of_links)
                if (dsp[rnd] == "")
                {
                        dsp[rnd] = lnk[rnd]
                        hits += 1
                        document.write('<A HREF="' + lnk[rnd] + '"><font face="trebuchet, verdana, arial" size="2" color="#ff6600">' + desc[rnd] + '</font></A><BR>')
                }
        }


//-->
