// Writes the Flash files into the html document
function LoadFlash() {

	var so = new SWFObject("flash/homepage-slideshow.swf", "mission_statement", "410", "168", "6", "#FFF");
	so.write("mission_statement");
}

