// JavaScript Document

 var j,d="",l="",m="",p="",q="",z="",list= new Array()
 
// Here you can had as many images to rollover as you want. Simply put the photo in the photos folder and then copy paste this line :  list[list.length]='../graphics/filename.jpg';  under the other ones. Modify the file filename.jpg accordingly.
 
  list[list.length]='../graphics/biggs.jpg';
  list[list.length]='../graphics/dustin.jpg';
 
 
 
 j=parseInt(Math.random()*list.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+list[j]+"'>");