function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } } window.onload = externalLinks;

function swapImage1() {
theImages = new Array("image1.png", "image2.png", "image3.png", "image4.png", "image5.png", "image6.png", "image7.png", "image8.png");
whichImage = Math.floor(Math.random()*theImages.length);
document.write('<div id="random1"><a href="gallery-weddings.shtml"><IMG SRC="images/' +theImages[whichImage]+ '"></a></div>');
}

function swapImage2() {
theImages2 = new Array("nonwedding1.png", "nonwedding2.png", "nonwedding3.png", "nonwedding4.png", "nonwedding5.png");
whichImage2 = Math.floor(Math.random()*theImages2.length);
document.write('<div id="random2"><a href="gallery-portraits.shtml"><IMG SRC="images/' +theImages2[whichImage2]+ '"></a></div>');
}

