path2 = '../htmls/'
bg = new Array(2);
ln = new Array(2);
bg[0] = 'http://www.getencore.org/images/BANNERS_540x80-2.gif'
bg[1] = 'http://www.getencore.org/images/BANNERS_540x80-2.gif'

ln[0] = 'http://www.getencore.org/annual_conference.php'
ln[1] = 'http://www.getencore.org/annual_conference.php'
index = Math.floor(Math.random() * bg.length);
document.write('<A HREF='+ln[index]+'><IMG SRC='+bg[index]+' width=540 height=80 border=0 ></A>');
