var 
DIPromoPic = new Array()
DIPromoAlt = new Array()
DIPromoPic[0]='autoheader1.jpg'
DIPromoPic[1]='autoheader2.jpg'
DIPromoPic[2]='autoheader3.jpg'




DIPromoAlt[0]='autoheader1'
DIPromoAlt[1]='autoheader2'
DIPromoAlt[2]='autoheader3'


var DIp = DIPromoPic.length;
var DIRandValue = Math.round(Math.random()*(DIp-1));
function DIBanners(){
document.write('<img src="images/'+DIPromoPic[DIRandValue]+'" WIDTH="640" HEIGHT="110" BORDER="0" PADDING="0" ALT="'+DIPromoAlt[DIRandValue]+'" VSPACE="0" usemap="#Map2">');
}

//-->

