function jmdh()
{
clearTimeout(cfuncdh);
var strdh="&#8226; <a class=jm target=_new href="+content[ccapdh][url]+"><nobr>"+content[ccapdh][date]+" "+content[ccapdh][hour]+" - "+content[ccapdh][subject].substr(0,47)+"...</nobr></a><br>";
var hndh2=0;
for(var i=1; i < 11; i++){
hndh=((ccapdh+i)<content.length)?ccapdh+i:ccapdh+i-content.length;
strdh+="&#8226; <a class=jm target=_new href="+content[hndh][url]+"><nobr>"+content[hndh][date]+" "+content[hndh][hour]+" - "+content[hndh][subject].substr(0,47)+"...</nobr></a><br>";
}
var id=document.getElementById("jmdh");

id.innerHTML="<table width=470  border=0 cellspacing=0 cellpadding=2 class=jm><tr><td class=titulos>"+strdh+"</td></tr></table>";
ccapdh=(ccapdh==0) ? content.length-1 : ccapdh-1;
cfuncdh=setTimeout("jmdh()",15000);}
ccapdh=0;
cworddh=0;
cfuncdh='jmdh'; 
jmdh();


