function loadphotopage() {

	var output = "<img src='pics/logos/DRVCwrapupheader.png'><br /><br />";
	output += "Welcome to our tournament wrap-up page, where you'll be able to review the results of past tournaments for all of our teams.<a href='http://www.ontariovolleyball.org/indoor-mainmenu-47/youth-mainmenu-18/tournaments-mainmenu-391.html' target='_blank'><img src='pics/logos/OVA_logo.gif' class='FloatRight'></a><br /><br />";
	output += "Please use the selection fields below to navigate to the article you'd like to read.<br /><br />";
	output += "If you're looking for information on upcoming OVA tournaments, please click on the OVA logo to the right to reach the OVA girls tournament page for 2010-2011.<br /><br />";
	output += "Thanks for taking the time to read about our teams' successes!<br /><br />";
	output += "<table width=655px style='border: solid 1px #ff3300'>";
	output += "<tr>";
	output += "<td align=center style='color: #170E47; background-color: #ffffff'>";
	output += "Year";
	output += "</td>";
	output += "<td align=center style='color: #170E47; background-color: #ffffff'>";
	output += "Division";
	output += "</td>";
	output += "<td align=center style='color: #170E47; background-color: #ffffff'>";
	output += "Team";
	output += "</td>";
	output += "<td align=center style='color: #170E47; background-color: #ffffff'>";
	output += "Tournament or Event";
	output += "</td>";
	output += "</tr>";
	output += "<tr>";
	output += "<td width=125px align=center>";
	output += "<div id='select1'>";
	output += "</div>";
	output += "</td>";
	output += "<td width=75px align=center>";
	output += "<div id='select2'>";
	output += "</div>";
	output += "</td>";
	output += "<td width=125px align=center>";
	output += "<div id='select3'>";
	output += "</div>";
	output += "</td>";
	output += "<td width=330px align=center>";
	output += "<div id='select4'>";
	output += "</div>";
	output += "</td>";
	output += "</tr>";
	output += "</table>";
	output += "<div id='article'>";
	output += "</div>";

	document.getElementById("writecontent").innerHTML = output;
}
