var quotes = new Array;

quotes.push("<a href='http://www.rapsa.org' target='_blank'><img src='images/btn_rapsa.gif' alt='RAPSA' width=162 height=112 border=0 /></a>");

quotes.push("<a href='http://www.siatech.org/video/01/vid1.html' target='_blank'><img src='images/btn_ivechanged.png' alt='Student Stories of Dropout Recovery' width=162 height=112 border=0 /></a>");

//quotes.push("<a href='http://www.atpromiseconference.org' target='_blank'><img src='images/btn_rapsConf.gif' alt='Events' width=162 height=112 border=0 /></a>");

//quotes.push("<a href='http://leaders.rapsa.org' target='_blank'><img src='images/btn_leadershipInst.gif' alt='Events' width=162 height=112 border=0 /></a>");

//quotes.push("<a href='http://rapsa.org/content/view/208/130/' target='_blank'><img src='images/btn_ell.gif' alt='Events' width=162 height=112 border=0 /></a>");

document.write(quotes[(Math.floor(Math.random() * quotes.length))]);