
// ####################
// IMPORTANT
// MAKE SURE TO USE FULL URL FOR IMAGE PATHS SO THAT IMAGES WILL SHOW UP FROM CALENDAR PAGES
// ####################



// get 1st index
var intImgIndexR = rand3(4);  

// write HTML for 1st image, with enclosing <a>, alt text, and caption as defined above

document.write('<li class="' + aryImageItemsR[intImgIndexR].divR + '" style="background-image: url(images/' + aryImageItemsR[intImgIndexR].imagefilenameR + '.jpg);"><span class="title">' + aryImageItemsR[intImgIndexR].titleR + '</span><span class="text">' + aryImageItemsR[intImgIndexR].textR + '</span><span class="text"><a href="' + aryImageItemsR[intImgIndexR].urlR + '">Learn More</span></a></li>');