<!--
var img=new Array();
img[img.length]="content_images/home/home_wedding_01.jpg";
img[img.length]="content_images/home/home_wedding_02.jpg";
img[img.length]="content_images/home/home_wedding_03.jpg";
img[img.length]="content_images/home/home_wedding_04.jpg";
var rand=Math.round(Math.random()*(img.length-1));
document.write("<img src='" + img[rand] + "' border='2' />");
//-->
