images = new Array(11);
images[0] = "<a href = 'http://www.allstate.com' target='_blank'><img src='allstate_ani.gif' alt='http://www.allstate.com' border='0'></a>";
images[1] = "<a href = 'https://www.bankofamerica.com' target='_blank'><img src='boamerica_ani.gif' alt='https://www.bankofamerica.com' border='0'></a>";
images[2] = "<a href = 'http://www.anheuser-busch.com' target='_blank'><img src='bud_ani.gif' alt='http://www.anheuser-busch.com' border='0'></a>";
images[3] = "<a href = 'http://www.cops.usdoj.gov' target='_blank'><img src='cops_ani.gif' alt='http://www.cops.usdoj.gov' border='0'></a>";
images[4] = "<a href = 'http://www.lawenforcementjobs.com' target='_blank'><img src='jobs_ani.gif' alt='http://www.lawenforcementjobs.com' border='0'></a>";
images[5] = "<a href = 'http://www.motorola.com/publicsafety/' target='_blank'><img src='motorola_ani.gif' alt='http://www.motorola.com/publicsafety/' border='0'></a>";
images[6] = "<a href = 'http://www.nhtsa.gov' target='_blank'><img src='nhtsa_ani.gif' alt='http://www.nhtsa.gov' border='0'></a>";
images[7] = "<a href = 'http://www.pepsico.com' target='_blank'><img src='pepsico_ani.gif' alt='http://www.pepsico.com' border='0'></a>";
images[8] = "<a href = 'http://www.verizonwireless.com/b2c/index.html' target='_blank'><img src='pm_ani.gif' alt='http://www.verizonwireless.com/b2c/index.html' border='0'></a>";
images[9] = "<a href = 'http://www.rdjpromotions.com' target='_blank'><img src='rdj_ani.gif' alt='http://www.rdjpromotions.com' border='0'></a>";
images[10] = "<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">');