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

txtList[txtList.length]="<img src='images/headerpix/contact/2.jpg' width='806' height='338' border='0' alt='gv'/>";

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