in merito al randomizzare le immagini in un sito.... ti posto il mio codice html, se mi dici cosa sbaglio forse riesco a risolvere....

codice:
<html>
<head>

<script language="JavaScript"> 
<!-- 

var immagini=new Array();
for (i=0; i<3; i++) 
immagini[i]="themes/fiblack3d/forums/images/"+i+".jpg"; 

function RandomImage() 
{ 

index=Math.floor(Math.random()*immagini.length); 
document.images['logo'].src=immagini[index]; 
} 

//--> 
</script> 
</head>

<body>

<center><td width="40% height="120">$showbanners </td></center>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td align="center" class="topbkg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120"><center><a href="index.php">


 

<body onLoad="RandomImage();"> 



[img]themes/fiblack3d/forums/images/1.jpg[/img] 


</center></td>

</tr>
</table>
</td>
<td class="tblright"></td>
</tr>
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_bl.gif[/img]</td>
<td class="tblbot"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_br.gif[/img]</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="topnav">
<tr> 
<td width="165" nowrap><div align="center"><font class="content">$theuser</font></div></td>
<td nowrap><div align="center"><font class="content">• HomeDownloadsYour AccountForumsAdmin Login •</font></div></td>
<td width="165" nowrap><div align="center"><font class="content">$datetime
</font></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td>
    <table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
      <tr valign="top">
        <td>$public_msg[img]themes/fiblack3d/forums/images/spacer.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
  <td valign="top" width="7" background="themes/fiblack3d/forums/images/spacer.gif">
</body>
</html>
il sito è qui
http://www.simdriving.tk te ne sarei molto grato....mi da sempre errore nella visualizzazione della pagina e mi fa vedere solo la prima immagine....