");
su=0;
suComm=0;
function wopen8(url){
subWin=window.open("about:blank","Community","dependent,toolbar=no,alwaysRaised=on,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=screen.width,height=screen.height,left=0,top=0")
document.comm.submit();
}
testoComm2="
"
testoComm3="
eVangelo Web Community
Utenti iscritti: 27164 Utenti collegati in questo momento: 68
"
statotestoComm=1;
contatoreComm=0;
function cambiatestoComm(){
if (statotestoComm==1) {
if (suComm!=1) document.getElementById("evComm").innerHTML=testoComm2;
}
if (statotestoComm==0) {
if (suComm!=1){
document.getElementById("evComm").innerHTML="";
}
}
if (statotestoComm==3) {
if (suComm!=1){
if (suComm!=1) document.getElementById("evComm").innerHTML=testoComm3;
}
}
contatoreComm=contatoreComm+1
if (contatoreComm==5) su=0;
}
var timeIDComm;
function enginecambiatestoComm(){
clearTimeout(timeIDComm);
if (su==0){
if (statotestoComm==1){
timeIDComm=setTimeout("enginecambiatestoComm()", 10000);
statotestoComm=0;
} else {
if (statotestoComm==0){
timeIDComm=setTimeout("enginecambiatestoComm()", 5000);
statotestoComm=3;
} else {
timeIDComm=setTimeout("enginecambiatestoComm()", 5000);
statotestoComm=1;
}
}
}
cambiatestoComm();
}
enginecambiatestoComm();