// JavaScript Document
var txtList = new Array()
txtList[txtList.length]="<img src='images/headerpix/home/test1.jpg' width='806' height='338' border='0' alt='my joystick.'/>";

txtList[txtList.length]="<img src='images/headerpix/home/test2.jpg' width='806' height='338' border='0' alt='how high can you go?'/>";

txtList[txtList.length]="<img src='images/headerpix/home/test3.jpg' width='806' height='338' border='0' alt='pac.  man.'/>";



j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));