	{
        	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 class='tabs' style='font-size:90%;'><a href='/privacy.htm' class='plain' style='text-transform: uppercase;'>Privacy Policy</a><span class='white'>.</span><a href='/search.htm'>Search Wadsworth</a><span class='white'>.</span><a href='/comments.htm'>Contact Us</a><span class='white'>.</span><a href='/index.html' class='selected'>HOME</a></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
        
        
	}






