/* av_randomimage */
<!-- Begin
var theImages = new Array()
theImages[0] = 'images/home_random/home_por_01.jpg';
theImages[1] = 'images/home_random/home_por_02.jpg';
theImages[2] = 'images/home_random/home_por_03.jpg';
theImages[3] = 'images/home_random/home_prom_01.jpg';
theImages[4] = 'images/home_random/home_prom_02.jpg';
theImages[5] = 'images/home_random/home_prom_03.jpg';
theImages[6] = 'images/home_random/home_prom_04.jpg';
theImages[7] = 'images/home_random/home_prom_05.jpg';
theImages[8] = 'images/home_random/home_prom_06.jpg';
theImages[9] = 'images/home_random/home_prom_07.jpg';
theImages[10] = 'images/home_random/home_prom_08.jpg';
theImages[11] = 'images/home_random/home_trav_01.jpg';
theImages[12] = 'images/home_random/home_trav_02.jpg';
theImages[13] = 'images/home_random/home_trav_03.jpg';
theImages[14] = 'images/home_random/home_trav_04.jpg';
theImages[15] = 'images/home_random/home_trav_05.jpg';
theImages[16] = 'images/home_random/home_wed_01.jpg';
theImages[17] = 'images/home_random/home_wed_02.jpg';
theImages[18] = 'images/home_random/home_wed_03.jpg';
theImages[19] = 'images/home_random/home_wed_04.jpg';
theImages[20] = 'images/home_random/home_wed_05.jpg';
theImages[21] = 'images/home_random/home_wed_06.jpg';
theImages[22] = 'images/home_random/home_wed_06.jpg';
theImages[23] = 'images/home_random/home_wed_08.jpg';
theImages[24] = 'images/home_random/home_wed_09.jpg';
theImages[25] = 'images/home_random/home_wed_10.jpg';
var theLink = new Array()
theLink[0] = 'index/portraits';
theLink[1] = 'index/portraits';
theLink[2] = 'index/portraits';
theLink[3] = 'index/promotional';
theLink[4] = 'index/promotional';
theLink[5] = 'index/promotional';
theLink[6] = 'index/promotional';
theLink[7] = 'index/promotional';
theLink[8] = 'index/promotional';
theLink[9] = 'index/promotional';
theLink[10] = 'index/promotional';
theLink[11] = 'index/travel';
theLink[12] = 'index/travel';
theLink[13] = 'index/travel';
theLink[14] = 'index/travel';
theLink[15] = 'index/travel';
theLink[16] = 'index/weddings/gallery';
theLink[17] = 'index/weddings/gallery';
theLink[18] = 'index/weddings/gallery';
theLink[19] = 'index/weddings/gallery';
theLink[20] = 'index/weddings/gallery';
theLink[21] = 'index/weddings/gallery';
theLink[22] = 'index/weddings/gallery';
theLink[23] = 'index/weddings/gallery';
theLink[24] = 'index/weddings/gallery';
theLink[25] = 'index/weddings/gallery';

var len = theImages.length;
var choice = Math.floor(Math.random()*len);
function showImage(){
document.write('<a href="'+theLink[choice]+'" title="click for more images"><img src="'+theImages[choice]+'" width="220" height="121" border="0" alt="random image"></a>');
}
//  End -->