
// ####################
// IMPORTANT
// MAKE SURE TO USE FULL URL FOR IMAGE PATHS SO THAT IMAGES WILL SHOW UP FROM CALENDAR PAGES
// ####################



// get 1st index
//var intImgIndex = rand2(6);  

// write HTML for 1st image, with enclosing <a>, alt text, and caption as defined above
// document.write('<div class="sidebox"><h2>What\'s Hot</h2></div>');  

//document.write('<div class="sidebox"><h2>What\'s Hot</h2><p><a href="http://www.birminghamal.org/' + aryImageItems[intImgIndex].url + '"><img src="http://www.birminghamal.org/images/icon-' + aryImageItems[intImgIndex].imagefilename + '.jpg" width="50" height="50" border="0" alt="' + aryImageItems[intImgIndex].caption +'" /><br />' + aryImageItems[intImgIndex].caption + '</a></p></div>');  

// get 2nd index
//intImgIndex = (intImgIndex-1 < 1) ? intImgIndex+1 : intImgIndex-1;  

// write HTML for 2nd image, with enclosing <a>, alt text, and caption as defined above
//document.write('<div class="sidebox"><p><a href="http://www.birminghamal.org/' + aryImageItems[intImgIndex].url + '"><img src="http://www.birminghamal.org/images/icon-' + aryImageItems[intImgIndex].imagefilename + '.jpg" width="50" height="50" border="0" alt="' + aryImageItems[intImgIndex].caption +'" /><br />' + aryImageItems[intImgIndex].caption + '</a></p></div>');
//-->

document.write('<div class="sidebox-wrap">');

document.write('<div class="sidebox"><h2>What\'s Cool</h2></div>');

document.write('<div class="sidebox"><p><a href="http://www.birminghamal.org/in/10InBook/index.html" onclick="javascript:pageTracker._trackPageview(\'/downloads/in_guide\');" target="_blank"><img src="http://birminghamal.org/images/in-btn-2010.png" width="100" height="100" alt="IN Guide" border="0" /><br />Birmingham IN Guide</a></p></div>');

document.write('<div class="sidebox"><p><a href="http://birminghamal.org/birmingham-map-micromap.html"><img src="http://birminghamal.org/images/skyline-map-btn.jpg" width="100" height="100" alt="Reunion Radio Spots" border="0" /><br />Birmingham Micro-Map</a></p></div>');


document.write('</div>');
