// JavaScript Document


function pic_left () {
	var x = Math.floor(Math.random() * 3);
	if (x == 0) {
	document.write("<h2><a href='gordonclark.html'>" + "Gordon Clark" + "<\/h2>" + "<img src='../images/gordon_clark.gif' alt='Gordon Clark' title='Gordon Clark' height='125' border='0'>" + "<\/a>");
	} else if (x == 1) {
	document.write("<h2><a href='gordonclark.html'>" + "Gordon Clark" + "<\/h2>" + "<img src='../images/gordon_clark.gif' alt='Gordon Clark' title='Gordon Clark' height='125' border='0'>" + "<\/a>");
	} else if (x == 2) {
		document.write("<h2><a href='jillwharton_small.html'>" + "Jill Wharton" + "<\/h2>" + "<img src='../images/jillwharton.jpg' alt='Jill Wharton' title='Jill Wharton' height='125' border='0'<\/a>");		
	}
}


function pic_center () {
	var x = Math.floor(Math.random() * 3);
	if (x == 0) {
	document.write("<h2><a href='jenniferjay_wood.html'>" + "Jennifer and Jay Wood" + "<\/h2>" + "<img src='../images/jennifer_jay_wood.jpg' alt='Jennifer and Jay Wood' title='Jennifer and Jay Wood' height='125' border='0'><\/a>");
	} else if (x == 1) {
	document.write("<h2><a href='jenniferjay_wood.html'>" + "Jennifer and Jay Wood" + "<\/h2>" + "<img src='../images/jennifer_jay_wood.jpg' alt='Jennifer and Jay Wood' title='Jennifer and Jay Wood' height='125' border='0'><\/a>");
	} else if (x == 2) {
		document.write("<h2><a href='louisrosenbaum.html'>" + "Louis Rosenbaum" + "<\/h2>" + "<img src='../images/louisrosenbaum_small.jpg' alt='Louis Rosenbaum' title='Louis Rosenbaum' height='125' border='0'><\/a>");
	}
}
	
	
function pic_right () {
	var x = Math.floor(Math.random() * 3);
	if (x == 0) {
	document.write("<h2><a href='abbyalcott.html'>" + "Abby Alcott" + "<\/h2>" + "<img src='../images/abby_alcott.jpg' alt='Abby Alcott' title='Abby Alcott' height='125' border='0'><\/a>");
	} else if (x == 1) {
		document.write("<h2><a href='abbyalcott.html'>" + "Abby Alcott" + "<\/h2>" + "<img src='../images/abby_alcott.jpg' alt='Abby Alcott' title='Abby Alcott' height='125' border='0'><\/a>");
	} else if (x == 2) {
		document.write("<h2><a href='abbyalcott.html'>" + "Abby Alcott" + "<\/h2>" + "<img src='../images/abby_alcott.jpg' alt='Abby Alcott' title='Abby Alcott' height='125' border='0'><\/a>");
	}
}


