////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Declaracion URL de opciones menus
IE=document.all;
NS=document.layers;

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
var hdrFontFamily="Verdana";
var hdrFontSize="2";
var hdrFontColor="white";
var hdrBGColor="#2A86B5";
var linkFontFamily="Verdana";
var linkFontSize="1";
var linkBGColor="white";
var linkOverBGColor="#90BFD9";
var linkTarget="_top";
var YOffset=5;
var XOffset=0;
var staticYOffset=5;
var menuBGColor="#90BFD9";
var menuIsStatic="yes";
var menuHeader="Información Programas"
var menuWidth=225; // Must be a multiple of 5!
var staticMode="advanced"
var barBGColor="#2A86B5";
var barFontFamily="Verdana";
var barFontSize="3";
var barFontColor="white";
var barText=" Nutrición y Salud. NutrySalud ";


function moveOut() {
if (window.cancel) {cancel="";}
if (window.moving2) {clearTimeout(moving2); moving2="";}
if ((IE && ssm2.style.pixelLeft<0)||(NS && document.ssm2.left<0)) {
if (IE) {ssm2.style.pixelLeft += (5%menuWidth);}
if (NS) {document.ssm2.left += (5%menuWidth);}
moving1 = setTimeout('moveOut()', 5)}
else {clearTimeout(moving1)}};
function moveBack() {
cancel = moveBack1()}
function moveBack1() {
if (window.moving1) {clearTimeout(moving1)}
if ((IE && ssm2.style.pixelLeft>(-menuWidth))||(NS && document.ssm2.left>(-140))) {
if (IE) {ssm2.style.pixelLeft -= (5%menuWidth);}
if (NS) {document.ssm2.left -= (5%menuWidth);}
moving2 = setTimeout('moveBack1()', 5)}
else {clearTimeout(moving2)}};
lastY = 0;
function makeStatic(mode) {
if (IE) {winY = document.body.scrollTop;var NM=ssm2.style}
if (NS) {winY = window.pageYOffset;var NM=document.ssm2}
if (mode=="smooth") {
if ((IE||NS) && winY!=lastY) {
smooth = .2 * (winY - lastY);
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (IE) NM.pixelTop+=smooth;
if (NS) NM.top+=smooth;
lastY = lastY+smooth;}
setTimeout('makeStatic("smooth")', 1)}
else if (mode=="advanced") {
if ((IE||NS) && winY>YOffset-staticYOffset) {
if (IE) {NM.pixelTop=winY+staticYOffset}
if (NS) {NM.top=winY+staticYOffset}}
else {
if (IE) {NM.pixelTop=YOffset}
if (NS) {NM.top=YOffset-7}}
setTimeout('makeStatic("advanced")', 1)}}
function init() {
if (IE) {
ssm2.style.pixelLeft = -menuWidth;
ssm2.style.visibility = "visible"}
else if (NS) {
document.ssm2.left = -menuWidth;
document.ssm2.visibility = "show"}
else {alert('Choose either the "smooth" or "advanced" static modes!')}}


//var IE=document.all;
//var NS=document.layers;

if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'"> <font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'"> <A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140"> <font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

//Only edit the script between HERE
addItem('¿Eres Tú?', 'InfoEresTu1.html', '');
addItem('ShapeWorks™. Rápido Comienzo', 'InfoShapeWork1.html', '');
addItem('ShapeWorks™. Mantenimiento', 'InfoShapeWorks1.html', '');
addItem('Testimonios de Éxito', 'Testimonios_01.html', '');
addItem('Nutrición Objetiva', 'InfoEresTu15.html', '');
addItem('Nutrición Externa', 'InfoClientes3.html', '');
addItem('Oportinidad de Negocio', 'InfoDistribu1.html', '');

addHdr('Productos');
addItem('ShapeWorks - Rápido Comienzo', 'NutrySalud.html', '');
addItem('Control de peso', 'ControlPeso.html', '');
addItem('Nutricion Objetiva', 'NutricionObjetiva.html', '');
addItem('Nutricional Interna' , 'productos.html', '');
addItem('Para ti mujer un ayuda ' , 'InfoEresTu9.html', '');
addItem('Dieta para Ejecutiv@s' , 'InfoEresTu8.html', '');
addItem('Dieta para Deportistas 1' , 'InfoEresTu6.html', '');
//addItem('Dieta para Deportistas 2' , 'nutreydeporte2.html', '');
addItem('Personas Mayores', 'InfoEresTu11.html', '');

addHdr('Beneficios');
addItem('10 Razones' , 'razones10.html', '');
addItem('Bueno para el Corazón', 'NutreySana.html', '');
addItem('Bueno para el Aparato Digestivo', 'NutricionObjetiva.html', '');
addItem('Bueno para Deportistas. Deporte y Fitness', 'nutreydeporte2.html', '');
addHdr('Nutrición Externa');
addItem('Esenciales para la Piel', 'InfoEresTu21.html', '');
addItem('Revitalizantes para la Piel', 'InfoEresTu20.html', '');
addItem('Esenciales para Cuerpo', 'productos.html', '');
addItem('Fragancias', 'InfoEresTu26.html', '');
addItem('Esenciales para el Cabello', 'InfoEresTu24.html', '');

addHdr('Quienes somos');
addItem('Quienes somos', 'quienessomos2.html', '');
addItem('25 años de Historia Herbalife', 'https://www.myherbalife.com/hl/templates/templateportal/myherbalife2/loginNew.jsp', '');
addItem('Herbalife en España', 'http://www.herbalifeww.com/es/', '');
addItem('Consejo asesor Científico', 'ConsejoCientifico.html', '');

addHdr('Contactemos');
addItem('E-mail', 'mailto:nexusxm5@telefonica.net', '');
addItem('Atención al Cliente', 'FATClies2.html', '');
addItem('Alta Usuarios', 'AltaUsuario.html', '');
addHdr('Nexusxm5@telefonica.net');


// and HERE! No more!
document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial"> </font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}

function Menu_Left_1() { 
document.write('<!-- Aqui empieza el menu Left -->')
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
document.write('<tr> <td valign="top"> <img src="images/mainpic1.jpg" width="150" height="157"></td> </tr>')
document.write('<tr>  <td height="1" bgcolor="#FFFFFF"> <img src="images/spacer.gif" width="1" height="1"></td> </tr>')
document.write('<tr>  <td><img src="images/arrow.jpg" width="20" height="10"><center><font color="#336699" size="2"><b> NutrySalud <br>Club</b></font></center> </td> </tr>')
document.write('<tr>  <td><img src="images/spacer.gif" width="1" height="1">')
//document.write('<!--- Reloj------> <center><embed src="http://businfreu.com/relog.swf" quality="high" bgcolor="#FFFFFF" WIDTH="80" HEIGHT="80" wmode="transparent" ALIGN TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false">')
document.write('<!--- codigo relojesweb.com---><center> <table border="0" id="t1"><tr><td><a href="http://www.relojesweb.com"><param name=wmode value=transparent><embed style="" src="http://www.relojesweb.com/flash/reloj4.swf" wmode="transparent" type="application/x-shockwave-flash" height="100" width="100"><param name=wmode value=transparent></embed></a></TD></tr><tr><TD align="center" style="font-family : verdana;font-size : 8px;font-variant : small-caps;  text-decoration : none;"><a style="text-decoration : none" target="_blank" href="http://www.relojesweb.com">RelojesWeb</a><a style="text-decoration : none" target="_blank" href="http://www.mundoanuncio.com/otras_zonas.html">Gratis</a>!<div id="control" style="display:none">Quiz1da6 feeTha5e eiKi2roo Quaix4ma DeeXah6k See1ceaw oo3faeQu loTh3boo</div><div id="control2" style="display:none">chee9Phi Tie7queo othe4Ka0 Ooku4aiS yahX5kee aid6XeuS ahch0Bah eeJie9ax</div></TD></tr></table></center> <!--- codigo relojesweb.com--->')

//document.write('<!--- codigo relojesweb.com---><center> <table border="0" id="t1"><tr><td><a href="http://www.relojesweb.com"><param name=wmode value=transparent><embed style="" src="http://www.relojesweb.com/flash/reloj6.swf" wmode="transparent" type="application/x-shockwave-flash" height="100" width="100"><param name=wmode value=transparent></embed></a></TD></tr><tr><TD align="center" style="font-family : verdana;font-size : 8px;font-variant : small-caps;  text-decoration : none;"><a style="text-decoration : none" target="_blank" href="http://www.relojesweb.com">RelojesWeb</a><a style="text-decoration : none" target="_blank" href="http://www.mundoanuncio.com/otras_zonas.html">Gratis</a>!<div id="control" style="display:none">Quiz1da6 feeTha5e eiKi2roo Quaix4ma DeeXah6k See1ceaw oo3faeQu loTh3boo</div><div id="control2" style="display:none">chee9Phi Tie7queo othe4Ka0 Ooku4aiS yahX5kee aid6XeuS ahch0Bah eeJie9ax</div></TD></tr></table></center> <!--- codigo relojesweb.com--->')

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">')
document.write('<tr>  <td width="20" rowspan="3">  <img src="images/spacer.gif" width="20" height="1"> </td>')

//document.write('<td> <br><span class="sidelinks">ShapeWorks<br>Comienzo Rapido</span></td></tr>')
//document.write(' <tr>  <td class="sidelinks2">Fecha : 18/03/2006</td> </tr>')
//document.write('<tr> <td class="sidelinks2">Saca el mayor partido a tu cuerpo con el programa de control de peso ShapeWorks de HerbaLife')
//document.write('<br><br> <a href="InfoShapeWork1.html" class="sidelinks2">&gt;&gt; más info</a></td></tr>')
//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br> <span class="sidelinks">ShapeWorks Manteniendo	</span></td> </tr>')
//document.write('<tr><td class="sidelinks2">Fecha: 18/03/2006</td></tr>')
//document.write('<tr><td class="sidelinks2">¡Manteniendo Tu Nuevo Tú! <br> <br>')
//document.write('<a href="InfoShapeWorks.html" class="sidelinks2">&gt;&gt; más info</a></td></tr>')
//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br> <span class="sidelinks">¿Eres Tú?	</span></td> </tr>')
//document.write('<tr><td class="sidelinks2">Fecha: 18/03/2006</td></tr>')
//document.write('<tr><td class="sidelinks2">Cualquiera que sea tu necesidad, tenemos una solución para tí. <br> <br>')
//Document.write('<a href="InfoEresTu1.html" class="sidelinks2">&gt;&gt; más info</a></td></tr>')
//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br> <span class="sidelinks">Nutrición Externa</span></td> </tr>')
//document.write('<tr><td class="sidelinks2">Fecha: 18/03/2006</td></tr>')
//document.write('<tr><td class="sidelinks2">Sientete estupénd@ desde fuera hasta demtro. <br> <br>')
//document.write('<a href="InfoClientes3.html" class="sidelinks2">&gt;&gt; más info</a></td></tr>')
//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br> <span class="sidelinks">Oportunidad de Trabajo</span></td> </tr>')
//document.write('<tr><td class="sidelinks2">Fecha: 18/03/2006</td></tr>')
//document.write('<tr><td class="sidelinks2">Trabaje desde casa. Sea su propio Jef@.<br> <br>')
//document.write('<a href="InfoDistribu1.asp" class="sidelinks2">&gt;&gt; más info</a></td></tr>')

//  ESTO NO
//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br><br> <span class="sidelinks">Vota tu mejor Web</span></td> </tr>')
//document.write('<tr><td class="sidelinks2">Fecha: 10/04/2006</td></tr>')
//document.write('<tr><td class="sidelinks2"><br><center><a href="http://publicidad.alicanteonline.net" target="_blank">')
//document.write('<img src="http://www.alicanteonline.net/em/publicidad/images/banner.gif" border=0 width=80 height=80></a></center><br>')
//document.write('<p><center><a href="http://www.adfound.com/?af=ADF333|49953|1" target=_blank>')
//document.write('<img src="http://www.adfound.com/img/afiliacion88x31.gif" width="88" height="31" alt="Multiplica las visitas de tu web GRATIS" border=0></a><br><font size=1><a href="http://www.adfound.com/?af=ADF333|49953|1" target=_blank><b>Intercambio de banners</b></a></font></center></p>')
//document.write('<!--Fin del código de Afiliación de Adfound.com -->')

document.write('</td></tr>')
document.write('</table><br>')
}



//function Menu_Derecha() { 
document.write('<!-- Aqui empieza el menu Left -->')
document.write('<DIV ID="atclies" style="position: absolute; left:5px; top:425px; width:130px; height:100px; visibility: visible;">')

document.write('<marquee onmouseover=this.stop() onmouseout=this.start() direction="up" scrollAmount="3" Style="width:143; height:250">')

document.write('<b><table width="140" border="0" cellspacing="0" cellpadding="0">')

document.write('<tr>  <td height="1" bgcolor="#FFFFFF"> <img src="images/spacer.gif" width="1" height="1"></td> </tr>')
document.write('<tr> <td valign="top"> <A href="FATClies2.html"> <font class="xm5" color="#336699" size="2"><b>&nbsp;&nbsp;&nbsp; NutrySalud Club</b></font></A><BR></center></td> </tr>')
document.write('<tr>  <td height="1" bgcolor="#FFFFFF"> <img src="images/spacer.gif" width="1" height="1"></td> </tr>')
document.write('<tr>  <td><img src="images/arrow.jpg" width="15" height="10"></td> </tr>')

//document.write('<tr>  <td><img src="images/spacer.gif" width="1" height="1"> </td> </tr>')
//document.write('<!--- Reloj------> <center><embed src="http://businfreu.com/relog.swf" quality="high" bgcolor="#FFFFFF" WIDTH="80" HEIGHT="80" wmode="transparent" ALIGN TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false">')


document.write('<table width="130" border="0" cellspacing="0" cellpadding="0">')
document.write('<tr><td width="15" rowspan="3">  <img src="images/spacer.gif" width="15" height="1"> </td>')
document.write('<td> <br><span class="sidelinks">ShapeWorks<br>Comienzo Rapido</span></td></tr>')
document.write(' <tr>  <td class="sidelinks2"></td> </tr>')
document.write('<tr> <td class="sidelinks2"><b>Saca el mayor partido a tu cuerpo con el programa de control de peso ShapeWorks de HerbaLife')
document.write('<br><br> <a href="InfoShapeWork1.html" class="sidelinks2">&gt;&gt; <b>más info</a></td></tr>')


document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks">ShapeWorks Manteniendo	</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>¡Manteniendo Tu Nuevo Tú! <br> <br>')
document.write('<a href="InfoShapeWorks.html" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')


document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks">¿Eres Tú?	</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>Cualquiera que sea tu necesidad, tenemos una solución para tí. <br> <br>')
document.write('<a href="InfoEresTu1.html" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks">Nutrición Externa</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>Sientete estupénd@ desde fuera hasta dentro. <br> <br>')
document.write('<a href="InfoClientes3.html" class="sidelinks2">&gt;&gt; <b>más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><b>Oportunidad de Negocio</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>Trabaje desde casa. Sea su propio Jef@.<br> <br>')
document.write('<a href="InfoDistribu1.html" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

// promociones 

//document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
//document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Intercambio de Enlaces </span></td> </tr>')
//document.write('<tr><td class="sidelinks2"></td></tr>')
//document.write('<tr><td class="sidelinks2"><b>Intercambia tu enlace para obtener más visitas <br> <br>')
//document.write('<b><iframe src="http://www.urlchange.com/show.php?id=9588c=1&f=12&color="#336699" height="380" width="130" frameborder="0"></iframe>&gt;&gt;<br><a class="sidelinks2" href="http://www.urlchange.com/" target="_blank"><b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Consigue ingresos adicionales con tu web</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>Consigue ingresos adicionales con tu web promocionando los productos y servicios de los mejores anunciantes y patrocinadores. En unos minutos convertiras tu web en un negocio: <br> <br>')
document.write('<b><a href="http://www.programasdeafiliados.com?id_p=1300" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Promueve tu web 1</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>PROMOWEB. Sistema de promoción de páginas Web<br> <br>')
document.write('<b><a href="http://www.vendedoronline.com/promoweb/index.php?ref=nexusxm5" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')


document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Promueve tu web 2</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>SUPERVISITAS. Sistema de promoción de páginas Web<br> <br>')
document.write('<b><a href="http://www.supervisitas.com/cgi-bin/ref.cgi?r=nexusxm5" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Promueve tu web 3</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>Anuncios Virales.com SOLO POR INVITACIÓN ¡Enhorabuena! - Si Has Llegado Hasta Aquí, Es Por Que Alguien Te Está Dando Una Gran Oportunidad... ¡Lee Esto Atentamente! <br> <br>')
document.write('<b><a href="http://AnunciosVirales.com/index.php?affiliate=1024" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> 250 Tarjetas GRATIS </span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>VistaPrint.es Personalice sus Tarjetas 250 GRATIS  <br> ¡Elija entre 42 Diseños de Tarjetas de Visita Gratuitas! <br><br>')
document.write('<a href="http://www.vistaprint.es/vp/ns/studio.aspx?icparts=yes&cfs=-1&pf_id=064&combo_id=4298&combo1=904.100.18.11339|11339|137|0&gallery_id=53" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> Tu Lista de Marketing Viral </span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b>¿Sabías que sino ofreces tu producto o servicio repetidamente es practicamente imposible vender en internet y que la UNICA forma de hacerlo es a través de tu PROPIA Lista de Marketing? <br><br>')
document.write('<a href="http://rastrea.com/e58" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15">  Secretos en Red </span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b> ¿Existe Algún Método Simple, Para Atrapar Muchos Más Visitantes Desde Mi Sitio Web? ¡ Ni Te Imaginas Cómo ! <br> Pero Ahora Puedes Averiguarlo accediendo por el siguiente enlace. <br><br>')
document.write('<a href="http://www.secretosenred.com/usuarios-registro.asp?a_aid=538493b1&a_bid=a99828ed" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')

document.write('<tr><td rowspan="3"><img src="images/spacer.gif" width="20" height="1"> </td>')
document.write('<td><br> <span class="sidelinks"><img src="images/new_017.gif" width="30" height="15"> HospedajeGlobal.com</span></td> </tr>')
document.write('<tr><td class="sidelinks2"></td></tr>')
document.write('<tr><td class="sidelinks2"><b> Si Sus Ventas Y Sus Ingresos Dependen De Internet, Un Inadecuado Alojamiento Para Su Web, Puede Estar Haciéndole Perder Miles De Dólares, Cada Mes ... <br> <br>')
document.write('<a href="http://infonos.com/isf/scripts/t.php?ref=86e1c278&b=8721fe45" target="_blank" class="sidelinks2">&gt;&gt;<b> más info</a></td></tr>')


document.write('</table></center><br>')
document.write('</marquee>')

document.write('</DIV>')

