function writeBar() {
	var imgpath = "";
	if( (document.location.href.indexOf("/SSL/") > -1) || (document.location.href.indexOf("ontenido") > -1)|| (document.location.href.indexOf("/ssl/") > -1)  ) {
		imgpath = "../";
	}
	var out = "";
	out += '';
	out += '				<table cellSpacing="0" cellPadding="0" width="220" border="0">';
	out += '					<tr>';
	out += '						<td class="espacioLogo"><IMG height="55" src="' + imgpath + 'img/store/logotvlive.gif" width="215"></td>';
	out += '					</tr>';
	out += '					<tr>';
	out += '						<td>';
	out += '							<table cellSpacing="0" cellPadding="0" width="220" border="0">';
	out += '								<tr>';
	out += '									<td><IMG height="1" src="Images/ep/pix.gif" width="25"></td>';
	out += '									<td class="titSeg">Seguridad Garantizada</td>';
	out += '								</tr>';
	out += '								<tr>';
	out += '									<td>&nbsp;</td>';
	out += '									<td class="textoSeg">';
	out += '										<ul>';
	out += '											<li>';
	out += '												La informaci&oacute;n que registres en el proceso de compra ser&aacute; inmediatamente ';
	out += '												encriptada y registrada en un servidor seguro.<br>';
	out += '												<br>';
	out += '											<li>';
	out += '												La informaci&oacute;n ser&aacute; estrictamente confidencial.';
	out += '											</li>';
	out += '										</ul>';
	out += '										<table cellSpacing="0" cellPadding="0" width="100%" border="0">';
	out += '											<tr>';
	out += '												<td><IMG height="16" src="' + imgpath + 'img/store/ico_faq.gif" width="16"></td>';
	out += '												<td class="textos"><A href="store_faq.html">Preguntas Frecuentes</A></td>';
	out += '											</tr>';
	out += '											<tr>';
	out += '												<td><IMG height="16" src="' + imgpath + 'img/store/ico_politicas.gif" width="16"></td>';
	out += '												<td class="textos"><A href="store_politicas.html">Pol&iacute;ticas de Privacidad</A></td>';
	out += '											</tr>';
	out += '										</table>';
	out += '									</td>';
	out += '								</tr>';
	out += '							</table>';
	out += '						</td>';
	out += '					</tr>';
	out += '				</table>';
	document.write(out);
}

				
