// JavaScript Document

document.write (
	
	'<table class="mainSidebar" width="280" border="0" cellpadding="6" cellspacing="0">',
	'<tr><td><h1>Research Resources</h1>',
	'</td></tr><tr>',
	'<td><a href="http://www.ugresearch.umd.edu/resources/publish.html" class="blackonwhite"><b>Students - get published!</b></a><br>',
	'find information here on publishing your research in undergraduate research journals. <br>',
	'</td></tr>',

	'<tr><td><a href="http://www.ugresearch.umd.edu/resources/conferences.html" class="blackonwhite"><b>Students - present your research!</b></a><br>',
	'find information here on presenting your research at professional conferences and other events<br></a></td></tr>',

	'<tr><td><a href="http://www.ugresearch.umd.edu/resources/research.html" class="blackonwhite"><b>Professors and Professionals - find research on working with undergraduates!</b></a><br>',
	'find articles on undergraduate research, organizations that support undergraduate research, and other resources for making research work at the undergraduate level',
	'</td></tr>',

	'<tr><td><a href="http://www.ugresearch.umd.edu/resources/other.html" class="blackonwhite"><b>Other Undergraduate Research Programs!</b></a><br>',
	'here you can peruse undergraduate research programs at other universities and see what others are doing to implement undergraduate research sucessfully</td></tr></table>'
	
	
	
	)