	{
        	writeNews(); //call to function that writes the navigation and news items to the page
	}

function writeNews() //this function writes the navigation and news items to the page
	{
        document.open();
        //add your code here 
				document.writeln("</div>"); 
document.writeln("<div class='linklist'><div class='box'><h2 style='white-space: nowrap;'>News and Events</h2>");
document.writeln("<div class='body' style='white-space: nowrap;'><span class='folder' title='News Releases'> </span><span style='display:none;'>.</span><span class='indent'><a href='/new/newsmake.htm'>News Releases</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder'title='More Info: Scientific Seminars'> </span><span style='display:none;'>.</span><span class='indent'><a href='/events/exseminars.html'>Scientific Seminars</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder' title='More Info: Public Lecture Series'> </span><span style='display:none;'>.</span><span class='indent'><a href='/educate/lecture_series/special.htm'>Public Lectures</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder' title='More Info: Education and Training'> </span><span style='display:none;'>.</span><span class='indent'><a href='/educate/education.htm'>Education and Training</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder' title='More Info: Employment Opportunities'> </span><span style='display:none;'>.</span><span class='indent'><a href='/new/employ/index.htm'>Employment Opportunities</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder' title='More Info: Extramural Funding'> </span><span style='display:none;'>.</span><span class='indent'><a href='/new/rfa/index.htm'>Extramural Funding</a></span><span class='netscape4'>.</span><br />");
document.writeln("<span class='folder' title='More Info: Conferences and Workshops'> </span><span style='display:none;'>.</span><span class='indent'><a href='/conferences/index.htm'>Conferences/Workshops</a></span><span class='netscape4'>.</span><br />");

document.writeln("</div></div>");


document.writeln("<div class='box'><h2 style='white-space: nowrap;'>Need More Info...<span class='netscape4'>.</span></h2>");
document.writeln("<div class='body' style='white-space: nowrap;'><a href='/search.htm'>Search Wadsworth</a><span class='netscape4'>.</span><br />");
document.writeln("<a href='/comments.htm'>Questions/Comments</a><span class='netscape4'>.</span><br />");
document.writeln("<a href='/wcinfo.htm'>Phone/Mailing Information</a><span class='netscape4'>.</span></div></div>");

document.writeln("<div class='tabs'><a href='/privacy.htm' class='plain' style='font-size:80%; text-transform: uppercase;'>Privacy Policy</a><span class='white'>.</span></div>");
document.writeln("<div class='validation'><a href='http://validator.w3.org/check/referer'>XHTML</a> | <a href='http://jigsaw.w3.org/css-validator/check/referer'>CSS</a> | <a href='http://webxact.watchfire.com/'>WCAG</a></div>");

 				
//end adding your code
        
        
	}





