<!-- Hide from old browsers

//store the quotations in arrays

images = new Array(4);
text = new Array(4);
 
images[0] = "<a href='http://www.jffick.com/community/budweiser_email.asp' target='_top'><IMG class='border1' SRC='images/themes/budweiser_email_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[1] = "<a href='http://www.budlight.com/index.aspx?ReturnUrl=%2findex.html%3fsection%3ddownloads%26daccess%3dtrue&section=downloads&daccess=true' target='_top'><IMG class='border1' SRC='images/themes/budlightdownloads_sm.jpg' border='0' width='100' height='62' alt=''></a>";
images[2] = "<a href='http://www.jffick.com/company/employment/' target='_top'><IMG class='border1' SRC='images/themes/joinourteam_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[3] = "<a href='http://www.budshop.com/Budshop/default.aspx' target='_top'><IMG class='border1' SRC='images/themes/budshop_ico.jpg' border='0' width='100' height='62' alt=''></a>";


text [0] = "<a href='http://www.jffick.com/community/budweiser_email.asp' target='_top'>Get the coolest<br>E-mail identity<br>on the internet.</a>";
text [1] = "<a href='http://www.budlight.com/index.aspx?ReturnUrl=%2findex.html%3fsection%3ddownloads%26daccess%3dtrue&section=downloads&daccess=true' target='_top'>Download Free Bud Light Ringtones, Graphics and Wallpaper</a>";
text [2] = "<a href='http://www.jffick.com/company/employment/' target='_top'>Join a great team. Submit your resume today!</a>";
text [3] = "<a href='http://www.budshop.com/Budshop/default.aspx' target='_top'>Dress up yourself, the bar, game room, friends and family at BudShop.com</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

// -->

