function image() {
};

image = new image();
number = 0;
// imageArray
image[number++] = "<tr valign='top'><td height='176' background='images/header1.jpg' style='width: 271px; background-repeat: no-repeat;'><img src='images/blank.gif' width='271' height='176' hspace='0' vspace='0' border='0'></td><td background='images/header1b.jpg' style='width: 280px; background-repeat: no-repeat;'><img src='images/slogan.gif' border='0' style='margin-left: 50px; margin-top: 22px;'><br><img src='images/phone.gif' border='0' style='margin-left: 125px; margin-top: 12px;'></td></tr>"
image[number++] = "<tr valign='top'><td height='176' background='images/header2.jpg' style='width: 271px; background-repeat: no-repeat;'><img src='images/blank.gif' width='271' height='176' hspace='0' vspace='0' border='0'></td><td background='images/header2b.jpg' style='width: 280px; background-repeat: no-repeat;'><img src='images/slogan.gif' border='0' style='margin-left: 50px; margin-top: 22px;'><br><img src='images/phone.gif' border='0' style='margin-left: 125px; margin-top: 12px;'></td></tr>"
image[number++] = "<tr valign='top'><td height='176' background='images/header3.jpg' style='width: 271px; background-repeat: no-repeat;'><img src='images/blank.gif' width='271' height='176' hspace='0' vspace='0' border='0'></td><td background='images/header3b.jpg' style='width: 280px; background-repeat: no-repeat;'><img src='images/slogan.gif' border='0' style='margin-left: 50px; margin-top: 22px;'><br><img src='images/phone.gif' border='0' style='margin-left: 125px; margin-top: 12px;'></td></tr>"
image[number++] = "<tr valign='top'><td height='176' background='images/header4.jpg' style='width: 271px; background-repeat: no-repeat;'><img src='images/blank.gif' width='271' height='176' hspace='0' vspace='0' border='0'></td><td background='images/header4b.jpg' style='width: 280px; background-repeat: no-repeat;'><img src='images/slogan.gif' border='0' style='margin-left: 50px; margin-top: 22px;'><br><img src='images/phone.gif' border='0' style='margin-left: 125px; margin-top: 12px;'></td></tr>"

increment = Math.floor(Math.random() * number);