images = new Array(5);

images[0] = "<a href='http://www.freedomcenter.org/' target='_blank'><img src='http://www.huntingtonnews.net/psa/adc_rc_blackman_120x240.gif' alt='FreedomCenter.org' border='0'></a>";

images[1] = "<a href='http://www.weprevent.org/' target='_blank'><img src='http://www.huntingtonnews.net/psa/adc_crime_best_120x240.gif' alt='Take A Bite Out Of Crime' border='0'></a>";

images[2] = "<a href='http://www.whitehousedrugpolicy.gov/' target='_blank'><img src='http://www.huntingtonnews.net/psa/adc_cdp_banker_120x240.gif' alt='Give Time' border='0'></a>";

images[3] = "<a href='http://www.bbbsa.org/' target='_blank'><img src='http://www.huntingtonnews.net/psa/adc_bbbs_glasses_120x240.gif' alt='Big Brothers Big Sisters' border='0'></a>";

images[4] = "<a href='http://www.strokeassociation.org' target='_blank'><img src='http://www.huntingtonnews.net/psa/adc_stroke_bitbybit_120x240.gif' alt='Learn More' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index] + "<br>");

//done
