function randomimg(){
};

function displayheader(){

r=new randomimg();
n=0;

// image list
r[n++]= '<td bgcolor="#000000"><img src="../images/header_bg/resume.jpg" width="780" height="100" alt="News" border=0></a></td> ';


// end image list

i=Math.floor(Math.random()*n); 
document.write(r[i]);
};