<!-- Hide from old browsers

//store the quotations in arrays

images = new Array(4);
text = new Array(4);
 
images[0] = "<a href='http://www.budlightapologybot.com/flash.html' target='_top'><IMG class='border1' SRC='images/themes/apologybot_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[1] = "<a href='http://www.jffick.com/events_and_promotions/partychecklist.asp' target='_top'><IMG class='border1' SRC='images/themes/partychecklist_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[2] = "<a href='http://www.budweiser.com/default.aspx?ReturnUrl=%2findex.aspx' target='_top'><IMG class='border1' SRC='images/themes/budweisersports_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[3] = "<a href='http://www.budlight.com/index.html?section=RMOG&daccess=true' target='_top'><IMG class='border1' SRC='images/themes/realmenofgenius_ico.jpg' border='0' width='100' height='62' alt=''></a>";


text [0] = "<a href='http://www.budlightapologybot.com/flash.html' target='_top'>Are you sorry?, <br>Let Apology bot<br>do the graveling...</a>";
text [1] = "<a href='http://www.jffick.com/events_and_promotions/partychecklist.asp' target='_top'>Plan your next party with ease... Get tips from menus to tapping a keg.</a>";
text [2] = "<a href='http://www.budweiser.com/default.aspx?ReturnUrl=%2findex.aspx' target='_top'>Take sports polls, get the latest stats and view interviews now</a>";
text [3] = "<a href='http://www.budlight.com/index.html?section=RMOG&daccess=true' target='_top'>We Salute you... Real Men of Genius. Download your favorite radio spot.</a>";


index = Math.floor(Math.random() * images.length);


// document.write("<DL>");

// document.write("<DT>" + "" + images[index] + "");
document.write(""+ images[index] + "<div class='smlnk'>" + text[index] + "");
// document.write("</DL>");

//done

// -->

