<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');




document.write('<fieldset><legend>');
document.write('Boletin BPS<br></legend>');
document.write('<br><form method="post" action="http://www.emarketer.com.mx/box.php"><table><tr><td>Email:<br><input name="email" value="" type="text" /></td></tr>');
document.write('<tr><td>Nombre:<br><input name="first_name" value="" type="text" /></td></tr>');
document.write('<tr><td>Apellido:<br><input name="last_name" value="" type="text" /></td></tr>');
document.write('<td>Género<br><select name');'field[7,0]'
document.write(' ><option value=');'Femenino' 
document.write('selected>Femenino</option><option value=');'Masculino' 
document.write('>Masculino</option></select></td>');
document.write('<input type="hidden" name="field[]" /><tr><td>Código de verificación<img border="1" align="middle"  hspace="2" vspace="2" src="http://www.emarketer.com.mx/ac_global/scripts/randomimage.php" /><br /><input type="text" name="imgverify" id="imgverify" /><div style="font-size:10px; color:#999999;">Capture el código tal como aparece la imagen...</div></td></tr>');
document.write('<input type="hidden" name="nlbox[]" value="6" /><input type="hidden" name="funcml" value="add" />');
document.write('<tr><td><input type="hidden" name="p" value="1005" /><input type="hidden" name="_charset" value="utf-8" /><input type="submit" value="Suscribirse" /></td></tr></table>');

document.write(' </form>');
document.write('</fieldset>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/numeros.jpg" border="0" ></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Indicadores<br></legend>');

document.write('<br>Consulte los indicadores fiscales y contables más relevantes, <a href="indicadores.htm">presione aquí...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1














// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Síguenos<br></legend>');

document.write('<center><br>');
document.write('<a href="http://twitter.com/bpsmex" title="Síguenos en Twitter" target="_blank"><img src="picts/twitter-logo-150.png" border="0"></a><br>');
document.write('</center>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
