function displayNews() {
	document.write('<h3>');
	document.write('News');
	document.write('</h3>');
	document.write('<p>');
	document.write('<a href=/pdf/2009_Program_Final.pdf>Click here</a> to check out the FINAL Nabic 19th Annual Convention Program');
	document.write('</p>');
	document.write('<h3>');
	document.write('Newspaper');
	document.write('</h3>');
	document.write('<p>');
	document.write('<a href=/newspaper/newspaper.html>Click here</a> to see all the Bangladesh & International News Web Links');
	document.write('</p>');
}

function displayFooter() {
	document.write('<p>');
	document.write('A Non-Profit Organization (US EIN 62-1531289; established in 1990)');
	document.write('</p>');	
}