');
document.write('
Sig.>');
document.write('
');
document.write('
1');
document.write(' | ');
document.write('
2');
document.write(' | ');
document.write('
3');
document.write(' | ');
document.write('
4');
document.write(' | ');
document.write('
5');
document.write(' | ... |
50');
document.write('
');
function enlace10996(int_pagina)
{
var str_destino;
var int_primera;
int_primera = ((int_pagina - 1) * 20) + 1;
str_destino = "http://www.abastodenoticias.com/abastodenoticias.cliente.auxiliar.asp?pb=4539&cn=10996&pr=" + int_primera;
anRecarga10996(str_destino);
}
function anRecarga10996(url)
{
url = url + "&ss=&re=";
document.getElementById("janContenedor_10996").innerHTML = '
'
xmlhttp = new XMLHTTP();
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function()
{
if (xmlhttp.readyState==4)
{
if (xmlhttp.status == 200)
{
document.getElementById("janContenedor_10996").innerHTML = xmlhttp.responseText;
}
else
{
alert("Se ha producido en error en el acceso a los contenidos");
}
}
}
xmlhttp.send(null) ;
window.scrollTo(document.getElementById("janContenedor_10996").offsetLeft,document.getElementById("janContenedor_10996").offsetTop);
}
document.write('