Grazie Angel
ma di javascript o di jquery sono a 0.....


in pratica il timer da 15 sec deve essere visibile e deve gestirmi questo script di rotazione pagine html....te lo posto

<script type="text/javascript">
var i=0,

arrPages=["TUTTE LE PAGINE CHE DEVONO RUOTARE QUI"];
function changePage(){
if(!arrPages[i]) i=0;
document.getElementById("main").src=arrPages[i++];
}
</script>
</head>
<body>
<iframe src="http://LAPRIMAPAGINACHE RUOTERA onload="setTimeout('changePage()',15000)"
id="main" width="1352" height="590"></iframe>
<div style='display:none;'>%%MENU%%</div>
<div style='display:none;'>%%CONTENT%%</div>
<div style='padding: 20px; width:100%; text-align:fixed center;'></div>


Grazie mille x l'aiuto