images = new Array(4);

images[0] = "<a href = 'http://www.anheuser-busch.com' target='_blank'><img src='bud_ani.gif' alt='http://www.anheuser-busch.com' border='0'></a>";


images[1] = "<a href = 'http://www.motorola.com/publicsafety/' target='_blank'><img src='motorola_ani.gif' alt='http://www.motorola.com/publicsafety/' border='0'></a>";


images[2] = "<a href = 'http://www.rdjpromotions.com' target='_blank'><img src='rdj_ani.gif' alt='http://www.rdjpromotions.com' border='0'></a>";
images[3] = "<a href = 'http://www.verizonwireless.com' target='_blank'><img src='verizon_ani.gif' alt='http://www.verizonwireless.com' border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
document.write('<img src="advertising.gif" alt="For advertising support call (210) 641-1305" border=0">');