function displayNews() {
	document.write('<h3>');
	document.write('News');
	document.write('</h3>');
	document.write('<p>');
	document.write('<a href=/pdf/NABIC_2010_Convention_Report.pdf><blink>Click here</blink></a> to check out the Nabic 20th Annual Convention Report');
	document.write('</p>');
	document.write('<p>');
	document.write('<a href=/gallery/NABIC_Convention_Flier2.jpeg>Click here</a> to check out the Nabic 20th Annual Convention Program Flier');
	document.write('</p>');
	document.write('<p>');
	document.write('<a href=/pdf/Job_Opportunity_NABIC_Executive_Director.pdf>Click here</a> to check out a job opportunity for Executive Director position in NABIC');
	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>');	
}