
// ####################
// IMPORTANT
// MAKE SURE TO USE FULL URL FOR IMAGE PATHS SO THAT IMAGES WILL SHOW UP FROM CALENDAR PAGES
// ####################



// get 1st index
var intImgIndex = rand(5);   

document.write('<p><a href="video/' + aryImageItems[intImgIndex].url + '?keepThis=true&amp;TB_iframe=true&amp;height=300&amp;width=370" title="" class="thickbox"><img src="images/' + aryImageItems[intImgIndex].imagefilename + '.jpg" width="180" height="120" alt="Play Video" border="0" /></a><br />' + aryImageItems[intImgIndex].caption + '</p>'); 