<!-- Hide from old browsers

//store the quotations in arrays

images = new Array(4);
text = new Array(4);
 
images[0] = "<a href='http://www.bud.tv/public/preview.aspx' target='_top'><IMG class='border1' SRC='images/themes/budtv_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[1] = "<a href='http://www.budweisertours.com/home.htm' target='_top'><IMG class='border1' SRC='images/themes/brewerytours_sm.jpg' border='0' width='100' height='62' alt=''></a>";
images[2] = "<a href='http://www.budweiser.com/index.html?dlink=onTheHouse&daccess=true' target='_top'><IMG class='border1' SRC='images/themes/budweiserdownloads_ico.jpg' border='0' width='100' height='62' alt=''></a>";
images[3] = "<a href='http://www.budweiser.com/index.html?dlink=budBeats&daccess=true' target='_top'><IMG class='border1' SRC='images/themes/budbeatsmusic_ico.jpg' border='0' width='100' height='62' alt=''></a>";



text [0] = "<a href='http://www.bud.tv/public/preview.aspx' target='_top'>Take a break<br>and enjoy some<br>original entertainment.</a>";
text [1] = "<a href='http://www.budweisertours.com/home.htm' target='_top'>Take a free tour... Making friends has always been our business.</a>";
text [2] = "<a href='http://www.budweiser.com/index.html?dlink=onTheHouse&daccess=true' target='_top'>Download Free Budweiser Ringtones, Mobile Graphics, and Wallpaper</a>";
text [3] = "<a href='http://www.budweiser.com/index.html?dlink=budBeats&daccess=true' target='_top'>Don't miss a beat on the latest featured artist, tracks, videos, and tour dates.</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

// -->

