<!--
rand=Math.floor(4*Math.random())	
var headerImage = ["smiling_man2" , "black_man2", "white_kid2" , "asian_woman2"];
document.write('<img src="credit/head-image-'+headerImage[rand]+'.jpeg" border="0" alt="" width=198 height=80>');
// -->
