// JavaScript Document
function moviePlayer () {
	NewWin=window.open("video/civitasDVD.mov", "civitasMOV", "status=0, scrollbars=1, resizable=0, width=340, height=300");
}

document.write('<div id="news">');
			document.write('<div id="newscontent">');
				document.write('<p class="center"><img class="border" src="images/aurora.jpg"></p>');
				document.write('<p class="title">Congratulations!!</p>');
				document.write('<p class="indent">The CIVITAS campaign was awarded the Platinum Best of Show from The Aurora Awards in 2005, for the "Civility in the Classroom" educational video.</p>');
				document.write('<p><a href="multimedia.html">Click here to read more!</a></p>');
				document.write('<p><a href="documents/CivilityVideoLtr2007.pdf">Click here to order a DVD!</a></p>');
				document.write('<p class="bold"><a href="#" onClick="moviePlayer();" >Click here to watch a video clip!</a></p>');				
			document.write('</div>	');				
		document.write('</div>');