The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to find and remove WIX editor logos

Go down

How to find and remove WIX editor logos Empty How to find and remove WIX editor logos

Post by Gonzalo January 20th 2010, 3:54 pm

Hi,
Wix editor does not provide the HTML code for pages made. (unles you pay for it).
I have gotten the HTML code by clicking "View source code" in Mozilla..and worked!
Also I could remnove sopme of Wix logos inserted in the code, however can not find (in HTML code) the FLAVICON logo (and text: "Grab it") which links to WIX site...that appears in the upper right side of all pages made.

Need help to find it and remove..
Here is the HTML code (if you find other wix logos, please let me know)
Code:
<html>
<head>
<!-- app5 -->




<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<META NAME="Keywords" content=" ,Hottests 3 2,photowix,website,,Photo Focus,uomo4040"/>

<META HTTP-EQUIV="Cache-Control" content="no-cache"/>
<meta name="google-site-verification" content="" />



<script type="text/javascript">

    function openUrl(url) {
        var win = window.open(url, '_blank');
        win.focus();
        return true;
    }

    var screenW = 640, screenH = 480;
    if (parseInt(navigator.appVersion) > 3) {
        screenW = screen.width;
        screenH = screen.height;
    }
    else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 3 && navigator.javaEnabled())
    {
        var jToolkit = java.awt.Toolkit.getDefaultToolkit();
        var jScreenSize = jToolkit.getScreenSize();
        screenW = jScreenSize.width;
        screenH = jScreenSize.height;
    }

    function openUrlNoMenu(url) {
        var win = window.open(url, '_blank', "resizable=yes,menubar=no,status=no,titlebar=no,toolbar=no,channelmode=yes,width=" + screenW + ",height=" + screenH);
        win.focus();
        return true;
    }

    //this function should call both the wix googlitics and the users (if the user have one)
    function doGooglitics(fakeUrl) {
        pageTracker._trackPageview(fakeUrl);
   
    }

    //this function should call only the wix googlitics
    function doGoogliticsWix(fakeUrl) {
        pageTracker._trackPageview(fakeUrl);
    }

    //this function should call only the yser goglitics (if the user doesnt have one the function should be empty
    function doGoogliticsUser(fakeUrl) {
   
    }

    function thisMovie(movieName) {
        var isIE = navigator.appName.indexOf("Microsoft") != -1;
        return (isIE) ? window[movieName] : document[movieName];
    }

    function onScreenResize()
    {
        var winW = 630, winH = 460;
        if (navigator.appName.indexOf("Microsoft") != -1) {
            winW = document.body.offsetWidth;
            winH = document.body.offsetHeight;
        } else {
            winW = window.innerWidth;
            winH = window.innerHeight;
        }
        var mov = thisMovie('app')
        if (mov != null) {
            mov.onScreenResize(winW - 47, winH - 60);
        }
    }
    function setSize(wdth, hght)
    {
        var mov = thisMovie('app');
        mov.width = wdth + 1;
        mov.height = hght + 1;
        if (fh) fh.setWidthEnd(wdth + 1); // set footer width
    }

    function getScreenSize()
    {
        var winW = 630, winH = 460;
        if (navigator.appName.indexOf("Microsoft") != -1) {
            winW = document.body.offsetWidth;
            winH = document.body.offsetHeight;
        } else {
            winW = window.innerWidth;
            winH = window.innerHeight;
        }
        return (winW - 47) + "," + (winH - 60);
    }

    function setTitle(title) {
        document.title = title;
    }

    function disappearDiv() {
        var obj = document.getElementById('searchable_text');
        if (obj != null) {
            obj.style.display = 'none';
        }
    }

    function setHistoryFrame(adress, additionalInfo)
    {

        try {
            var page_name = adress.substr(8, adress.indexOf(',') - 8);
            if (additionalInfo != null && additionalInfo.length > 0) {
                page_name = page_name + '_' + additionalInfo;
            }
            page_name = page_name + '.html';

            var ifrm = document.getElementById("historyframe");
            if (ifrm != null) {
                ifrm.src = "/siteBackFiles/siteBack.html?adress=" + adress + '&additionalInfo=' + additionalInfo;
            }
        } catch(ex) {
            var ifrm = document.getElementById("historyframe");
            if (ifrm != null) {
                ifrm.src = "/siteBackFiles/siteBack.html?adress=" + adress + '&additionalInfo=' + additionalInfo;
            }
        }
    }

    function onHistoryFrameLoaded(adress, additionalInfo)
    {
        var mov = thisMovie('app');
        if (mov != null)
        {
            try {
                mov.onHistoryFrameLoaded(adress, additionalInfo);
            } catch(e) {
            }
        }
    }


</script>
<script language="javascript">
    AC_FL_RunContent = 0;
    var requiredMajorVersion = 9;
    var requiredMinorVersion = 0;
    var requiredRevision = 0;
</script>

<script src="http://static.wix.com/client/AC_RunActiveContent.js"
        language="javascript"></script>
<script type="text/javascript">
    //<![CDATA[
    var FooterHandler = {
        widthStart : 1000,
        widthEnd : 1000,
        footerEl : null,

        elWidths : {mu:0, tl:0, wl:0, tb:0, fb:0, tr:0},

        $ : function(id) {
            return document.getElementById(id);
        },

        setWidthEnd : function(width) {
            this.widthEnd = width;
            this.footerEl.style.width = width + 'px';

            if (this.elWidths.tl == 0) this.calcWidths();
            if (this.elWidths['mu'] + this.elWidths['tl'] + this.elWidths['wl'] + this.elWidths['tb'] + 30 > width) {
                this.$('tl').style.display = 'none';
            }
        },

        getStyle : function(node) {
            if (!node) return null;
            var cs = null;
            if (node.currentStyle) {
                cs = node.currentStyle;
            } else if (document.defaultView && document.defaultView.getComputedStyle) {
                cs = document.defaultView.getComputedStyle(node, null);
            }
            if (!cs && node.style)cs = node.style;
            return cs;
        },

        init : function() {
            this.footerEl = this.$('wf');
            if (!this.footerEl) return;
            this.footerEl.style.width = this.widthEnd + 'px';
            this.footerEl.style.display = 'block';

            this.calcWidths();
            this.footerEl.style.width = this.widthStart + 'px';
        },

        calcWidths : function() {
            var key, cs, node, w;
            for (key in this.elWidths) {
                node = this.$(key);
                if (!isNaN(parseInt(node.clientWidth))) {
                    this.elWidths[key] = parseInt(node.clientWidth);
                } else {
                    cs = this.getStyle(node);
                    if (cs && cs.width) this.elWidths[key] = parseInt(cs.width);
                }
            }
        }
    };
    var fh = FooterHandler;
    //]]>
</script>
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onLoad="disappearDiv();"
      onResize="onScreenResize();" bgColor="#000000">
<center>
       

    <table valign="middle" align="middle" width="100%" height="100%">
        <tr valign="middle" align="middle">
            <td valign="middle" align="middle">
                <script language="javascript">
                    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
                        alert("This page requires AC_RunActiveContent.js.");
                    } else {
                        disappearDiv();
                        var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
                        if (hasRightVersion) {  // if we've detected an acceptable version
                            disappearDiv();
                            AC_FL_RunContent(
                                    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0',
                                    'width', '250',
                                    'height', '250',
                                    'src', 'http://static.wix.com/client/app11',
                                    'quality', 'high',
                                    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                                    'align', 'middle',
                                    'valign', 'middle',
                                    'play', 'true',
                                    'loop', 'true',
                                    'scale', 'noScale',
                                    'devicefont', 'false',
                                    'id', 'app',
                                    'bgcolor', '#000000',
                                    'name', 'app',
                                    'menu', 'true',
                                    'base', 'http://static.wix.com',
                                    'allowFullScreen', 'true',
                                    'allowScriptAccess', 'always',
                                    'movie', 'http://static.wix.com/client/app11',
                                    'salign', 'tl',
                                    'FlashVars', '&embedFormat=wix&pageId=uivOwV8tWow-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=2b384366-affc-42e2-89fd-c83864ac51b7&experiment_id=null&show_wix_logo=0&abtesting=&app=app5'
                                    ); //end AC code
                        } else {  // flash is too old or we can't detect the plugin
                            document.location = 'http://static.wix.com/client/noFlash.html';
                        }
                    }
                </script>
                <noscript>
                    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
                            codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
                            width="250" height="250" id="app" align="middle">
                        <param name="allowScriptAccess" value="always"/>
                        <param name="allowFullScreen" value="true"/>
                        <param name="base" value="http://static.wix.com"/>
                        <param name="movie"
                              value="http://static.wix.com/client/app11.swf"/>
                        <param name="src"
                              value="http://static.wix.com/client/app11.swf"/>
                        <param name="quality" value="high"/>
                        <param name="bgcolor" value="#000000"/>
                        <PARAM NAME="FlashVars"
                              VALUE="&embedFormat=wix&pageId=uivOwV8tWow-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=2b384366-affc-42e2-89fd-c83864ac51b7&experiment_id=null&show_wix_logo=0&abtesting=&app=app5"/>
                        <embed src="http://static.wix.com/client/app11.swf"
                              base="http://static.wix.com"
                              quality="high"
                              FlashVars="&embedFormat=wix&pageId=uivOwV8tWow-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=2b384366-affc-42e2-89fd-c83864ac51b7&experiment_id=null&show_wix_logo=0&abtesting=&app=app5"
                              bgcolor="#000000"
                              width="250"
                              height="250"
                              name="app"
                              align="middle"
                              allowScriptAccess="always"
                              allowFullScreen="true"
                              type="application/x-shockwave-flash"
                              pluginspage="http://www.macromedia.com/go/getflashplayer"/>
                    </object>
                    <br>
<br>
<p><p><B>Home</B></p></p><br>
<p><p><B>Quienes somos</B></p></p><br>
<p><p><B>Requisitos</B></p></p><br>
<p><p><B>Registro</B></p></p><br>
<p><p><B>Sexy&apos;s Stars</B></p></p><br>
<p><p><B>Blog</B></p></p><br>
<p><p>Sexys PARAGUAY</p></p><br>
<p><p>Sexys PERU</p></p><br>
<p><p>Sexys URUGUAY</p></p><br>
<p><p>Sexys VENEZUELA</p></p><br>
<p><p>Sexys ARGENTINA</p></p><br>
<p><p>Sexys BOLIVIA</p></p><br>
<p><p>Sexys COLOMBIA</p></p><br>
<p><p>Sexys CHILE</p></p><br>
<p><p>Sexys ECUADOR</p></p><br>
<br>
<br>
<h3>HOME</h3><br>
<br>
<br>
<h1><p>Linda y Sexy</p></h1><br>
<h1><p>! Atr�vete !</p></h1><br>
<h3></h3><img src="http://static.wix.com/media/68f24fdf74a5012feb59fc9490813423.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/1b6483e389d5e9facf9363d1016ea375.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/6953c76196ec09a8ae647c9f5580183f.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/bd435f8c1842507369c59ff6e5320f36.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/6ca56d3c5951a9bc157f8b1815a42db2.wix_mp"><br>
<h3>QUIENES SOMOS</h3><br>
<br>
<br>
<h2><p>Linda y Sexy </p></h2><br>
<p><TEXTFORMAT LEADING="6"><p>Votar�n por ti y ser�s admirada p�blicamente; podr�s participar en concursos , sorteos, eventos, promociones , invitaciones y obtener premios.</p></TEXTFORMAT><TEXTFORMAT LEADING="6"><p>Ser�s una  </p></TEXTFORMAT></p><br>
<h2><p>Sexy </p></h2><br>
<h2><p>Friends</p></h2><br>
<p><p>Somos un espacio para t�, que eres Latina y sensual. Podr�s demostrarlo con tus fotos, videos, mensajes , gustos, pensamientos, comentarios , respuestas a cuestionarios y con todo aquello que t� creas que te hace ser mas ...</p><p>...Linda y Sensual.</p></p><br>
<img src="http://static.wix.com/media/da45ac4ba125c4fadc867356ff74909b.wix_mp" alt="No Frame" /><h3>REQUISITOS</h3><br>
<br>
<br>
<h2><p>no porno</p></h2><br>
<p><p></p><p>Para ser una  <B>Sexy</B><B>:</B></p><p></p><p>1.  Tener entre 18 y 30 a�os al inscribirse;</p><p></p><p>2.  Ser de origen Sudamericano y de habla hispana;</p><p></p><p>3.  Registrarse como Sexy y enviar tres fotos : una de close up </p><p>    de  la cara; la segunda de la  mitad superior del cuerpo y la </p><p>    tercera. libre;</p><p>      </p><p>4.  El registro se supedita a su admisi�n como <B>Sexy</B>  seg�n </p><p>    calificaci�n como tal por decisi�n de Linda y Sexy.com;</p><p></p><p>5. Se enviar� un correo comunicando su admisi�n; </p><p></p><p>6. Aceptar los  de                            de Linda y Sexy.com;;</p><p></p><p>7.  S�lo se contestar�n los correos de quienes sean admitidas;</p><p></p><p>8. No se devolver� el material recibido sean admitidas o no.El </p><p>    material recibido s�lo se usar� para los fines de esta p�gina. </p><p>    Ver  pol�tica de privacidad en los T�rminos de Uso</p><p> </p></p><br>
<h3><p>T�rminos de Uso.</p></h3><br>
<h3>Requisitos- Fotos inicio</h3><br>
<img src="http://static.wix.com/media/0173b2ac7561fa01c2df7b045da1dd31.wix_mp" alt="No Frame" /><img src="http://static.wix.com/media/51a28c5917748a391298d2ca700591cb.wix_mp" alt="No Frame" /><img src="http://static.wix.com/media/d03abe757794993260f2ed6b99078594.wix_mp" alt="No Frame" /><h3>Requisitos-Fotos 2</h3><br>
<br>
<h3></h3><img src="http://static.wix.com/media/84da9d5bfff8e414509283a67baf07ac.wix_mp"><br>
<h3>4157091340_57ff83a9ac</h3><img src="http://static.wix.com/media/c1c4fefed01fe1af2133ab3f8b47e1eb.wix_mp"><br>
<h3>dt 2</h3><img src="http://static.wix.com/media/0e0352f9b055c0a0df019a2b73683dcb.wix_mp"><br>
<h3>Requsitos-Fotos 3</h3><br>
<br>
<h3></h3><img src="http://static.wix.com/media/f90358f27e96c45ffce7e19473f61b8c.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/8c79603b7957785a54d74715c327a44f.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/e6e8839e82be9b33d330f109dbd1ae74.wix_mp"><br>
<h3>Requsitos-Fotos 4</h3><br>
<br>
<h3></h3><img src="http://static.wix.com/media/0e6b03449553ffd31255c682005a92ff8ec4aceb.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/3cecf8871e93c41233d660b8cb0388a201c3983c.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/7df52995f4dca29b5a415548138f9d78232a0b10.wix_mp"><br>
<br>
<h3></h3><img src="http://static.wix.com/media/0e6b03449553ffd31255c682005a92ff8ec4aceb.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/3cecf8871e93c41233d660b8cb0388a201c3983c.wix_mp"><br>
<h3></h3><img src="http://static.wix.com/media/7df52995f4dca29b5a415548138f9d78232a0b10.wix_mp"><br>
<br>
<br>
<p><p></p><p>Para ser un  <B>Friend </B><B>:</B></p><p></p><p>1. Registrarse como Friend;</p><p> </p><p>2. Aceptar los  </p><p>    de  Linda y Sexy.com ;</p><p></p><p>3.  Pagar la cuota de inscripci�n; </p><p>  </p><p>Ver nuestra pol�tica de privacidad en los T�rminos de Uso</p></p><br>
<h3><p>T�rminos de Uso.</p></h3><br>
<h3><p>T�rminos de Uso.</p></h3><br>
<p><p>NO SE ADMITIRA A QUIEN TENGA ACTIVIDAD DE MODELAJE, TEATRO O CUALQUIER  OTRA INCOMPATBLE,  A CRITERIO  DE Linda y Sexy.com;.</p></p><br>
<h2><p>S�LO SENSUALIDAD</p></h2><h3>REGISTRO</h3><br>
<br>
<h3><p>Datos personales</p></h3><br>
<br>
<h2><p>INSTRUCCIONES</p></h2><br>
<h2><p>S�lo Sexys</p></h2><br>
<p><p>1. Llenar datos personales y enviar ;</p><p>2. Hacer click donde dice            ,  se abrir�  una      </p><p>    ventana de correo;</p><p></p><p>3. En  asunto poner :  Quiero ser  Sexy</p><p></p><p>4. Adjuntar las 3 fotos seg�n se exige en Requisitos.    </p></p><a href="MAILTO" target="_self" rel="nofollow"><br>
<h2><p>Sexy</p></h2></a><a href="MAILTO" target="_self" rel="nofollow"><br>
<h2><p>sexy</p></h2></a><br>
<h2><p>S�lo  Friends</p></h2><br>
<p><p>1. Llenar datos personales y enviar ;</p><p></p><p>2. Se le responder� dando instrucciones de pago .</p><p>        </p><p>3. Poner : Quiero ser Friend;</p><p></p><p>4. La cuota de inscripci�n es de US$ 30.00 anual.</p><p>    </p></p><br>
<h2><p>Oferta!</p><p>Libre, por</p><p>introducci�n</p></h2><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<a href="http://www.wix.com/uomo4040/Hottests-3-2/HOTTIES-PERU"><h3>HOTTIES PERU</h3><img src="http://static.wix.com/media/430e45e1a230a0ac78dff195e34226c80e5d6e76.wix_doc_ico"></a><br>
<br>
<br>
<p><TEXTFORMAT LEADING="4"><p>ACEPTACION</p></TEXTFORMAT><TEXTFORMAT LEADING="4"><p>Al enviar este correo confirmo mi decisi�n de participar en la p�gina web de Hottests Latin Girls y de aceptar sus T�rminos de  Uso .Soy mayor  de edad.</p></TEXTFORMAT></p><h3>Sexy's Stars</h3><br>
<br>
<br>
<h2><p>Linda y Sexy</p></h2><br>
<p><p>                                                              Sexy&apos;s Stars</p><p>1. Las Stars determinan el nivel de sensualidad alcanzado por cada Sexy .</p><p></p><p>2. Las estrellas se ganan por participaci�n, seg�n lo siguiente:</p><p></p><p>3. Escala :  </p><p></p><p>  </p><p>  </p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p>4. Equivalencias :</p><p></p><p>      -  30                    =  1  </p><p>    </p><p>      -  6                    =  1  </p><p></p><p>      -  3                    =    1                y ser�s  </p><p></p><p></p><p>5.  Las que obtengan la Star dorada ganar�n la opci�n de publicar sus fotos en la primera p�gina de </p><p>      Linda y Sexy.com  durante 30 d�as calendarios y obtendr� el premio disponible en dicho momento.</p><p></p><p> </p></p><br>
<br>
<br>
<br>
<br>
<h3><p>Super Linda y Sexy</p></h3><br>
<br>
<br>
<p><p>                                            Reglas </p><p></p><p>1. S�lo votan los  Friends. No se puede tener  ambas categor�as;</p><p></p><p>2. Para continuar siendo Sexy, deber�s cambiar tus 3 fotos al  </p><p>    menos 1 vez cada 4 meses; </p><p></p><p>3. Un voto equivale a una Star azul. Puedes  votar  una vez por </p><p>    mes, sin costo;</p><p></p><p>4. Los votos no son  modificables;</p><p></p><p>5. Puedes comprar Stars azules ilimitadamente  a tu Sexy. La </p><p>    compra m�nima es de un paquete  de 5 y su valor es de US$ </p><p>  10.00. Puedes  asignarlas individualmente.</p><p>    </p><p>6. Los votos  son  nominativos, es decir, se  sabr� qui�n efectu� el </p><p>    voto  o qui�n compr�  la Star azul de cada Sexy;</p><p></p><p>7. Las Sexys  obtendr�n el 20% del valor de  cada Star azul por </p><p>    cada  50 Stars azules  asignadas por compra de sus Friends;</p><p></p><p>8. Las Sexys que contin�en , luego de alcanzar la  categor�a de </p><p>    Super Linda y Sexy,  obtendr�n el  50%  del valor de cada Star </p><p>    azul que  le  compren sus Friends.</p><p>    .</p><p>9. Mayor informaci�n sobre los pagos en los</p><p></p><p>    </p></p><br>
<h3><p>T�rminos de Uso</p></h3><br>
<br>
<p><p></p><p>    Dos Stars azules por cada acto  siguiente:</p><p></p><p>    -  Ser referida por un Friend al registrarse; </p><p>    -  Por enviar un nuevo video;          </p><p>    -  Por cada 4 meses de permanencia </p><p>        como Sexy .        </p><p>  </p></p><br>
<br>
<br>
<br>
<p><p></p><p>    Una  Star azul por cada acto  siguiente:</p><p></p><p>    - Ser admitida como Sexy;            </p><p>    - Responder un cuestionario;  </p><p>    - Enviar una nueva foto;                    </p><p>    - Enviar un video (m�ximo 30 segundos);                </p><p>    - Cada voto de un Friend.            </p><p>  </p></p><br>
<h3>Sexys ARGENTINA</h3><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<br>
<h3>24M�nica-300234tyu</h3><img src="http://static.wix.com/media/a2a129e50694c749e3b90f17dd8e8c31.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>blank dummy</h3><img src="http://static.wix.com/media/c342807f8e93b086b93c0a01e86400d4.wix_mp"><br>
<h3>Terminos de Uso</h3><br>
<br>
<br>
<h2><p>  </p></h2><br>
<h2><p>T�rminos de Uso</p></h2><br>
<br>
<p><p>Al acceder a este sitio, usted da su conformidad a  los t�rminos de uso que se establecen a continuaci�n y a las de �ndole particular que aparecen en cada p�gina, si fuera el caso. </p><p></p><p>1. <B><U>Conformidad.-</U></B></p><p>El contenido de este sitio, LindaySexy.com (su informaci�n, redacci�n, software, direcciones de correo electr�nico, gr�ficos, estad�sticas, etc.) es propiedad de LindaySexy.com y se encuentra protegido por las leyes internacionales de propiedad intelectual y/o derechos de autor. El usuario renuncia a todo derecho de </p><p>propiedad intelectual y presta conformidad a LindaySexy.com, libre de regal�as, para que en el sitio LindaySexy.com haga  uso, exhiba y reproduzca la informaci�n, fotos, videos o cualquier otro documento escrito, visual o sonoro que Usted haya enviado a nuestro sitio. </p><p></p><p><B><U>2. Cambios en los T�rminos y Condiciones</U></B></p><p>2.1 Se podr� realizar cambios en los T�rminos de Uso en cualquier momento. Cuando se introduzcan estos cambios, se  publicar� una nueva copia de los T�rminos y de Uso.</p><p>2.2 Al utilizar los servicios  despu�s de la fecha de modificaci�n de los T�rminos de Usoo se considerar� que usted ha aceptado l</p><p>os cambios efectuados.</p><p>2.3 Compruebe peri�dicamente los T�rminos y de Uso para mantenerse informado acerca de la posible existencia de cambios.</p><p></p><p><B><U>Responsabilidad del Usuario.-</U></B></p><p> El usuario se hace responsable de toda afirmaci�n realizada o acto ocurrido mediante el uso de su nombre de usuario y contrase�a. No deber� enviar o divulgar contenido inapropiado, transgresor, obsceno, fraudulento, difamatorio, amenazador, o que divulgue intimidades y asuntos personales, o viole los derechos de cualquier ciudadano. No podr� tomar la identidad de otra persona o enviar y transmitir publicidad y materiales de promoci�n en nuestro sitio. Nuestro sitio no se responsabiliza por los da�os y perjuicios que pudiera ocasionar el uso de la informaci�n que proveemos. No garantizamos la veracidad o vigencia de esa informaci�n, ni que dicha informaci�n no haya sido alterada, luego de su inserci�n en el sitio.</p></p><br>
<br>
<p><p><B><U>Nuestro servicio .-</U></B></p><p> Nuestro sitio es un medio de informaci�n de medios sociales y publicidad , donde se hace publicidad, comercio electr�nico, y comunicaciones on-line, provistos por LindaySexy.com, o por terceros. LindaySexy.com se limita a proveer un medio donde sus usuarios pueden publicar sus fotograf�as, videos, comentarios y sus propios datos personales ,entre otros. Nuestro sitio promueve el intercambio entre sus usuarios y de comunicaci�n entre ellos, realizando concursos, promociones y eventos y realiza encuestas para determinar el nivel de aceptaci�n de cada usuario por los dem�s. El acceso es mediante una cuota de inscripci�n, sin embargo, pueden haber promociones por las que se permite el acceso libre de pago. Nuestro sitio provee tambi�n la venta de peque�os espacios , llamados Stars, para que cada usuario pueda manifestar su inclinaci�n hacia los otros usuarios. para estos efectos, LindaySexy.com puede recibir dinero en efectivo, o por tarjetas de cr�dito u otro medio de pago.  Nuestro sitio no est� obligado a proveer ning�n equipo o programa de software para acceder al servicio. </p><p></p><p><B><U>Uso del servicio .-</U></B></p><p>Hottests Latin Girls.com se reserva el derecho de eliminar o modificar cualquier informaci�n, comunicaci�n, material de download o mensaje que en su opini�n viole los T�rminos de uso. </p><p>Toda informaci�n y material enviado por el Usuario ser� otorgado sin beneficio econ�mico alguno o sin ninguna retribuci�n f�sica, salvo acuerdo entre partes, Hottests Latin Girls.com adquiere licencia perpetua, gratuita, no exclusiva, con derecho a publicar, transmitir, reproducir y exhibir p�blicamente.la informaci�n y material fotogr�fico y video que env�en sus usuarios en lel sitio LindaySexy.com LindaqySexy es una marca registrada, y toda marca o logotipo que se publica en el sitio pertenece a Linday Sexy.como a terceros y el Usuario no podr� utilizarlas sin previo aviso del Titular. </p><p><B><U>Privacidad on-line .-</U></B></p><p>LindaySexy.com respeta la privacidad de la informaci�n veraz entregada por el Usuario y no revelar�, ni compartir� su informaci�n personal, correo electr�nico, No de Tarjeta de Cr�dito y material fotogr�fico,videogr�fico o escrito que no sea para los prop�sitos de Lindaysexy.com, excepto cuando lo requiera la ley o a solicitud del gobierno; a su vez, deslinda toda responsabilidad por la informaci�n aportada a sitios amigos, que el usuario pudiera acceder por medio de links. LindaySexy.com utilizar�  la informaci�n y documentaci�n referida para fines de marketing, servicios y para determinar datos </p></p><br>
<br>
<p><p>demogr�ficos de sus usuarios, obtener informaci�n estad�stica y de mercado, pero sin revelar esta informaci�n, que Linday Sexy.com considera confidencial, a terceros. Hottests Latin Girls.com podr� enviar correos electr�nicos a los Usuarios destinados a confirmar su inscripci�n, informarle el estado de su cuenta, o informarle sobre las modificaciones o actualizaciones o promociones realizadas en el sitio. Si el Usuario deseara ser excluido de esta lista, deber� reenviar el mensaje con REMOVE en el asunto. </p><p>Nuestro sitio tampoco se responsabiliza por la inviolabilidad de los datos cursados por las redes p�blicas de telecomunicaciones, o pro cualquier otro medio de informaci�n telem�tico. Hottests Latin Girls.com y sus proveedores de informaci�n no se hacen responsables por el contenido de los sitios amigos, o links a otros sitios, ya que no se tiene control alguno por el material y la veracidad de lo publicado en otros sitios. </p><p><B><U>13. Finalizaci�n de su relaci�n con YouTube</U></B></p><p>13.1 Los T�rminos y Condiciones seguir�n siendo de aplicaci�n hasta su resoluci�n a instancias de Ud. o de YouTube conforme a las disposiciones siguientes.</p><p>13.2 Si desea  dejar sin efecto su condici�n de usuario con LindaySexy.com, podr� hacerlo (a) notific�ndoselo  en cualquier momento, la que se har� efectiva dentro de los 15 d�as calendarios siguientes . Su notificaci�n deber� ser enviada, por correo electr�nico a la  siguiente direcci�n electr�nica:.....</p><p>13.3 LindaySexy.com podr� dejar sin efecto la condici�n de usuario de Linday Sexy.com en cualquier momento si:</p><p>  1. El usuario incumple, a criterio de LindaySexy.com, cualquiera de las disposiciones incluidas en los T�rminos de Uso o  las reglas en  incluidas en el sitio de LindaySexy.com(o act�a de forma que claramente indique que pretende hacerlo o que no ser� capaz de cumplir con dichos t�rminos y reglas; o</p><p>  2.  LindaySexy.com deja de prestar los Servicios a los usuarios de su pa�s de residencia por cuanto, en opini�n de �sta, no resulta comercialmente viable; lo caul se notificar�  con 30 d�as de anticipaci�n.</p><p>13.4 A la resoluci�n de los presentes T�rminos y Condiciones, todos los derechos y obligaciones legales que correspondan tanto a Ud. como a LindaySexy.com hasta la fecha en que cesar�n los servicios ser�n cumplidos,salvo aquellos que se hayan originado en base a informaci�n falsa.</p></p>
                   
                </noscript>
                <br/>
                <!-- empty document footer --><!-- document footer will be here -->
                <div id="wf" style="display:none;">
<a href="http://www.wix.com" id="fl" title="free web design">


</a>
</div>
<script type="text/javascript">fh.init();</script>
<!-- partner footer will be here -->
            </td>
        </tr>
    </table>


    <iframe src="/siteBackFiles/siteBack.html?adress=docName:,userNick:,pageNum:0,docId:uivOwV8tWow-a,pageId:"
            id="historyframe" name="historyframe" frameborder="NO" width="0" height="0"


    <script type="text/javascript">
        /*
        Inserts GA using DOM insertion of <script> tag and "script onload" method to
        initialize the pageTracker object. Prevents GA insertion from blocking I/O!

        As suggested in Steve Souder's talk. See:
        http://google-code-updates.blogspot.com/2009/03/steve-souders-lifes-too-short-write.html
        */

        function gaSSDSLoad(acct) {
            //if (pageTracker != null)
                //return;
            //alert("About to generate GA");
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."),
                    pageTracker,
                    s;
            s = document.createElement('script');
            s.src = gaJsHost + 'google-analytics.com/ga.js';
            s.type = 'text/javascript';
            s.onloadDone = false;
            function init() {
                pageTracker = _gat._getTracker(acct);
                pageTracker._trackPageview();

           
            }

            s.onload = function () {
                s.onloadDone = true;
                init();
            };
            s.onreadystatechange = function() {
                if (('loaded' === s.readyState || 'complete' === s.readyState) && !s.onloadDone) {
                    s.onloadDone = true;
                    init();
                }
            };
            document.getElementsByTagName('head')[0].appendChild(s);
        }

        function encodeURL(decodedURL){
            var encodedInputString=escape(decodedURL);
            encodedInputString=encodedInputString.replace("+", "%2B");
            while(encodedInputString.indexOf("/") != -1)
            {
                encodedInputString=encodedInputString.replace("/", "%2F");
            }
            return encodedInputString;
        }

        function marinLoad() {

       
        }

        /* and run it later... */
        setTimeout("marinLoad()", 5000);
        gaSSDSLoad('UA-2117194-1');

    </script>
       
</body>
</html>

Thanks,
GOnzalo


Last edited by RoNo on January 20th 2010, 8:26 pm; edited 3 times in total (Reason for editing : adding html code)
avatar
Gonzalo
New Member

Posts : 2
Reputation : 0
Language : Spanish

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum