Las imágenes cambian aleatoriamente al ingresar a la página
Cita: <body>
<!-- Copiar dentro del tag BODY -->
<script language="javascript">
<!--
function VecImagenes()
{
n=0;
this[n++]="01.jpg";
this[n++]="02.jpg";
this[n++]="03.jpg"
this.N=n;
}
var Imagenes=new VecImagenes();
src= Imagenes[ Math.floor(Math.random() * Imagenes.N) ] ;
document.write("<IMG SRC="+src+">");
//-->
</script>
</body>
En donde
01.jpg,
02.jpg, 03.jpg los cambias x tus archivos de imágen.
Espero t sirva...salu2